Cake v0.21.0 released
- Published
- Friday, 14 July 2017
- Category
- Release Notes
- Author
- devlead
Version 0.21.0 of Cake has been released.
So, let's be clear, this release will break things - but it is all intentional!
This release is mostly about bringing the .NET Core aliases up-to-date with .NET Core SDK 1.0.4, which is the latest RTM/stable version.
The shift to using MSBuild and from project.json
to csproj
project system has resulted in many breaking changes and additions to the .NET CLI.
Regardless of intentional or unintentional breaking changes, the possibility of new releases breaking something is why we always recommend you pin the version of Cake you're running, thus avoiding any unplanned broken builds. You can read more about pinning Cake version here.
Huge thanks to Jonathan Kuleff, who has done a brilliant job and epic effort in methodically going through the .NET CLI and Cake aliases identifying what's been changed, removed or added! It's been great working with you through these pull-requests.
And as always thanks to all Cake contributors and users, Cake wouldn't have been possible without you!
Contributions were included from:
Full details of everything that was included in this release can be seen below.
Read more...Cake v0.20.0 released
- Published
- Monday, 12 June 2017
- Category
- Release Notes
- Author
- devlead
Version 0.20.0 of Cake has been released.
This release hopefully contains no new features!
But nevertheless it's the result of a great team effort. With this release we've finally migrated from VS2015 and .NET Core preview bits and project.json to VS2017 / .NET Core SDK 1.0.4 and csproj. This release also contains a few documentation improvements.
It's been a little more work than expected to get everything to compile and test successfully cross platform using the new SDK, but now the yak if finally shaved and we have an release out!
Our goal is for there to be no breaking changes with this build, but there's certainly a risk of that as changing underlying SDK and build tooling is a substantial move of cheese.
This is why we always recommend you pin the version of Cake you're running to avoid any unplanned broken builds. You can read more about pinning Cake version here.
Huge thanks to all Cake contributors and users, Cake wouldn't have been possible without you!
Contributions were included from:
Full details of everything that was included in this release can be seen below.
Read more...Cake v0.19.5 released
- Published
- Thursday, 4 May 2017
- Category
- Release Notes
- Author
- devlead
Version 0.19.5 of Cake has been released.
This is a minor release, which adds a missing channel parameter for Octopus Deploy release tool.
Contributions were included from:
Full details of everything that was included in this release can be seen below.
Read more...Cake for Visual Studio Team Services v0.3.0 released
- Published
- Wednesday, 19 April 2017
- Category
- Release Notes
- Author
- agc93
Version 0.3.0 of Cake for Visual Studio Team Services and Team Foundation Server has been released.
This release includes support for customising the location where NuGet.exe
, as well as Cake and other tools, is retrieved from.
The updated extension will now be live for VSTS users while TFS users may need to update the extension using the Manage Extensions page on your TFS server.
Contributions were included from:
Full details of everything that was included in this release can be seen below.
Read more...Cake v0.19.4 released
- Published
- Wednesday, 19 April 2017
- Category
- Release Notes
- Author
- devlead
Version 0.19.4 of Cake has been released.
This is a minor hotfix release for 0.19.3, which fixes code generation of aliases with generic constraints and has one breaking change to correct the type used for TeamCity build numbers.
Contributions were included from:
Full details of everything that was included in this release can be seen below.
Read more...