Skip to content
This repository has been archived by the owner on Dec 18, 2018. It is now read-only.

Commit

Permalink
Updating to version 1.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cesar Blum Silveira committed Aug 22, 2016
1 parent 22f75a1 commit ddf5b44
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion samples/LargeResponseApp/project.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "1.0.0-*",
"dependencies": {
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0"
"Microsoft.AspNetCore.Server.Kestrel": "1.0.1"
},
"buildOptions": {
"emitEntryPoint": true
Expand Down
4 changes: 2 additions & 2 deletions samples/SampleApp/project.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"version": "1.0.0-*",
"dependencies": {
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0",
"Microsoft.AspNetCore.Server.Kestrel.Https": "1.0.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.1",
"Microsoft.AspNetCore.Server.Kestrel.Https": "1.0.1",
"Microsoft.Extensions.Logging.Console": "1.0.0"
},
"buildOptions": {
Expand Down
4 changes: 2 additions & 2 deletions src/Microsoft.AspNetCore.Server.Kestrel.Https/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0",
"version": "1.0.1",
"description": "HTTPS support for the ASP.NET Core Kestrel cross-platform web server.",
"buildOptions": {
"keyFile": "../../tools/Key.snk",
Expand All @@ -19,7 +19,7 @@
]
},
"dependencies": {
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0"
"Microsoft.AspNetCore.Server.Kestrel": "1.0.1"
},
"frameworks": {
"net451": {},
Expand Down
2 changes: 1 addition & 1 deletion src/Microsoft.AspNetCore.Server.Kestrel/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0",
"version": "1.0.1",
"description": "ASP.NET Core Kestrel cross-platform web server.",
"packOptions": {
"repository": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"dependencies": {
"dotnet-test-xunit": "1.0.0-rc3-000000-01",
"Microsoft.AspNetCore.Http.Abstractions": "1.0.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0",
"Microsoft.AspNetCore.Server.Kestrel.Https": "1.0.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.1",
"Microsoft.AspNetCore.Server.Kestrel.Https": "1.0.1",
"Microsoft.AspNetCore.Testing": "1.0.0-rtm-21431",
"Microsoft.Extensions.Logging.Console": "1.0.0",
"Newtonsoft.Json": "9.0.1",
Expand Down
4 changes: 2 additions & 2 deletions test/Microsoft.AspNetCore.Server.KestrelTests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"version": "1.0.0-*",
"dependencies": {
"dotnet-test-xunit": "1.0.0-rc3-000000-01",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0",
"Microsoft.AspNetCore.Server.Kestrel.Https": "1.0.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.1",
"Microsoft.AspNetCore.Server.Kestrel.Https": "1.0.1",
"Microsoft.AspNetCore.Testing": "1.0.0-rtm-21431",
"xunit": "2.1.0"
},
Expand Down

0 comments on commit ddf5b44

Please sign in to comment.