Published Tuesday, March 7, 2017 Category Release Notes Author devlead

Version 0.18.0 of Cake has been released.

This release of Cake sees a number of new features added, as well as some bug fixes, however, most importantly, there’s a couple of breaking changes.

The minor breaking changes involve the old obsoleted DNU alias have been removed and WiXHeat had an incorrect signature which have been corrected.

The bigger breaking change is that with this release addins must target at least Cake.Core version 0.16.2 or later, addins targeting older versions will abort script execution. Many addins have already been updated and the many of those who have not yet upgraded, have pull requests ready for them. If any of the addins you use should be affected by this, please raise an issue in that addins repository. We’ve tried to reach out to all authors, but with hundreds of addins we’ve surely missed one or two. We do recommend you pin your builds to the version of Cake you using, that way you reduce the risk of builds failing because breaking changes. Instead you can do a controlled upgrade and take your time to sort any issues.

Amongst the more notable new features is MSBuild / Visual Studio 2017 support and support for loading scripts from NuGet.

We’re also pleased to announce that from this release and forward all official Cake binaries will be signed with a .NET Foundation certificate, this isn’t strong naming, so it won’t affect addins in any way, just ensure the authenticity of the binaries.

Worth noting in a near future release we will update to and unify around latest stable version Roslyn scripting — this means Mono scripting engine will be removed, we will still run on Mono, but we will require a newer version of Mono than we do today. This will bring a lot of benefit for Cake as we will be able to support the latest C# features and reduce the maintenance burden and error process of maintaining multiple scripting engines.

Please let us know if you run into any issues with this latest release.

Once again, the Cake Team have been overwhelmed by the number of contributions from our Community Members. Simply put… THANK YOU!

Contributions were included from:

Full details of everything that was included in this release can be seen below.

As part of this release we had 59 issues closed.

Breaking changes

Features

Bugs

Improvements

Documentation

Originally published at cakebuild.net.