From 062a47f2aaef12cad90bfe505c3f61731af5c4aa Mon Sep 17 00:00:00 2001 From: Stephan Date: Fri, 1 Jun 2018 20:18:08 +0200 Subject: [PATCH] Use ModelsBuilder from NuGet, -alpha.44 --- build/NuSpecs/UmbracoCms.nuspec | 2 +- src/SolutionInfo.cs | 2 +- src/Umbraco.Core/Configuration/UmbracoVersion.cs | 2 +- src/Umbraco.Web.UI/Umbraco.Web.UI.csproj | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build/NuSpecs/UmbracoCms.nuspec b/build/NuSpecs/UmbracoCms.nuspec index 8061c6581c..9811743746 100644 --- a/build/NuSpecs/UmbracoCms.nuspec +++ b/build/NuSpecs/UmbracoCms.nuspec @@ -22,7 +22,7 @@ not want this to happen as the alpha of the next major is, really, the next major already. --> - + diff --git a/src/SolutionInfo.cs b/src/SolutionInfo.cs index 9b5c75a97d..d59bbf04f4 100644 --- a/src/SolutionInfo.cs +++ b/src/SolutionInfo.cs @@ -19,4 +19,4 @@ using System.Resources; // these are FYI and changed automatically [assembly: AssemblyFileVersion("8.0.0")] -[assembly: AssemblyInformationalVersion("8.0.0-alpha.43")] +[assembly: AssemblyInformationalVersion("8.0.0-alpha.44")] diff --git a/src/Umbraco.Core/Configuration/UmbracoVersion.cs b/src/Umbraco.Core/Configuration/UmbracoVersion.cs index 9c49f6e4a3..c331ab5e89 100644 --- a/src/Umbraco.Core/Configuration/UmbracoVersion.cs +++ b/src/Umbraco.Core/Configuration/UmbracoVersion.cs @@ -22,7 +22,7 @@ namespace Umbraco.Core.Configuration /// /// Gets the version comment of the executing code (eg "beta"). /// - public static string CurrentComment => "alpha.43"; + public static string CurrentComment => "alpha.44"; /// /// Gets the assembly version of Umbraco.Code.dll. diff --git a/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj b/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj index c061bea6fe..d61ffc18bd 100644 --- a/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj +++ b/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj @@ -109,7 +109,7 @@ - 8.0.0-alpha.19 + 8.0.0-alpha.20