Merge branch 'rel/1.0.0' into dev, bump version to 1.1.0-*

This commit is contained in:
Chris R 2016-09-15 15:55:47 -07:00
commit e982d8258e
8 changed files with 23 additions and 12 deletions

View File

@ -3,7 +3,7 @@
"emitEntryPoint": true
},
"dependencies": {
"Microsoft.Net.Http.Server": "0.2.0-*"
"Microsoft.Net.Http.Server": "1.1.0-*"
},
"commands": {
"sample": "HelloWorld"

View File

@ -1,7 +1,6 @@
{
"version": "1.1.0-*",
"dependencies": {
"Microsoft.AspNetCore.Server.WebListener": "0.2.0-*",
"Microsoft.AspNetCore.Server.WebListener": "1.1.0-*",
"Microsoft.Extensions.Logging.Console": "1.1.0-*"
},
"buildOptions": {

View File

@ -1,6 +1,6 @@
{
"dependencies": {
"Microsoft.AspNetCore.Server.WebListener": "0.2.0-*",
"Microsoft.AspNetCore.Server.WebListener": "1.1.0-*",
"Microsoft.Extensions.Logging.Console": "1.1.0-*"
},
"buildOptions": {

View File

@ -1,10 +1,16 @@
{
"version": "0.2.0-*",
"description": "ASP.NET 5 self-host web server.",
"version": "1.1.0-*",
"description": "ASP.NET Core HTTP server for Windows.",
"packOptions": {
"tags": [
"aspnetcore",
"weblistener"
]
},
"dependencies": {
"Microsoft.AspNetCore.Hosting": "1.1.0-*",
"Microsoft.Net.Http.Headers": "1.1.0-*",
"Microsoft.Net.Http.Server": "0.2.0-*",
"Microsoft.Net.Http.Server": "1.1.0-*",
"Microsoft.Extensions.TaskCache.Sources": {
"version": "1.1.0-*",
"type": "build"

View File

@ -1,6 +1,12 @@
{
"version": "0.2.0-*",
"description": "Implementation of WebListener, a successor to HttpListener. It is used in the WebListener server package.",
"version": "1.1.0-*",
"description": ".NET HTTP server that uses the Windows HTTP Server API.",
"packOptions": {
"tags": [
"netcore",
"weblistener"
]
},
"dependencies": {
"Microsoft.Extensions.Logging.Abstractions": "1.1.0-*",
"Microsoft.Extensions.Primitives": "1.1.0-*"

View File

@ -6,7 +6,7 @@
"testRunner": "xunit",
"dependencies": {
"dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Server.WebListener": "0.2.0-*",
"Microsoft.AspNetCore.Server.WebListener": "1.1.0-*",
"Microsoft.AspNetCore.Testing": "1.1.0-*",
"xunit": "2.2.0-*"
},

View File

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

View File

@ -2,7 +2,7 @@
"testRunner": "xunit",
"dependencies": {
"dotnet-test-xunit": "2.2.0-*",
"Microsoft.Net.Http.Server": "0.2.0-*",
"Microsoft.Net.Http.Server": "1.1.0-*",
"xunit": "2.2.0-*"
},
"frameworks": {