From 74d0ec949d67327a08b3f803f06a0d30dbfaaeca Mon Sep 17 00:00:00 2001 From: Sebastiaan Janssen Date: Tue, 3 Mar 2015 19:43:00 +0100 Subject: [PATCH 1/2] Delete bower_components folder before build else missing packages will sometimes not be downloaded --- build/Build.bat | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 From 97a085d12b01d9e477c7b8d7acc7d2edc790fe5f Mon Sep 17 00:00:00 2001 From: Sebastiaan Janssen Date: Tue, 3 Mar 2015 20:19:41 +0100 Subject: [PATCH 2/2] Bump version --- build/UmbracoVersion.txt | 2 +- src/Umbraco.Core/Configuration/UmbracoVersion.cs | 2 +- src/Umbraco.Web.UI/Umbraco.Web.UI.csproj | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) 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