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

Commit a0a0db9

Browse files
committed
Bump version to 1.0.0-*
1 parent cef4a3e commit a0a0db9

File tree

3 files changed

+11
-17
lines changed

3 files changed

+11
-17
lines changed

samples/RoutingSample.Web/project.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
{
2-
"version": "0.1-alpha-*",
32
"dependencies": {
4-
"Helios": "0.1-alpha-*",
3+
"Helios": "1.0.0-*",
54
"Microsoft.AspNet.Routing" : "",
6-
"Microsoft.AspNet.RequestContainer": "0.1-alpha-*",
7-
"Microsoft.Framework.OptionsModel": "0.1-alpha-*"
5+
"Microsoft.AspNet.RequestContainer": "1.0.0-*",
6+
"Microsoft.Framework.OptionsModel": "1.0.0-*"
87
},
98
"configurations": {
109
"net45": { },

src/Microsoft.AspNet.Routing/project.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"version": "0.1-alpha-*",
2+
"version": "1.0.0-*",
33
"compilationOptions": {
44
"warningsAsErrors": true
55
},
66
"dependencies": {
7-
"Microsoft.AspNet.Http": "0.1-alpha-*",
8-
"Microsoft.Framework.DependencyInjection" : "0.1-alpha-*",
9-
"Microsoft.AspNet.RequestContainer": "0.1-alpha-*",
10-
"Microsoft.Framework.OptionsModel": "0.1-alpha-*"
7+
"Microsoft.AspNet.Http": "1.0.0-*",
8+
"Microsoft.Framework.DependencyInjection" : "1.0.0-*",
9+
"Microsoft.AspNet.RequestContainer": "1.0.0-*",
10+
"Microsoft.Framework.OptionsModel": "1.0.0-*"
1111
},
1212
"configurations": {
1313
"net45": {},

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

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,12 @@
11
{
2-
"version": "0.1-alpha-*",
32
"compilationOptions": {
43
"warningsAsErrors": true
54
},
65
"dependencies": {
7-
"Microsoft.AspNet.Http" : "0.1-alpha-*",
6+
"Microsoft.AspNet.Http" : "1.0.0-*",
87
"Microsoft.AspNet.Routing" : "",
9-
"Microsoft.AspNet.Testing" : "0.1-alpha-*",
10-
"xunit.abstractions": "2.0.0-aspnet-*",
11-
"xunit.assert": "2.0.0-aspnet-*",
12-
"xunit.core": "2.0.0-aspnet-*",
13-
"xunit.execution": "2.0.0-aspnet-*",
14-
"Xunit.KRunner": "0.1-alpha-*"
8+
"Microsoft.AspNet.Testing" : "1.0.0-*",
9+
"Xunit.KRunner": "1.0.0-*"
1510
},
1611
"configurations": {
1712
"k10": {

0 commit comments

Comments
 (0)