Version 8.0.0-alpha.50 with 3 NuGet packages

This commit is contained in:
Stephan
2018-09-04 09:36:58 +02:00
parent f603cb3b05
commit a1a06609b9
2 changed files with 2 additions and 2 deletions

View File

@@ -19,4 +19,4 @@ using System.Resources;
// these are FYI and changed automatically
[assembly: AssemblyFileVersion("8.0.0")]
[assembly: AssemblyInformationalVersion("8.0.0-alpha.49")]
[assembly: AssemblyInformationalVersion("8.0.0-alpha.50")]

View File

@@ -22,7 +22,7 @@ namespace Umbraco.Core.Configuration
/// <summary>
/// Gets the version comment of the executing code (eg "beta").
/// </summary>
public static string CurrentComment => "alpha.49";
public static string CurrentComment => "alpha.50";
/// <summary>
/// Gets the assembly version of Umbraco.Code.dll.