Bump version to 4.0.0-*

This commit is contained in:
Brice Lambson 2014-06-19 11:24:00 -07:00
parent 682c2fd007
commit c0fe1428b2
2 changed files with 3 additions and 8 deletions

View File

@ -1,5 +1,5 @@
{ {
"version": "0.1-alpha-*", "version": "4.0.0-*",
"dependencies": { "dependencies": {
"System.Collections": "4.0.0.0", "System.Collections": "4.0.0.0",
"System.Diagnostics.Debug": "4.0.10.0", "System.Diagnostics.Debug": "4.0.10.0",

View File

@ -1,15 +1,10 @@
{ {
"version": "0.1-alpha-*",
"resources": "TestFiles/**/*", "resources": "TestFiles/**/*",
"dependencies": { "dependencies": {
"Moq": "4.2.1312.1622", "Moq": "4.2.1312.1622",
"Microsoft.AspNet.Razor": "", "Microsoft.AspNet.Razor": "",
"Microsoft.AspNet.Testing": "0.1-alpha-*", "Microsoft.AspNet.Testing": "1.0.0-*",
"xunit.abstractions": "2.0.0-aspnet-*", "Xunit.KRunner": "1.0.0-*"
"xunit.assert": "2.0.0-aspnet-*",
"xunit.core": "2.0.0-aspnet-*",
"xunit.execution": "2.0.0-aspnet-*",
"Xunit.KRunner": "0.1-alpha-*"
}, },
"commands": { "commands": {
"test": "Xunit.KRunner" "test": "Xunit.KRunner"