From 4faf89030c47e5ee5c7193a26d810a50862a3cf4 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Fri, 18 Nov 2016 12:12:17 -0800 Subject: [PATCH] Pinning versions for 1.1.0 release --- NuGet.config | 7 ++++--- src/Microsoft.AspNetCore.JsonPatch/project.json | 14 +++++++------- .../project.json | 8 ++++---- 3 files changed, 15 insertions(+), 14 deletions(-) diff --git a/NuGet.config b/NuGet.config index ad973186eb..feaadcda87 100644 --- a/NuGet.config +++ b/NuGet.config @@ -1,7 +1,8 @@ - + - - + + + diff --git a/src/Microsoft.AspNetCore.JsonPatch/project.json b/src/Microsoft.AspNetCore.JsonPatch/project.json index 5b998272ff..6d2ccde5cc 100644 --- a/src/Microsoft.AspNetCore.JsonPatch/project.json +++ b/src/Microsoft.AspNetCore.JsonPatch/project.json @@ -1,5 +1,5 @@ { - "version": "1.1.0-*", + "version": "1.1.0", "description": "ASP.NET Core support for JSON PATCH.", "buildOptions": { "warningsAsErrors": true, @@ -21,19 +21,19 @@ ] }, "dependencies": { - "NETStandard.Library": "1.6.1-*", - "Newtonsoft.Json": "9.0.1", "Microsoft.Extensions.ClosedGenericMatcher.Sources": { "type": "build", - "version": "1.1.0-*" - } + "version": "1.1.0-rtm-22752" + }, + "NETStandard.Library": "1.6.1", + "Newtonsoft.Json": "9.0.1" }, "frameworks": { "net451": {}, "netstandard1.3": { "dependencies": { - "Microsoft.CSharp": "4.3.0-*", - "System.Reflection.TypeExtensions": "4.3.0-*" + "Microsoft.CSharp": "4.3.0", + "System.Reflection.TypeExtensions": "4.3.0" } } } diff --git a/test/Microsoft.AspNetCore.JsonPatch.Test/project.json b/test/Microsoft.AspNetCore.JsonPatch.Test/project.json index 9e95ee86e0..196dbcac08 100644 --- a/test/Microsoft.AspNetCore.JsonPatch.Test/project.json +++ b/test/Microsoft.AspNetCore.JsonPatch.Test/project.json @@ -4,8 +4,8 @@ }, "dependencies": { "dotnet-test-xunit": "2.2.0-*", - "Microsoft.AspNetCore.JsonPatch": "1.1.0-*", - "Microsoft.AspNetCore.Testing": "1.1.0-*", + "Microsoft.AspNetCore.JsonPatch": "1.1.0", + "Microsoft.AspNetCore.Testing": "1.1.0-rtm-22752", "Moq": "4.6.36-*", "xunit": "2.2.0-*" }, @@ -14,10 +14,10 @@ "netcoreapp1.1": { "dependencies": { "Microsoft.NETCore.App": { - "version": "1.1.0-*", + "version": "1.1.0", "type": "platform" }, - "System.Diagnostics.TraceSource": "4.3.0-*" + "System.Diagnostics.TraceSource": "4.3.0" } }, "net451": {