Blog (Page 22)

Cake v0.15.0 released

Published
Tuesday, 26 July 2016
Category
Release Notes
Author
gep13

Version 0.15.0 of Cake has been released.

The Cake Team is happy once again to announce the latest version of Cake, 0.15.0. This release was intended to be a small release to tidy up a few small issues that had been identified in Cake prior to starting work on our port to CoreClr. However, once again, our amazing community contributors have stepped up with 6 Features, 6 Bugs, and 14 Improvements, being shipped in this release. Thank you to everyone who has helped with this release!

Patrik has been very busy working on the port of Cake to run on the CoreClr (you might have been following his work on the CoreClr Branch), and it is looking like that will be included in the next release of Cake, 0.16.0. While we are working on this next version, it is unlikely that we will be pulling in any other Pull Requests as we want to ensure that the transition goes as smoothly as possible. If you have any ideas about new features/improvements that you would like to see in Cake, please reach out to us in the Gitter Room prior to starting any work.

Contributions were included from:

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

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

Read more...

Cake v0.14.0 released

Published
Monday, 11 July 2016
Category
Release Notes
Author
gep13

Version 0.14.0 of Cake has been released.

We are very happy to announce the first release of Cake as a member of the .NET Foundation. If you missed this announcement, you can read more about it here.

In this release, we made a number of improvements and squashed some bugs which had been reported. In addition, we saw four new features added to Cake, including support for the Wix Heat command line tool, and also for Octopus Deploy Push command.

NOTE: Within this release, we also had one breaking change, namely the removal of the obsoleted XmlPoke Aliases. These had been marked as obsolete in a previous release of Cake, and we have now taken the steps to remove them completely. Cake does follow the semantic versioning principles, however, since we have not yet reached the 1.0.0 release, this breaking change appears here, in a minor version number change.

Contributions were included from:

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

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

Read more...

Cake joins the .NET foundation

Published
Thursday, 9 June 2016
Category
Announcement
Author
devlead

It’s been an amazing journey since the push of the first public commit of Cake in May 2014, in just two years we’ve seen 72 releases, had more than 60 contributors, over a thousand issues and pull requests proposed. And on top of that a small eco system of more than 50 community provided Cake addins.

So firstly a huge thank you to all our contributors and adopters! This wouldn’t have been possible without you! It’s truly amazing to see the increase in contribution and adoption of Cake.

Today we’re really excited and happy to share that Cake is joining the .NET foundation!

So what does this mean for Cake? It’ll still be maintained and governed by the same team as now, but with the support and guidance of the .NET foundation, ensuring the longevity of the project.

Read more about Cake joining on the .NET foundation blog.

Read more...

Cake v0.13.0 released

Published
Tuesday, 7 June 2016
Category
Release Notes
Author
gep13

Version 0.13.0 of Cake has been released.

In addition to squashing a number of bugs within this release, we are happy to announce a few new features including supporting the uploading of Test Results to AppVeyor in bulk, and also a set of aliases to support VSTest.

Once again, we have been very lucky to accept a number of contributions for our amazing community members in order to help Cake moving forward.

Contributions were included from:

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

Read more...

How to debug a Cake file

Published
Thursday, 26 May 2016
Category
How To's
Author
gep13

As you might have noticed, as part of the v0.12.0 release of Cake, thanks to a community contribution from mholo65, Cake now has debug support for Cake files.

Read more...