Blog (Page 10)

Cake v0.38.0 released

Published
Saturday, 30 May 2020
Category
Release Notes
Author
gep13

Version 0.38.0 of Cake has been released.

In this version we've got a few features and improvements and one bug fix, full list of changes at end of this post

One of the main features is the enabling of ANSI escape codes. Cake will now automatically detect whether a CI system supports ANSI escape codes, and if it does it will use them, rather than using System.Console.ForegroundColor, or similar. This gives a much richer output on systems such as GitHub Actions.

Within the timeframe of this release, we were very happy to welcome Enrico Campidoglio into the Cake Team. Enrico is the person behind the creation of the GitHub Action for Cake, which has now been brought into the Cake GitHub Organisation. We are very grateful to Enrico for the work in creating this action! Welcome to the Team!

🍰Huge thanks to our community! It wouldn't have been possible without your support and contributions!❤

Contributions were included from:

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

Read more...

Cake v0.38.1 released

Published
Saturday, 30 May 2020
Category
Release Notes
Author
gep13

Version 0.38.1 of Cake has been released.

In this version we are releasing a small bug fix which was identified quite quickly after the release of 0.38.0.

We obsoleted a property within Cake, and a warning regarding this was being shown in the build output, even if you weren't using this property.

Contributions were included from:

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

Read more...

Cake v0.37.0 released

Published
Saturday, 1 February 2020
Category
Release Notes
Author
devlead

Version 0.37.0 of Cake has been released.

In this version we've got a few improvements and one bug fix, full list of changes at end of this post.

🎉 But first we would like to share a small milestone, Cake.Tool, the .NET Global tool version of Cake script runner, has now been downloaded over one million times from NuGet.org, we've seen some real uptake lately and are really excited about that. Cake.Tool has some nice additions, C# 8 support being one of the biggest.

🍰Huge thanks to our community! It wouldn't have been possible without your support and contributions!❤

Contributions were included from:

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

Read more...

Cake v0.36.0 released

Published
Saturday, 11 January 2020
Category
Release Notes
Author
devlead

Version 0.36.0 of Cake has been released.

A new year, a new release, this marks the first Cake release for 2020, a release packed with several features, improvements and fixes, full details of contents of this release at end of blog post.

As always a huge thanks to our awesome community! This project wouldn't be sustainable without your contributions and feedback❤

A big focus in this release has been in improved .NET Core 3 runtime support and better handling of native dependencies like i.e. SQL Server client.

We're also very happy to welcome Jérémie Desautels as a new Cake core team member! His contributions to the Cake ecosystem have been invaluable, especially his work with Cake.AddinDiscoverer which inventories new addins and makes sure existing ones follow best practices. This ensures a healthier, more robust and high quality experience for you as a Cake user. It also ensures better discoverability as new addins will now automatically generate a pull request to our website to be documented, addins unlisted from NuGet will automatically generate a pull request for removal from the site and a full audit report is published to cake-contrib/Home repo.

Contributions were included from:

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

Read more...

Cake v0.35.0 released

Published
Saturday, 28 September 2019
Category
Release Notes
Author
devlead

Version 0.35.0 of Cake has been released.

We're truly excited by this release which has some amazing features and improvements!

In this blog post we'll highlight:

Contributions were included from:

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

Read more...