From 1f5608ea9178d9eee6b50d7f4693b0d87adb05c9 Mon Sep 17 00:00:00 2001 From: Jared Nance Date: Mon, 18 Jun 2018 11:34:44 -0500 Subject: [PATCH 1/2] make attr constructor public unnecessary breaking change --- src/JsonApiDotNetCore/Models/AttrAttribute.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/JsonApiDotNetCore/Models/AttrAttribute.cs b/src/JsonApiDotNetCore/Models/AttrAttribute.cs index e38b47abec..f63d48ab70 100644 --- a/src/JsonApiDotNetCore/Models/AttrAttribute.cs +++ b/src/JsonApiDotNetCore/Models/AttrAttribute.cs @@ -33,7 +33,7 @@ public AttrAttribute(string publicName, bool isImmutable = false, bool isFiltera IsSortable = isSortable; } - internal AttrAttribute(string publicName, string internalName, bool isImmutable = false) + public AttrAttribute(string publicName, string internalName, bool isImmutable = false) { PublicAttributeName = publicName; InternalAttributeName = internalName; From 55407f2e82d1b8da1bb8e6fa8af26971d3e81c4f Mon Sep 17 00:00:00 2001 From: Jared Nance Date: Mon, 18 Jun 2018 11:35:50 -0500 Subject: [PATCH 2/2] update version 2.3.1 --- 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 e9d5eea415..7019a8e6cc 100755 --- a/src/JsonApiDotNetCore/JsonApiDotNetCore.csproj +++ b/src/JsonApiDotNetCore/JsonApiDotNetCore.csproj @@ -1,6 +1,6 @@  - 2.3.0 + 2.3.1 $(NetStandardVersion) JsonApiDotNetCore JsonApiDotNetCore