Skip to content

Commit d8f9c80

Browse files
Assign a version number for RC1 package builds
1 parent 6a325f8 commit d8f9c80

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

src/Microsoft.AspNet.AngularServices/project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0-*",
2+
"version": "1.0.0-beta-000001",
33
"description": "Helpers for building Angular 2 applications on ASP.NET 5.",
44
"compilationOptions": {
55
"keyFile": "../../tools/Key.snk"
@@ -27,7 +27,7 @@
2727
},
2828
"dependencies": {
2929
"Microsoft.AspNet.Mvc.TagHelpers": "6.0.0-rc1-final",
30-
"Microsoft.AspNet.NodeServices": "1.0.0-alpha7",
31-
"Microsoft.AspNet.SpaServices": "1.0.0-alpha7-1"
30+
"Microsoft.AspNet.NodeServices": "1.0.0-beta-000001",
31+
"Microsoft.AspNet.SpaServices": "1.0.0-beta-000001"
3232
}
3333
}

src/Microsoft.AspNet.NodeServices/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0-*",
2+
"version": "1.0.0-beta-000001",
33
"description": "Invoke Node.js modules at runtime in ASP.NET 5 applications.",
44
"compilationOptions": {
55
"keyFile": "../../tools/Key.snk"

src/Microsoft.AspNet.ReactServices/project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0-*",
2+
"version": "1.0.0-beta-000001",
33
"description": "Helpers for building React applications on ASP.NET 5.",
44
"compilationOptions": {
55
"keyFile": "../../tools/Key.snk"
@@ -14,8 +14,8 @@
1414
},
1515
"dependencies": {
1616
"Microsoft.AspNet.Mvc.TagHelpers": "6.0.0-rc1-final",
17-
"Microsoft.AspNet.NodeServices": "1.0.0-alpha7",
18-
"Microsoft.AspNet.SpaServices": "1.0.0-alpha7-1"
17+
"Microsoft.AspNet.NodeServices": "1.0.0-beta-000001",
18+
"Microsoft.AspNet.SpaServices": "1.0.0-beta-000001"
1919
},
2020
"frameworks": {
2121
"net451": { },

src/Microsoft.AspNet.SpaServices/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0-*",
2+
"version": "1.0.0-beta-000001",
33
"description": "Microsoft.AspNet.SpaServices",
44
"compilationOptions": {
55
"keyFile": "../../tools/Key.snk"
@@ -15,7 +15,7 @@
1515
"dependencies": {
1616
"Microsoft.AspNet.Mvc": "6.0.0-rc1-final",
1717
"Microsoft.AspNet.Routing": "1.0.0-rc1-final",
18-
"Microsoft.AspNet.NodeServices": "1.0.0-alpha7"
18+
"Microsoft.AspNet.NodeServices": "1.0.0-beta-000001"
1919
},
2020
"frameworks": {
2121
"net451": { },

0 commit comments

Comments
 (0)