From 84635631cbb2172e8a734d1ff4005b52d5aa0185 Mon Sep 17 00:00:00 2001 From: Sebastiaan Janssen Date: Tue, 15 Jan 2013 09:13:48 -0100 Subject: [PATCH] Fix U4-1470 UmbracoVersion.Current.ToString(3) - Version string portion was too short or too long. --- build/Build.bat | 2 +- build/Build.proj | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/build/Build.bat b/build/Build.bat index 5cdcc0b9ee..8e9bacaa5a 100644 --- a/build/Build.bat +++ b/build/Build.bat @@ -5,7 +5,7 @@ SET version=%release% IF [%comment%] EQU [] (SET version=%release%) ELSE (SET version=%release%-%comment%) -%windir%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe "Build.proj" /p:BUILD_NUMBER=%release% /p:BUILD_COMMENT=%comment% +%windir%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe "Build.proj" /p:BUILD_RELEASE=%release% /p:BUILD_COMMENT=%comment% echo This file is only here so that the containing folder will be included in the NuGet package, it is safe to delete. > .\_BuildOutput\WebApp\App_Code\dummy.txt echo This file is only here so that the containing folder will be included in the NuGet package, it is safe to delete. > .\_BuildOutput\WebApp\App_Data\dummy.txt diff --git a/build/Build.proj b/build/Build.proj index 06bdf4e942..ec20affd6a 100644 --- a/build/Build.proj +++ b/build/Build.proj @@ -161,13 +161,14 @@ - - + + - - + ReplacementText="$(BUILD_RELEASE)"/> +