diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 66f6b5d161..f7e50b5e45 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,3 +1,10 @@ +### New on 0.19.0 (Released 2017/03/23) + +* Add VSWhere support +* Error: SignTool SIGN: Password is required with Certificate path but not specified. +* MSBuild on Mac/Linux +* Categorize logging aliases by level + ### New on 0.18.0 (Released 2017/03/07) * Remove obsoleted DNU aliases diff --git a/src/SolutionInfo.cs b/src/SolutionInfo.cs index 6d9f931c3c..61e9b32992 100644 --- a/src/SolutionInfo.cs +++ b/src/SolutionInfo.cs @@ -10,7 +10,7 @@ using System.Reflection; [assembly: AssemblyProduct("Cake")] -[assembly: AssemblyVersion("0.18.0.0")] -[assembly: AssemblyFileVersion("0.18.0.0")] -[assembly: AssemblyInformationalVersion("0.18.0-beta.1+0.Branch.release/0.18.0.Sha.0632cae5ae8d0cf1af925c794d31db58aa458460")] +[assembly: AssemblyVersion("0.19.0.0")] +[assembly: AssemblyFileVersion("0.19.0.0")] +[assembly: AssemblyInformationalVersion("0.19.0-beta.1+0.Branch.release/0.19.0.Sha.f797b4623c8d01e3841e9da18eef7358346d9d4b")] [assembly: AssemblyCopyright("Copyright (c) .NET Foundation and Contributors")] \ No newline at end of file