From fe1a4f7d4f24f15b14268e1940abfc7aa716d62e Mon Sep 17 00:00:00 2001 From: Stephan Date: Fri, 4 May 2018 14:24:07 +0200 Subject: [PATCH 01/14] Depend on Umbraco.SqlServerCE --- src/Umbraco.Core/Umbraco.Core.csproj | 2 +- .../Umbraco.Tests.Benchmarks.csproj | 9 +-------- src/Umbraco.Tests/Umbraco.Tests.csproj | 10 +--------- src/Umbraco.Web.UI/Umbraco.Web.UI.csproj | 17 ++++++++--------- 4 files changed, 11 insertions(+), 27 deletions(-) diff --git a/src/Umbraco.Core/Umbraco.Core.csproj b/src/Umbraco.Core/Umbraco.Core.csproj index 82955491e7..50b5f51d7c 100644 --- a/src/Umbraco.Core/Umbraco.Core.csproj +++ b/src/Umbraco.Core/Umbraco.Core.csproj @@ -77,7 +77,7 @@ - + diff --git a/src/Umbraco.Tests.Benchmarks/Umbraco.Tests.Benchmarks.csproj b/src/Umbraco.Tests.Benchmarks/Umbraco.Tests.Benchmarks.csproj index 5d494c5e4d..e6c4bf5e3c 100644 --- a/src/Umbraco.Tests.Benchmarks/Umbraco.Tests.Benchmarks.csproj +++ b/src/Umbraco.Tests.Benchmarks/Umbraco.Tests.Benchmarks.csproj @@ -72,7 +72,7 @@ - + @@ -162,12 +162,5 @@ - - - - - - - \ No newline at end of file diff --git a/src/Umbraco.Tests/Umbraco.Tests.csproj b/src/Umbraco.Tests/Umbraco.Tests.csproj index 1c7e0d4c7a..4a0d553192 100644 --- a/src/Umbraco.Tests/Umbraco.Tests.csproj +++ b/src/Umbraco.Tests/Umbraco.Tests.csproj @@ -110,7 +110,7 @@ - + @@ -606,13 +606,5 @@ - - - - - - - - \ No newline at end of file diff --git a/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj b/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj index 5db12b7041..86eff3b3ac 100644 --- a/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj +++ b/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj @@ -112,6 +112,13 @@ + + + + + + + @@ -607,14 +614,6 @@ - - - - - - - - @@ -642,7 +641,7 @@ - + From 2b7966dc550cb61765ac7cdc0c90eefc4f8c6c1b Mon Sep 17 00:00:00 2001 From: Stephan Date: Fri, 4 May 2018 14:32:04 +0200 Subject: [PATCH 02/14] Depend on Umbraco.SqlServerCE, package in net47 --- build/NuSpecs/UmbracoCms.Core.nuspec | 12 +++++------- build/NuSpecs/UmbracoCms.nuspec | 2 -- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/build/NuSpecs/UmbracoCms.Core.nuspec b/build/NuSpecs/UmbracoCms.Core.nuspec index 5e836f602b..da4ee8acd6 100644 --- a/build/NuSpecs/UmbracoCms.Core.nuspec +++ b/build/NuSpecs/UmbracoCms.Core.nuspec @@ -58,6 +58,7 @@ + - - - - + - + - + - + diff --git a/build/NuSpecs/UmbracoCms.nuspec b/build/NuSpecs/UmbracoCms.nuspec index 241a46d2c2..1679ff6f97 100644 --- a/build/NuSpecs/UmbracoCms.nuspec +++ b/build/NuSpecs/UmbracoCms.nuspec @@ -27,8 +27,6 @@ - - From 8c815cf47e751919ece7d15ffe62131d5167b553 Mon Sep 17 00:00:00 2001 From: Stephan Date: Tue, 15 May 2018 12:52:43 +0200 Subject: [PATCH 03/14] Git-ignore local directory --- .gitignore | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 6c180fa693..be42ec2747 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,8 @@ +# +# Umbraco Cms Git Ignore +# + +# common files *.obj *.pdb *.user @@ -9,21 +14,29 @@ *.vs10x *.ndproj +# common directories .DS_Store ._.DS_Store +.vs/ +/local/ -[Bb]in +# build directories +[Bb]in/ [Db]ebug*/ -obj/ [Rr]elease*/ +obj/ +# tools _ReSharper*/ - _NCrunch_*/ *.ncrunchsolution *.ncrunchsolution.user *.ncrunchproject *.crunchsolution.cache +tools/NDepend/ + + + [Tt]est[Rr]esult* [Bb]uild[Ll]og.* @@ -97,7 +110,6 @@ src/Umbraco.Web.UI.Client/[Bb]uild/[Bb]elle/ src/Umbraco.Web.UI/[Uu]ser[Cc]ontrols/ src/Umbraco.Web.UI.Client/src/[Ll]ess/*.css -tools/NDepend/ src/Umbraco.Web.UI/App_Plugins/* src/*.psess @@ -146,7 +158,6 @@ apidocs/api/* build/docs.zip build/ui-docs.zip build/csharp-docs.zip -.vs/ src/packages/ src/PrecompiledWeb/* @@ -155,3 +166,7 @@ build.out/ build.tmp/ build/hooks/ build/temp/ + + + +# eof \ No newline at end of file From a39a9b7a892a56b8fc4c7fe603e51486d6c49a36 Mon Sep 17 00:00:00 2001 From: Stephan Date: Wed, 16 May 2018 16:02:51 +0200 Subject: [PATCH 04/14] Cleanup nuspec --- build/NuSpecs/UmbracoCms.Core.nuspec | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/build/NuSpecs/UmbracoCms.Core.nuspec b/build/NuSpecs/UmbracoCms.Core.nuspec index da4ee8acd6..45a188b637 100644 --- a/build/NuSpecs/UmbracoCms.Core.nuspec +++ b/build/NuSpecs/UmbracoCms.Core.nuspec @@ -59,28 +59,23 @@ - - - - + + + + + + - - - - + From a6ea270d93f727abb196f6701c7e9bb5923797b9 Mon Sep 17 00:00:00 2001 From: Stephan Date: Wed, 16 May 2018 21:52:40 +0200 Subject: [PATCH 05/14] Cleanup build --- build/NuSpecs/UmbracoCms.Core.nuspec | 4 ++-- build/build.ps1 | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build/NuSpecs/UmbracoCms.Core.nuspec b/build/NuSpecs/UmbracoCms.Core.nuspec index 45a188b637..d4abf61bdb 100644 --- a/build/NuSpecs/UmbracoCms.Core.nuspec +++ b/build/NuSpecs/UmbracoCms.Core.nuspec @@ -21,8 +21,8 @@ - - + + diff --git a/build/build.ps1 b/build/build.ps1 index 3bdf2ba6e1..a34fa21a25 100644 --- a/build/build.ps1 +++ b/build/build.ps1 @@ -298,10 +298,10 @@ # copy libs Write-Host "Copy SqlCE libraries" $nugetPackages = [System.Environment]::ExpandEnvironmentVariables("%userprofile%\.nuget\packages") - $this.CopyFiles("$nugetPackages\SqlServerCE\4.0.0.1", "*.*", "$tmp\bin", ` - { -not $_.Extension.StartsWith(".nu") -and -not $_.RelativeName.StartsWith("lib\") }) - $this.CopyFiles("$nugetPackages\SqlServerCE\4.0.0.1", "*.*", "$tmp\WebApp\bin", ` - { -not $_.Extension.StartsWith(".nu") -and -not $_.RelativeName.StartsWith("lib\") }) + $this.CopyFiles("$nugetPackages\umbraco.sqlserverce\4.0.0.1\runtimes\win-x86\native", "*.*", "$tmp\bin\x86") + $this.CopyFiles("$nugetPackages\umbraco.sqlserverce\4.0.0.1\runtimes\win-x64\native", "*.*", "$tmp\bin\amd64") + $this.CopyFiles("$nugetPackages\umbraco.sqlserverce\4.0.0.1\runtimes\win-x86\native", "*.*", "$tmp\WebApp\bin\x86") + $this.CopyFiles("$nugetPackages\umbraco.sqlserverce\4.0.0.1\runtimes\win-x64\native", "*.*", "$tmp\WebApp\bin\amd64") # copy Belle Write-Host "Copy Belle" From f44c5ad757cd46f2a5ccc73a762628f078a6510b Mon Sep 17 00:00:00 2001 From: Stephan Date: Thu, 17 May 2018 12:17:42 +0200 Subject: [PATCH 06/14] Cleanup nuget, bindings, build --- build/NuSpecs/UmbracoCms.Core.nuspec | 6 +-- src/SolutionInfo.cs | 2 +- .../Configuration/UmbracoVersion.cs | 2 +- src/Umbraco.Web.UI/Umbraco.Web.UI.csproj | 1 - src/Umbraco.Web.UI/web.Template.config | 48 ++++--------------- src/umbraco.sln | 1 + 6 files changed, 13 insertions(+), 47 deletions(-) diff --git a/build/NuSpecs/UmbracoCms.Core.nuspec b/build/NuSpecs/UmbracoCms.Core.nuspec index d4abf61bdb..09967cfe9a 100644 --- a/build/NuSpecs/UmbracoCms.Core.nuspec +++ b/build/NuSpecs/UmbracoCms.Core.nuspec @@ -17,10 +17,11 @@ - + + @@ -35,7 +36,6 @@ - @@ -46,7 +46,6 @@ - @@ -56,7 +55,6 @@ - diff --git a/src/SolutionInfo.cs b/src/SolutionInfo.cs index 37150025fa..a17dec7148 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.34")] +[assembly: AssemblyInformationalVersion("8.0.0-alpha.35")] diff --git a/src/Umbraco.Core/Configuration/UmbracoVersion.cs b/src/Umbraco.Core/Configuration/UmbracoVersion.cs index 063125e462..a1060701b0 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.34"; + public static string CurrentComment => "alpha.35"; /// /// 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 86eff3b3ac..a8b45758ec 100644 --- a/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj +++ b/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj @@ -111,7 +111,6 @@ - diff --git a/src/Umbraco.Web.UI/web.Template.config b/src/Umbraco.Web.UI/web.Template.config index a511f34660..901e9ea6d3 100644 --- a/src/Umbraco.Web.UI/web.Template.config +++ b/src/Umbraco.Web.UI/web.Template.config @@ -241,34 +241,14 @@ - - - - - - - - - - - - - - - - - - - - @@ -294,20 +274,20 @@ - - + + - - + + - - + + - - + + @@ -317,18 +297,6 @@ - - - - - - - - - - - - diff --git a/src/umbraco.sln b/src/umbraco.sln index 02a5367e04..f21b257639 100644 --- a/src/umbraco.sln +++ b/src/umbraco.sln @@ -91,6 +91,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "About", "About", "{420D2458 ..\LICENSE.md = ..\LICENSE.md ..\PULL_REQUEST_TEMPLATE.md = ..\PULL_REQUEST_TEMPLATE.md ..\README.md = ..\README.md + ..\V8_GETTING_STARTED.md = ..\V8_GETTING_STARTED.md EndProjectSection EndProject Global From 40f2558a70109629cbf0c910e026044df3c4ef1d Mon Sep 17 00:00:00 2001 From: Stephan Date: Thu, 17 May 2018 13:03:37 +0200 Subject: [PATCH 07/14] Cleanup --- build/build.ps1 | 5 ----- 1 file changed, 5 deletions(-) diff --git a/build/build.ps1 b/build/build.ps1 index a34fa21a25..e2a85f0c1a 100644 --- a/build/build.ps1 +++ b/build/build.ps1 @@ -388,11 +388,6 @@ Write-Host "Create NuGet packages" - # see https://docs.microsoft.com/en-us/nuget/schema/nuspec - # note - warnings about SqlCE native libs being outside of 'lib' folder, - # nothing much we can do about it as it's intentional yet there does not - # seem to be a way to disable the warning - &$this.BuildEnv.NuGet Pack "$nuspecs\UmbracoCms.Core.nuspec" ` -Properties BuildTmp="$($this.BuildTemp)" ` -Version "$($this.Version.Semver.ToString())" ` From de9f4f8d0b89a4d01721889305b364974ca7baf5 Mon Sep 17 00:00:00 2001 From: Stephan Date: Thu, 17 May 2018 13:19:35 +0200 Subject: [PATCH 08/14] Cleanup references and dependencies --- build/NuSpecs/UmbracoCms.Core.nuspec | 85 ++++++++++++++-------------- src/Umbraco.Core/Umbraco.Core.csproj | 4 +- src/Umbraco.Web/Umbraco.Web.csproj | 4 +- 3 files changed, 45 insertions(+), 48 deletions(-) diff --git a/build/NuSpecs/UmbracoCms.Core.nuspec b/build/NuSpecs/UmbracoCms.Core.nuspec index 09967cfe9a..787b0d6673 100644 --- a/build/NuSpecs/UmbracoCms.Core.nuspec +++ b/build/NuSpecs/UmbracoCms.Core.nuspec @@ -15,48 +15,49 @@ en-US umbraco - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/Umbraco.Core/Umbraco.Core.csproj b/src/Umbraco.Core/Umbraco.Core.csproj index 978c6d4ae5..021746017a 100644 --- a/src/Umbraco.Core/Umbraco.Core.csproj +++ b/src/Umbraco.Core/Umbraco.Core.csproj @@ -67,9 +67,7 @@ - - 5.2.6 - + diff --git a/src/Umbraco.Web/Umbraco.Web.csproj b/src/Umbraco.Web/Umbraco.Web.csproj index 4d2c6fb850..5c6346822e 100644 --- a/src/Umbraco.Web/Umbraco.Web.csproj +++ b/src/Umbraco.Web/Umbraco.Web.csproj @@ -74,9 +74,7 @@ - - 5.2.6 - + From 7387379aea651b26bc94abe0457c743cc4e8c055 Mon Sep 17 00:00:00 2001 From: Stephan Date: Thu, 17 May 2018 15:18:15 +0200 Subject: [PATCH 09/14] Upgrade to ModelsBuilder -alpha.18 --- build/NuSpecs/UmbracoCms.Core.nuspec | 2 +- build/NuSpecs/UmbracoCms.nuspec | 2 +- src/Umbraco.Web.UI/Umbraco.Web.UI.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/NuSpecs/UmbracoCms.Core.nuspec b/build/NuSpecs/UmbracoCms.Core.nuspec index 787b0d6673..60fe8a49fa 100644 --- a/build/NuSpecs/UmbracoCms.Core.nuspec +++ b/build/NuSpecs/UmbracoCms.Core.nuspec @@ -56,7 +56,7 @@ - + diff --git a/build/NuSpecs/UmbracoCms.nuspec b/build/NuSpecs/UmbracoCms.nuspec index 1679ff6f97..fc3cde4936 100644 --- a/build/NuSpecs/UmbracoCms.nuspec +++ b/build/NuSpecs/UmbracoCms.nuspec @@ -16,7 +16,7 @@ umbraco - + diff --git a/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj b/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj index 31492453ec..e2c0e46b2b 100644 --- a/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj +++ b/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj @@ -116,7 +116,7 @@ - + From 6e7bb41190e25ec473e865884c2625d73210a22b Mon Sep 17 00:00:00 2001 From: Stephan Date: Thu, 17 May 2018 15:33:38 +0200 Subject: [PATCH 10/14] Version 8.0.0-alpha.36 --- src/SolutionInfo.cs | 2 +- src/Umbraco.Core/Configuration/UmbracoVersion.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/SolutionInfo.cs b/src/SolutionInfo.cs index a17dec7148..1304854f52 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.35")] +[assembly: AssemblyInformationalVersion("8.0.0-alpha.36")] diff --git a/src/Umbraco.Core/Configuration/UmbracoVersion.cs b/src/Umbraco.Core/Configuration/UmbracoVersion.cs index a1060701b0..0b34f03081 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.35"; + public static string CurrentComment => "alpha.36"; /// /// Gets the assembly version of Umbraco.Code.dll. From 76bf84f8eadba204df053fc208378154b2cca14f Mon Sep 17 00:00:00 2001 From: Stephan Date: Thu, 17 May 2018 16:34:05 +0200 Subject: [PATCH 11/14] Forgot to update binding redirects --- src/Umbraco.Web.UI/web.Template.config | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/src/Umbraco.Web.UI/web.Template.config b/src/Umbraco.Web.UI/web.Template.config index 3b9835877a..8cc75b52e2 100644 --- a/src/Umbraco.Web.UI/web.Template.config +++ b/src/Umbraco.Web.UI/web.Template.config @@ -245,14 +245,6 @@ - - - - - - - - @@ -277,10 +269,6 @@ - - - - @@ -291,11 +279,11 @@ - + - + From 6c61eb2d69f47418e2fc365a43fb92706fda94a4 Mon Sep 17 00:00:00 2001 From: Stephan Date: Thu, 17 May 2018 16:34:11 +0200 Subject: [PATCH 12/14] Fix tests --- src/Umbraco.Tests/App.config | 71 +++++++++++++++--------------------- 1 file changed, 30 insertions(+), 41 deletions(-) diff --git a/src/Umbraco.Tests/App.config b/src/Umbraco.Tests/App.config index e5a8fcd1a6..0ef88c8962 100644 --- a/src/Umbraco.Tests/App.config +++ b/src/Umbraco.Tests/App.config @@ -105,79 +105,68 @@ - - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - - - - - - - - - From 6ce24bf1a102a5994066786c5f4545eedf07f1d8 Mon Sep 17 00:00:00 2001 From: Stephan Date: Thu, 17 May 2018 17:24:30 +0200 Subject: [PATCH 13/14] Various fixes --- src/Umbraco.Tests/App.config | 1 + src/Umbraco.Tests/Strings/StringValidationTests.cs | 11 +++++++++++ src/Umbraco.Web.UI/web.Template.config | 1 + src/Umbraco.Web/Routing/UrlProvider.cs | 7 +++---- 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/src/Umbraco.Tests/App.config b/src/Umbraco.Tests/App.config index 0ef88c8962..6339a1ced4 100644 --- a/src/Umbraco.Tests/App.config +++ b/src/Umbraco.Tests/App.config @@ -63,6 +63,7 @@ + diff --git a/src/Umbraco.Tests/Strings/StringValidationTests.cs b/src/Umbraco.Tests/Strings/StringValidationTests.cs index 24ba6fbb2a..b76783080b 100644 --- a/src/Umbraco.Tests/Strings/StringValidationTests.cs +++ b/src/Umbraco.Tests/Strings/StringValidationTests.cs @@ -24,6 +24,17 @@ namespace Umbraco.Tests.Strings Assert.IsFalse(foo.IsValid("fdsa")); Assert.IsFalse(foo.IsValid("fdsa@")); + + // IsValid can be either a powerful regex OR a dummy test, + // and by default it depends on System.ComponentModel.DataAnnotations.AppSettings.DisableRegEx + // which ends up using BinaryCompatibility.Current.TargetsAtLeastFramework472 so for some reason + // in 472 we are not using the regex anymore + // + // it can be forced, though with an app settings + // dataAnnotations:dataTypeAttribute:disableRegEx = false + // + // since Umbraco is now 4.7.2+, the setting is required for the following tests to pass + Assert.IsFalse(foo.IsValid("fdsa@fdsa")); Assert.IsFalse(foo.IsValid("fdsa@fdsa.")); diff --git a/src/Umbraco.Web.UI/web.Template.config b/src/Umbraco.Web.UI/web.Template.config index 8cc75b52e2..aaa1f4d850 100644 --- a/src/Umbraco.Web.UI/web.Template.config +++ b/src/Umbraco.Web.UI/web.Template.config @@ -56,6 +56,7 @@ + diff --git a/src/Umbraco.Web/Routing/UrlProvider.cs b/src/Umbraco.Web/Routing/UrlProvider.cs index 6fa818f392..ea84bbf4e1 100644 --- a/src/Umbraco.Web/Routing/UrlProvider.cs +++ b/src/Umbraco.Web/Routing/UrlProvider.cs @@ -188,11 +188,10 @@ namespace Umbraco.Web.Routing if (content == null) return "#"; - // this the ONLY place where we deal with default culture - IUrlProvider always receive a culture + // this the ONLY place where we deal with default culture - IUrlProvider always receive a culture + // be nice with tests, assume things can be null, ultimately fall back to invariant if (culture == null) - { - culture = _variationContextAccessor.VariationContext.Culture; - } + culture = _variationContextAccessor?.VariationContext?.Culture ?? ""; if (current == null) current = _umbracoContext.CleanedUmbracoUrl; From c13e3ec220f09e0b64301932460861964acdb08c Mon Sep 17 00:00:00 2001 From: Stephan Date: Thu, 17 May 2018 18:17:04 +0200 Subject: [PATCH 14/14] Version 8.0.0-alpha.37 --- src/SolutionInfo.cs | 2 +- src/Umbraco.Core/Configuration/UmbracoVersion.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/SolutionInfo.cs b/src/SolutionInfo.cs index 1304854f52..9a1987c6b9 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.36")] +[assembly: AssemblyInformationalVersion("8.0.0-alpha.37")] diff --git a/src/Umbraco.Core/Configuration/UmbracoVersion.cs b/src/Umbraco.Core/Configuration/UmbracoVersion.cs index 0b34f03081..e3f0e2c61c 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.36"; + public static string CurrentComment => "alpha.37"; /// /// Gets the assembly version of Umbraco.Code.dll.