Bump version to 1.0.0.
This commit is contained in:
parent
2433448bc7
commit
45f29cc207
|
|
@ -3,7 +3,7 @@
|
||||||
"emitEntryPoint": true
|
"emitEntryPoint": true
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.Net.Http.Server": "1.0.0-rc2-final"
|
"Microsoft.Net.Http.Server": "1.0.0"
|
||||||
},
|
},
|
||||||
"commands": {
|
"commands": {
|
||||||
"sample": "HelloWorld"
|
"sample": "HelloWorld"
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"version": "1.1.0-*",
|
"version": "1.1.0-*",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNetCore.Server.WebListener": "1.0.0-rc2-final",
|
"Microsoft.AspNetCore.Server.WebListener": "1.0.0",
|
||||||
"Microsoft.Extensions.Logging.Console": "1.0.0"
|
"Microsoft.Extensions.Logging.Console": "1.0.0"
|
||||||
},
|
},
|
||||||
"buildOptions": {
|
"buildOptions": {
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNetCore.Server.WebListener": "1.0.0-rc2-final",
|
"Microsoft.AspNetCore.Server.WebListener": "1.0.0",
|
||||||
"Microsoft.Extensions.Logging.Console": "1.0.0"
|
"Microsoft.Extensions.Logging.Console": "1.0.0"
|
||||||
},
|
},
|
||||||
"buildOptions": {
|
"buildOptions": {
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-rc2-final",
|
"version": "1.0.0",
|
||||||
"description": "ASP.NET Core HTTP server for Windows.",
|
"description": "ASP.NET Core HTTP server for Windows.",
|
||||||
"packOptions": {
|
"packOptions": {
|
||||||
"tags": [
|
"tags": [
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNetCore.Hosting": "1.0.0",
|
"Microsoft.AspNetCore.Hosting": "1.0.0",
|
||||||
"Microsoft.Net.Http.Headers": "1.0.0",
|
"Microsoft.Net.Http.Headers": "1.0.0",
|
||||||
"Microsoft.Net.Http.Server": "1.0.0-rc2-final"
|
"Microsoft.Net.Http.Server": "1.0.0"
|
||||||
},
|
},
|
||||||
"buildOptions": {
|
"buildOptions": {
|
||||||
"allowUnsafe": true,
|
"allowUnsafe": true,
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-rc2-final",
|
"version": "1.0.0",
|
||||||
"description": ".NET HTTP server that uses the Windows HTTP Server API.",
|
"description": ".NET HTTP server that uses the Windows HTTP Server API.",
|
||||||
"packOptions": {
|
"packOptions": {
|
||||||
"tags": [
|
"tags": [
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
"testRunner": "xunit",
|
"testRunner": "xunit",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"dotnet-test-xunit": "2.2.0-*",
|
"dotnet-test-xunit": "2.2.0-*",
|
||||||
"Microsoft.AspNetCore.Server.WebListener": "1.0.0-rc2-final",
|
"Microsoft.AspNetCore.Server.WebListener": "1.0.0",
|
||||||
"Microsoft.AspNetCore.Testing": "1.0.0",
|
"Microsoft.AspNetCore.Testing": "1.0.0",
|
||||||
"xunit": "2.2.0-*"
|
"xunit": "2.2.0-*"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
"testRunner": "xunit",
|
"testRunner": "xunit",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"dotnet-test-xunit": "2.2.0-*",
|
"dotnet-test-xunit": "2.2.0-*",
|
||||||
"Microsoft.Net.Http.Server": "1.0.0-rc2-final",
|
"Microsoft.Net.Http.Server": "1.0.0",
|
||||||
"Microsoft.AspNetCore.Testing": "1.0.0",
|
"Microsoft.AspNetCore.Testing": "1.0.0",
|
||||||
"xunit": "2.2.0-*"
|
"xunit": "2.2.0-*"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
"testRunner": "xunit",
|
"testRunner": "xunit",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"dotnet-test-xunit": "2.2.0-*",
|
"dotnet-test-xunit": "2.2.0-*",
|
||||||
"Microsoft.Net.Http.Server": "1.0.0-rc2-final",
|
"Microsoft.Net.Http.Server": "1.0.0",
|
||||||
"xunit": "2.2.0-*"
|
"xunit": "2.2.0-*"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue