Skip to content
This repository was archived by the owner on Nov 27, 2018. It is now read-only.

Commit a3edef1

Browse files
committed
1.0.7 patch version updates
1 parent e34f045 commit a3edef1

File tree

7 files changed

+19
-19
lines changed

7 files changed

+19
-19
lines changed

samples/RoutingSample.Web/project.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"dependencies": {
3-
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.4",
4-
"Microsoft.AspNetCore.Server.Kestrel": "1.0.5",
5-
"Microsoft.AspNetCore.Routing": "1.0.4"
3+
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.5",
4+
"Microsoft.AspNetCore.Server.Kestrel": "1.0.6",
5+
"Microsoft.AspNetCore.Routing": "1.0.5"
66
},
77
"buildOptions": {
88
"emitEntryPoint": true
@@ -12,7 +12,7 @@
1212
"netcoreapp1.0": {
1313
"dependencies": {
1414
"Microsoft.NETCore.App": {
15-
"version": "1.0.7",
15+
"version": "1.0.8-servicing-005009-00",
1616
"type": "platform"
1717
}
1818
}

src/Microsoft.AspNetCore.Routing.Abstractions/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"description": "ASP.NET Core abstractions for routing requests to application logic and for generating links.\r\nCommonly used types:\r\nMicrosoft.AspNetCore.Routing.IRouteHandler\r\nMicrosoft.AspNetCore.Routing.RouteData.",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"packOptions": {
55
"repository": {
66
"type": "git",
@@ -20,7 +20,7 @@
2020
"xmlDoc": true
2121
},
2222
"dependencies": {
23-
"Microsoft.AspNetCore.Http.Abstractions": "1.0.3",
23+
"Microsoft.AspNetCore.Http.Abstractions": "1.0.4",
2424
"Microsoft.Extensions.PropertyHelper.Sources": {
2525
"type": "build",
2626
"version": "1.0.1"

src/Microsoft.AspNetCore.Routing.DecisionTree.Sources/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"description": "Components for building a DecisionTree.",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"packOptions": {
55
"repository": {
66
"type": "git",

src/Microsoft.AspNetCore.Routing/project.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"description": "ASP.NET Core middleware for routing requests to application logic and for generating links.\r\nCommonly used types:\r\n Microsoft.AspNetCore.Routing.Route\r\nMicrosoft.AspNetCore.Routing.RouteCollection",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"packOptions": {
55
"repository": {
66
"type": "git",
@@ -20,11 +20,11 @@
2020
"xmlDoc": true
2121
},
2222
"dependencies": {
23-
"Microsoft.AspNetCore.Http.Extensions": "1.0.3",
24-
"Microsoft.AspNetCore.Routing.Abstractions": "1.0.4",
23+
"Microsoft.AspNetCore.Http.Extensions": "1.0.4",
24+
"Microsoft.AspNetCore.Routing.Abstractions": "1.0.5",
2525
"Microsoft.AspNetCore.Routing.DecisionTree.Sources": {
2626
"type": "build",
27-
"version": "1.0.4"
27+
"version": "1.0.5"
2828
},
2929
"Microsoft.Extensions.HashCodeCombiner.Sources": {
3030
"type": "build",

test/Microsoft.AspNetCore.Mvc.Routing.Abstractions.Tests/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
},
66
"dependencies": {
77
"dotnet-test-xunit": "1.0.0-*",
8-
"Microsoft.AspNetCore.Routing.Abstractions": "1.0.4",
8+
"Microsoft.AspNetCore.Routing.Abstractions": "1.0.5",
99
"Microsoft.AspNetCore.Testing": "1.0.1",
1010
"xunit": "2.1.0"
1111
},
1212
"frameworks": {
1313
"netcoreapp1.0": {
1414
"dependencies": {
1515
"Microsoft.NETCore.App": {
16-
"version": "1.0.7",
16+
"version": "1.0.8-servicing-005009-00",
1717
"type": "platform"
1818
},
1919
"moq.netcore": "4.4.0-beta8",

test/Microsoft.AspNetCore.Routing.DecisionTree.Sources.Tests/project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
},
55
"dependencies": {
66
"dotnet-test-xunit": "1.0.0-*",
7-
"Microsoft.AspNetCore.Routing": "1.0.4",
7+
"Microsoft.AspNetCore.Routing": "1.0.5",
88
"Microsoft.AspNetCore.Routing.DecisionTree.Sources": {
99
"type": "build",
10-
"version": "1.0.4"
10+
"version": "1.0.5"
1111
},
1212
"Microsoft.AspNetCore.Testing": "1.0.1",
1313
"xunit": "2.1.0"
@@ -16,7 +16,7 @@
1616
"netcoreapp1.0": {
1717
"dependencies": {
1818
"Microsoft.NETCore.App": {
19-
"version": "1.0.7",
19+
"version": "1.0.8-servicing-005009-00",
2020
"type": "platform"
2121
},
2222
"System.Diagnostics.Process": "4.1.0-*"

test/Microsoft.AspNetCore.Routing.Tests/project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
},
55
"dependencies": {
66
"dotnet-test-xunit": "1.0.0-*",
7-
"Microsoft.AspNetCore.Http": "1.0.3",
8-
"Microsoft.AspNetCore.Routing": "1.0.4",
7+
"Microsoft.AspNetCore.Http": "1.0.4",
8+
"Microsoft.AspNetCore.Routing": "1.0.5",
99
"Microsoft.AspNetCore.Testing": "1.0.1",
1010
"Microsoft.Extensions.DependencyInjection": "1.0.2",
1111
"Microsoft.Extensions.Logging": "1.0.2",
@@ -17,7 +17,7 @@
1717
"netcoreapp1.0": {
1818
"dependencies": {
1919
"Microsoft.NETCore.App": {
20-
"version": "1.0.7",
20+
"version": "1.0.8-servicing-005009-00",
2121
"type": "platform"
2222
},
2323
"moq.netcore": "4.4.0-beta8",

0 commit comments

Comments
 (0)