Increment version to 1.0.0-rc1-final

This commit is contained in:
Chris R 2016-09-09 15:43:04 -07:00
parent 99a98af51e
commit ba49651552
8 changed files with 9 additions and 9 deletions

View File

@ -3,7 +3,7 @@
"emitEntryPoint": true
},
"dependencies": {
"Microsoft.Net.Http.Server": "1.0.0-rc1-final"
"Microsoft.Net.Http.Server": "1.0.0-rc2-final"
},
"commands": {
"sample": "HelloWorld"

View File

@ -1,7 +1,7 @@
{
"version": "1.1.0-*",
"dependencies": {
"Microsoft.AspNetCore.Server.WebListener": "1.0.0-rc1-final",
"Microsoft.AspNetCore.Server.WebListener": "1.0.0-rc2-final",
"Microsoft.Extensions.Logging.Console": "1.0.0"
},
"buildOptions": {

View File

@ -1,6 +1,6 @@
{
"dependencies": {
"Microsoft.AspNetCore.Server.WebListener": "1.0.0-rc1-final",
"Microsoft.AspNetCore.Server.WebListener": "1.0.0-rc2-final",
"Microsoft.Extensions.Logging.Console": "1.0.0"
},
"buildOptions": {

View File

@ -1,5 +1,5 @@
{
"version": "1.0.0-rc1-final",
"version": "1.0.0-rc2-final",
"description": "ASP.NET Core HTTP server for Windows.",
"packOptions": {
"tags": [
@ -10,7 +10,7 @@
"dependencies": {
"Microsoft.AspNetCore.Hosting": "1.0.0",
"Microsoft.Net.Http.Headers": "1.0.0",
"Microsoft.Net.Http.Server": "1.0.0-rc1-final"
"Microsoft.Net.Http.Server": "1.0.0-rc2-final"
},
"buildOptions": {
"allowUnsafe": true,

View File

@ -1,5 +1,5 @@
{
"version": "1.0.0-rc1-final",
"version": "1.0.0-rc2-final",
"description": ".NET HTTP server that uses the Windows HTTP Server API.",
"packOptions": {
"tags": [

View File

@ -6,7 +6,7 @@
"testRunner": "xunit",
"dependencies": {
"dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Server.WebListener": "1.0.0-rc1-final",
"Microsoft.AspNetCore.Server.WebListener": "1.0.0-rc2-final",
"Microsoft.AspNetCore.Testing": "1.0.0",
"xunit": "2.2.0-*"
},

View File

@ -2,7 +2,7 @@
"testRunner": "xunit",
"dependencies": {
"dotnet-test-xunit": "2.2.0-*",
"Microsoft.Net.Http.Server": "1.0.0-rc1-final",
"Microsoft.Net.Http.Server": "1.0.0-rc2-final",
"Microsoft.AspNetCore.Testing": "1.0.0",
"xunit": "2.2.0-*"
},

View File

@ -2,7 +2,7 @@
"testRunner": "xunit",
"dependencies": {
"dotnet-test-xunit": "2.2.0-*",
"Microsoft.Net.Http.Server": "1.0.0-rc1-final",
"Microsoft.Net.Http.Server": "1.0.0-rc2-final",
"xunit": "2.2.0-*"
},
"frameworks": {