Updating versions to 1.2.0-*

This commit is contained in:
Pranav K 2016-11-09 14:18:11 -08:00
parent 1c5d21e84c
commit 6ee6220e06
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
{
"version": "1.1.0-*",
"version": "1.2.0-*",
"description": "ASP.NET Core support for JSON PATCH.",
"buildOptions": {
"warningsAsErrors": true,
@ -25,7 +25,7 @@
"Newtonsoft.Json": "9.0.1",
"Microsoft.Extensions.ClosedGenericMatcher.Sources": {
"type": "build",
"version": "1.1.0-*"
"version": "1.2.0-*"
}
},
"frameworks": {

View File

@ -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.2.0-*",
"Microsoft.AspNetCore.Testing": "1.2.0-*",
"Moq": "4.6.36-*",
"xunit": "2.2.0-*"
},