Changes versioning to SemVersion (via nuget package), now target migrations with the full SemVer and update the web.config with the correct sem ver. Creates migration to create the migration table.

This commit is contained in:
Shannon
2015-06-24 14:17:24 +02:00
parent 4f5c24d2e3
commit 18b1857539
35 changed files with 227 additions and 93 deletions

View File

@@ -97,7 +97,7 @@ namespace Umbraco.Tests.TestHelpers
InitializeDatabase();
//ensure the configuration matches the current version for tests
SettingsForTests.ConfigurationStatus = UmbracoVersion.Current.ToString(3);
SettingsForTests.ConfigurationStatus = UmbracoVersion.GetSemanticVersion().ToString();
}
}