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

Commit 227ecda

Browse files
committed
Bump version to 1.0.0-*
1 parent 80eb5ab commit 227ecda

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

samples/StaticFileSample/project.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"dependencies": {
3-
"Helios": "0.1-alpha-*",
4-
"Microsoft.AspNet.FileSystems": "0.1-alpha-*",
5-
"Microsoft.AspNet.Http": "0.1-alpha-*",
3+
"Helios": "1.0.0-*",
4+
"Microsoft.AspNet.FileSystems": "1.0.0-*",
5+
"Microsoft.AspNet.Http": "1.0.0-*",
66
"Microsoft.AspNet.StaticFiles": ""
77
},
88
"configurations": {
@@ -11,7 +11,7 @@
1111
"k10": {
1212
"dependencies": {
1313
"System.Diagnostics.Contracts": "4.0.0.0",
14-
"System.Security.Claims" : "0.1-alpha-*"
14+
"System.Security.Claims" : "1.0.0-*"
1515
}
1616
}
1717
}

src/Microsoft.AspNet.StaticFiles/project.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"version": "0.1-alpha-*",
2+
"version": "1.0.0-*",
33
"dependencies": {
4-
"Microsoft.AspNet.FileSystems": "0.1-alpha-*",
5-
"Microsoft.AspNet.Http": "0.1-alpha-*",
6-
"Microsoft.AspNet.HttpFeature": "0.1-alpha-*"
4+
"Microsoft.AspNet.FileSystems": "1.0.0-*",
5+
"Microsoft.AspNet.Http": "1.0.0-*",
6+
"Microsoft.AspNet.HttpFeature": "1.0.0-*"
77
},
88
"configurations": {
99
"net45": {},

0 commit comments

Comments
 (0)