diff --git a/Build/build.ps1 b/Build/build.ps1 index 315991d6..fd5f83e1 100644 --- a/Build/build.ps1 +++ b/Build/build.ps1 @@ -2,7 +2,7 @@ $zipFileName = "Json110r1.zip" $majorVersion = "11.0" $majorWithReleaseVersion = "11.0.1" - $nugetPrerelease = "beta1" + $nugetPrerelease = "beta2" $version = GetVersion $majorWithReleaseVersion $packageId = "Newtonsoft.Json" $signAssemblies = $false diff --git a/Src/Newtonsoft.Json/Newtonsoft.Json.csproj b/Src/Newtonsoft.Json/Newtonsoft.Json.csproj index 34e007eb..438bed7e 100644 --- a/Src/Newtonsoft.Json/Newtonsoft.Json.csproj +++ b/Src/Newtonsoft.Json/Newtonsoft.Json.csproj @@ -3,10 +3,11 @@ net45;net40;net35;net20;netstandard1.0;netstandard1.3;netstandard2.0;portable-net45+win8+wpa81+wp8;portable-net40+win8+wpa81+wp8+sl5 $(LibraryFrameworks) latest - 10.0.0.0 - 10.0.1 - 10.0.1 - beta1 + + 11.0.0.0 + 11.0.1 + 11.0.1 + beta2 James Newton-King Newtonsoft Json.NET