devlead (Page 3)

Cake v1.0.0-rc0002 released

Published
Sunday, 20 December 2020
Category
Release Notes
Author
devlead

Version 1.0.0-rc0002 of Cake has been released.

This is the second, and probably last, pre-release version of Cake 1.0. Focus in this release has been to bring Cake Frosting up to speed, align it with the Cake script runners and bug fixes.

We've chosen to release 1.0 as a pre-release to NuGet and Chocolatey, so we and the community can more easily test and ensure that our 1.0 release will be as stable as possible. It will also enable us to see if there are any steps you need to take to adapt your scripts for 1.0, and for us to see if there're any unintended breaking changes, by testing as many addins, modules, and recipes as possible.

CakeHostBuilder has been removed. With Cake.Frosting 1.0 CakeHost can be used directly to create the CakeHost object.

With Cake.Frosting 0.38.x:

With Cake.Frosting 1.0:

In preparation for the 1.0 release, we've now set the recommended version of Cake.Core for addins to target to 1.0.

This won't break the build but you might see warnings like below when Addins/Modules are loaded.

Addin authors can start preparing for the 1.0 release by starting to build against Cake.Core version 1.0.0-rc0002.

See Upgrade instructions for documentation about breaking changes in this release.

Contributions were included from:

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

Read more...

Cake v1.0.0 RC1 released

Published
Thursday, 5 November 2020
Category
Release Notes
Author
devlead

Version 1.0.0-rc0001 of Cake has been released

This version is the 110th release of Cake, but the first pre-release of Cake 1.0🎉 In this blog post, we will go through some of the major new features of 1.0, which platforms are supported, and how you can help to get Cake 1.0 released.

We've chosen to release 1.0 as a pre-release to NuGet and Chocolatey, so we and the community can more easily test and ensure that our 1.0 release will be as stable as possible. It will also enable us to see if there are any steps you need to take to adapt your scripts for 1.0, and for us to see if there're any unintended breaking changes, by testing as many addins, modules, and recipes as possible.

See Upgrade instructions for documentation about breaking changes in this release.

Read more...

Cake v0.38.5 released

Published
Sunday, 20 September 2020
Category
Release Notes
Author
devlead

Version 0.38.5 of Cake has been released.

In this version, we've just addressed an issue where the upcoming .NET 5 wasn't identified as .NET Core application but .NET 4 / Mono.

This could cause issues with Cake.Tool for example when running .NET Framework executable on non-Windows platforms or scripts reused cross-runtime.

Even though .NET 5 isn't released, we choose to release this as a hotfix so early adopters wouldn't hit this roadblock, but also for our own dogfooding - as we're building Cake with Cake and have started the process of porting Cake to .NET 5.

Contributions were included from:

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

Read more...

Cake v0.38.3 and v0.38.4 released

Published
Friday, 26 June 2020
Category
Release Notes
Author
devlead

Version 0.38.3 of Cake has been released...in 0.38.4.

Because of a configuration error the hot fixes didn't go into 0.38.3, we corrected this in 0.38.4.

In this version, we are releasing two bug fixes that were identified after shipping our 0.38.2 release. One is a fix for how braces are escaped in console messages and the other is ensuring valid dates in zip files.

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