Ensures Nuspec has correct AutoMapper, ensures config transform is correct (we cannot remove something that isn't there since it never existed before)

This commit is contained in:
Shannon
2016-09-28 15:33:32 +02:00
parent c9106065fd
commit 248177f518
6 changed files with 10 additions and 11 deletions

View File

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