diff --git a/ReleaseNotes.md b/ReleaseNotes.md index dd16fd5fb3..a19d7764d4 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,3 +1,8 @@ +### New on 0.15.2 (Released 2016/07/29) + +* Ensured that WiX candle definitions are enclosed in quotes +* Corrected issue with WixHeat HarvestType Out parameter + ### New on 0.15.1 (Released 2016/07/28) * Corrected Issues found with 0.15.0 AppVeyor updates diff --git a/src/SolutionInfo.cs b/src/SolutionInfo.cs index 4866c4ad62..0c02399b95 100644 --- a/src/SolutionInfo.cs +++ b/src/SolutionInfo.cs @@ -10,7 +10,7 @@ using System.Reflection; [assembly: AssemblyProduct("Cake")] -[assembly: AssemblyVersion("0.15.1.0")] -[assembly: AssemblyFileVersion("0.15.1.0")] -[assembly: AssemblyInformationalVersion("0.15.1-beta.1+2.Branch.hotfix/0.15.1.Sha.2a4757b270f7946122ba6622e3d2e72b2b2808a7")] +[assembly: AssemblyVersion("0.15.2.0")] +[assembly: AssemblyFileVersion("0.15.2.0")] +[assembly: AssemblyInformationalVersion("0.15.2-beta.1+2.Branch.hotfix/0.15.2.Sha.88a61b352eb49e97390124d6144cdca38ef40645")] [assembly: AssemblyCopyright("Copyright (c) .NET Foundation and Contributors")] \ No newline at end of file