From f67f8c86abd6dc3fc2dd8ce044570c983128ce62 Mon Sep 17 00:00:00 2001 From: Christophe Leemans Date: Sat, 6 May 2017 08:31:53 +0200 Subject: [PATCH 1/3] (fix)Documentation : Typo in README file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c948ff91f9..4fa48e99c3 100644 --- a/README.md +++ b/README.md @@ -288,7 +288,7 @@ public void ConfigureServices(IServiceCollection services) services.AddJsonApi(options => { options.Namespace = "api/v1"; options.BuildContextGraph((builder) => { - builder.AddResource("my-models");1 + builder.AddResource("my-models"); }); }, mvcBuilder); // ... From 9614ca90a6eb3205774d41df87a8c5241652748c Mon Sep 17 00:00:00 2001 From: jaredcnance Date: Sat, 6 May 2017 09:52:23 -0500 Subject: [PATCH 2/3] fix(csproj): target netstandard instead of core --- src/JsonApiDotNetCore/JsonApiDotNetCore.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/JsonApiDotNetCore/JsonApiDotNetCore.csproj b/src/JsonApiDotNetCore/JsonApiDotNetCore.csproj index 2c05690e10..0a1b4aa144 100755 --- a/src/JsonApiDotNetCore/JsonApiDotNetCore.csproj +++ b/src/JsonApiDotNetCore/JsonApiDotNetCore.csproj @@ -1,7 +1,7 @@  2.0.0 - netcoreapp1.0 + netstandard1.6 JsonApiDotNetCore JsonApiDotNetCore 1.1.1 From c2e423e8326df62190ace90e772869b9dcbcd088 Mon Sep 17 00:00:00 2001 From: jaredcnance Date: Sat, 6 May 2017 09:52:48 -0500 Subject: [PATCH 3/3] chore(csproj): bump package version --- src/JsonApiDotNetCore/JsonApiDotNetCore.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/JsonApiDotNetCore/JsonApiDotNetCore.csproj b/src/JsonApiDotNetCore/JsonApiDotNetCore.csproj index 0a1b4aa144..d57bafccc6 100755 --- a/src/JsonApiDotNetCore/JsonApiDotNetCore.csproj +++ b/src/JsonApiDotNetCore/JsonApiDotNetCore.csproj @@ -1,6 +1,6 @@  - 2.0.0 + 2.0.1 netstandard1.6 JsonApiDotNetCore JsonApiDotNetCore