Blog (Page 16)

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...

Intellisense and new Cake team member

Published
Tuesday, 2 May 2017
Category
Announcement
Author
mholo65

Hi! My name is Martin Björkström and I'm a .NET Developer and father of two from Finland. I started using Cake in early 2016 and have been making contributions ever since. So far, the most notable is probably debugging support. As of April, I'm also a member of the Cake Team!

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...