Bump SpaServices version to alpha7-1 to avoid conflict on NuGet

This commit is contained in:
SteveSandersonMS
2016-01-07 11:51:55 +00:00
parent 269b31469c
commit f44b84f2ab
3 changed files with 3 additions and 3 deletions

View File

@@ -25,7 +25,7 @@
"dependencies": {
"Microsoft.AspNet.Mvc.TagHelpers": "6.0.0-rc1-final",
"Microsoft.AspNet.NodeServices": "1.0.0-alpha7",
"Microsoft.AspNet.SpaServices": "1.0.0-alpha7"
"Microsoft.AspNet.SpaServices": "1.0.0-alpha7-1"
},
"resource": [
"Content/**/*"

View File

@@ -12,7 +12,7 @@
"dependencies": {
"Microsoft.AspNet.Mvc.TagHelpers": "6.0.0-rc1-final",
"Microsoft.AspNet.NodeServices": "1.0.0-alpha7",
"Microsoft.AspNet.SpaServices": "1.0.0-alpha7"
"Microsoft.AspNet.SpaServices": "1.0.0-alpha7-1"
},
"frameworks": {
"net451": { },

View File

@@ -1,5 +1,5 @@
{
"version": "1.0.0-alpha7",
"version": "1.0.0-alpha7-1",
"description": "Microsoft.AspNet.SpaServices",
"authors": [
"Microsoft"