diff --git a/build/Build.bat b/build/Build.bat index 0b30dc6a2e..98b8adad2f 100644 --- a/build/Build.bat +++ b/build/Build.bat @@ -29,8 +29,9 @@ SET nuGetFolder=%CD%\..\src\packages\ ..\src\.nuget\NuGet.exe install ..\src\umbraco.businesslogic\packages.config -OutputDirectory %nuGetFolder% ..\src\.nuget\NuGet.exe install ..\src\Umbraco.Core\packages.config -OutputDirectory %nuGetFolder% -ECHO Removing the belle build folder to make sure everything is clean as a whistle +ECHO Removing the belle build folder and bower_components folder to make sure everything is clean as a whistle RD ..\src\Umbraco.Web.UI.Client\build /Q /S +RD ..\src\Umbraco.Web.UI.Client\bower_components /Q /S ECHO Removing existing built files to make sure everything is clean as a whistle RMDIR /Q /S _BuildOutput diff --git a/build/UmbracoVersion.txt b/build/UmbracoVersion.txt index 654fc8d0eb..0b0f35270e 100644 --- a/build/UmbracoVersion.txt +++ b/build/UmbracoVersion.txt @@ -1,2 +1,2 @@ # Usage: on line 2 put the release version, on line 3 put the version comment (example: beta) -7.2.2 \ No newline at end of file +7.2.3 \ No newline at end of file diff --git a/src/Umbraco.Core/Configuration/UmbracoVersion.cs b/src/Umbraco.Core/Configuration/UmbracoVersion.cs index dfc8d6931e..b5b9e206b5 100644 --- a/src/Umbraco.Core/Configuration/UmbracoVersion.cs +++ b/src/Umbraco.Core/Configuration/UmbracoVersion.cs @@ -5,7 +5,7 @@ namespace Umbraco.Core.Configuration { public class UmbracoVersion { - private static readonly Version Version = new Version("7.2.2"); + private static readonly Version Version = new Version("7.2.3"); /// /// Gets the current version of Umbraco. diff --git a/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj b/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj index b9af07a7bb..3635e5174d 100644 --- a/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj +++ b/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj @@ -2547,9 +2547,9 @@ xcopy "$(ProjectDir)"..\packages\SqlServerCE.4.0.0.0\x86\*.* "$(TargetDir)x86\" True True - 7220 + 7230 / - http://localhost:7220 + http://localhost:7230 False False