From 66af447e0beb5073848a532e35f2a05bbf7f850b Mon Sep 17 00:00:00 2001 From: Mattias Karlsson Date: Tue, 7 Mar 2017 23:31:00 +0100 Subject: [PATCH] (build) Updated version and release notes. --- ReleaseNotes.md | 59 +++++++++++++++++++++++++++++++++++++++++++++ src/SolutionInfo.cs | 6 ++--- 2 files changed, 62 insertions(+), 3 deletions(-) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 5fc881d28..66f6b5d16 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,3 +1,62 @@ +### New on 0.18.0 (Released 2017/03/07) + +* Remove obsoleted DNU aliases +* WiXHeat misleading signature- no mode operates on file list +* Add "build tools" path for MSBuild 2017 to MSBuildResolver +* Add ChocolateyNew Alias +* Add support for NuGet Init and Add commands +* NUnitSettings does not have X86 property +* Enhance TeamCity provider +* Support for TF Build Commands +* Provide ability to add Custom attributes when creating AssemblyInfo +* Support for uninstall packages using Chocolatey +* Provide ability to specify name for xunit report +* MSBuild support for Visual Studio 2017 (aka "15") +* Add support for importing namespaces at the assembly level +* Add DotCover Merge +* Proposal: Allow modules to listen for script lifecycle events +* Support optional parameters on alias methods +* Support downloadable .cake script directive +* Extending the Sign command +* Fix ParseAssemblyInfo does not work .vb +* Duplicate depedencies references in project.json for Cake.Testing.XUnit +* Cake.Testing package depends on xunit.core package +* Optional parameter codegen not invariant +* XBuildRunner#GetToolExecutableNames returning wrong executables +* Space in Reference Preprocessor Directive Throws Illegal characters in path +* Spaces in #load path will cause an Illegal characters in path error. +* Add CakeNamespaceImport for BuildSystem Aliases +* HeatSettings.OutputGroup is unusable +* OctoPack not passing --format to octo.exe +* Error: Unknown Token when directory contains @ character. +* Using reserved name for parameter name causes a parser failure +* signtool.exe should be called only once when signing multiple files +* Missing MSBuild15 on enum NuGetMSBuildVersion for VS 2017 +* Add ChocoPush alias for an IEnumerable +* Add ChocoPack alias for an IEnumerable +* Usage of -NoCache on installing tools and addins +* Mac OSX is not properly detected when running on Mono +* NuGet Tool Locator system paths on mac need updating +* Logging throws exception when there are curly braces in the string +* CopyDirectory - Missing Log information +* Teach XmlPeek to silence warnings, if needed +* Http call in unit test +* Add optional Go.CD Server URL Parameter to GetHistory +* Add RedirectStandardError to ProcessRunner +* Cake's default tools / addins / modules paths are not so default as they seem. +* ArgumentException with illegal character information +* Add mechanism to validate addins +* Support XUnit's x86 .exe runner +* Add Gitter and Twitter Notifications +* DownloadFile typo in docs +* Typo in SignTool docs +* Fix typos in GitVersion documentation +* Correct issue with GitLink Alias Category +* Fix commented example for DotNetCoreTest +* Fix doc comments in InnoSetupAliases +* Fix typo in comment +* Fixed Spelling Mistake. + ### New on 0.17.0 (Released 2016/11/09) * Allow custom loggers in the VSTestSettings diff --git a/src/SolutionInfo.cs b/src/SolutionInfo.cs index 2c56d6f61..6d9f931c3 100644 --- a/src/SolutionInfo.cs +++ b/src/SolutionInfo.cs @@ -10,7 +10,7 @@ using System.Reflection; [assembly: AssemblyProduct("Cake")] -[assembly: AssemblyVersion("0.17.0.0")] -[assembly: AssemblyFileVersion("0.17.0.0")] -[assembly: AssemblyInformationalVersion("0.17.0-beta.1+0.Branch.release/0.17.0.Sha.edc3cfda2d70f30acd59ba2092162ebe83482588")] +[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: AssemblyCopyright("Copyright (c) .NET Foundation and Contributors")] \ No newline at end of file