Skip to content
This repository was archived by the owner on Mar 19, 2019. It is now read-only.

Commit a3ac694

Browse files
committed
Bump version to 1.1.1
1 parent 2800c0c commit a3ac694

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

samples/HelloWorld/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"emitEntryPoint": true
44
},
55
"dependencies": {
6-
"Microsoft.Net.Http.Server": "1.1.0-*"
6+
"Microsoft.Net.Http.Server": "1.1.1-*"
77
},
88
"commands": {
99
"sample": "HelloWorld"

samples/HotAddSample/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"Microsoft.AspNetCore.Server.WebListener": "1.1.0-*",
3+
"Microsoft.AspNetCore.Server.WebListener": "1.1.1-*",
44
"Microsoft.Extensions.Logging.Console": "1.1.0-*"
55
},
66
"buildOptions": {

samples/SelfHostServer/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"Microsoft.AspNetCore.Server.WebListener": "1.1.0-*",
3+
"Microsoft.AspNetCore.Server.WebListener": "1.1.1-*",
44
"Microsoft.Extensions.Logging.Console": "1.1.0-*"
55
},
66
"buildOptions": {

src/Microsoft.AspNetCore.Server.WebListener/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.1.0-*",
2+
"version": "1.1.1-*",
33
"description": "ASP.NET Core HTTP server for Windows.",
44
"packOptions": {
55
"tags": [
@@ -14,7 +14,7 @@
1414
"type": "build"
1515
},
1616
"Microsoft.Net.Http.Headers": "1.1.0-*",
17-
"Microsoft.Net.Http.Server": "1.1.0-*",
17+
"Microsoft.Net.Http.Server": "1.1.1-*",
1818
"NETStandard.Library": "1.6.1-*"
1919
},
2020
"buildOptions": {

src/Microsoft.Net.Http.Server/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.1.0-*",
2+
"version": "1.1.1-*",
33
"description": ".NET HTTP server that uses the Windows HTTP Server API.",
44
"packOptions": {
55
"tags": [

test/Microsoft.AspNetCore.Server.WebListener.FunctionalTests/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"testRunner": "xunit",
77
"dependencies": {
88
"dotnet-test-xunit": "2.2.0-*",
9-
"Microsoft.AspNetCore.Server.WebListener": "1.1.0-*",
9+
"Microsoft.AspNetCore.Server.WebListener": "1.1.1-*",
1010
"Microsoft.AspNetCore.Testing": "1.1.0-*",
1111
"xunit": "2.2.0-*"
1212
},

test/Microsoft.Net.Http.Server.FunctionalTests/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"dependencies": {
88
"dotnet-test-xunit": "2.2.0-*",
99
"Microsoft.AspNetCore.Testing": "1.1.0-*",
10-
"Microsoft.Net.Http.Server": "1.1.0-*",
10+
"Microsoft.Net.Http.Server": "1.1.1-*",
1111
"xunit": "2.2.0-*"
1212
},
1313
"frameworks": {

test/Microsoft.Net.Http.Server.Tests/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"testRunner": "xunit",
33
"dependencies": {
44
"dotnet-test-xunit": "2.2.0-*",
5-
"Microsoft.Net.Http.Server": "1.1.0-*",
5+
"Microsoft.Net.Http.Server": "1.1.1-*",
66
"xunit": "2.2.0-*"
77
},
88
"frameworks": {

0 commit comments

Comments
 (0)