Adds new database table + migration + unit test + fixes up unit tests to ensure PluginManager.Current = null; is done on teardown.

Created new ServerRegistrationRepository + unit tests + models
This commit is contained in:
Shannon Deminick
2013-02-13 03:29:32 +06:00
parent 102bf058bc
commit 3b25214433
43 changed files with 724 additions and 101 deletions

View File

@@ -5,7 +5,7 @@ namespace Umbraco.Core.Configuration
{
public class UmbracoVersion
{
private static readonly Version Version = new Version("6.0.0");
private static readonly Version Version = new Version("6.1.0");
/// <summary>
/// Gets the current version of Umbraco.