Cake v0.21.1 released
- Published
- Saturday, 15 July 2017
- Category
- Release Notes
- Author
- gep13
Version 0.21.1 of Cake has been released.
Following the release of Cake 0.21.0 yesterday, a couple of issues were uncovered, and the decision was taken to correct them immediately. These are minor issues, and are not expected to cause any major problems. Please let us know if you have any issues.
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...New Cake Contrib Icon
- Published
- Friday, 23 June 2017
- Category
- Announcement
- Author
- gep13
Towards the end of 2016, the Cake Team had an internal discussion about the newly created Cake Contrib Organisation. The topic of this conversation was, how could we distinguish between packages (mainly NuGet ones) that were part of the Core Cake system (for example, Cake, Cake.Core, Cake.NuGet, etc), and packages which have been created by our amazing Cake Community, in the form of addins, and modules.
Read more...Cake v0.17.0 released
- Published
- Wednesday, 9 November 2016
- Category
- Release Notes
- Author
- gep13
Version 0.17.0 of Cake has been released.
This release of Cake sees a number of new features added, as well as some bug fixes, however, most importantly, there was a breaking change.
This breaking change centred around the VSTestSettings
class, where the decision was wait to allow custom loggers to be passed into the VSTestRunner
. As a result, the previous enumeration named VSTestLogger
has been removed, and replaced with a fully customizable string. If you are using this enumeration in your scripts then you will see errors being generated if you update to the latest version of Cake. You should be able to make use of the new extension methods called WithVisualStudioLogger
and WithAppVeyorLogger
on the VSTestSettings
to replace the enumeration values.
Please let us know if you run into any issues with this latest release.
Once again, the Cake Team have been overwhelmed by the number of contributions from our Community Members. Simply put... THANK YOU!
Contributions were included from:
Full details of everything that was included in this release can be seen below.
Read more...Cake v0.16.1 released
- Published
- Sunday, 25 September 2016
- Category
- Release Notes
- Author
- gep13
Version 0.16.1 of Cake has been released.
Following the release of Cake v0.16.0 last week, mholo65 identified an issue with debugging in Visual Studio Code. In addition, we also noticed that we were missing some properties in the generated assemblies.
As a result, v0.16.1 of Cake is now available.
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 Contribution Organization
As some of you may know, we recently opened an issue on GitHub to discuss the problem of Cake addins becoming stale. This blog post aims to recap the discussion that was had within that issue, as well as the plan going forward.
The first thing that I want to re-iterate is that the Cake Team are not attempting to throttle or take over the development of Cake addins/modules in anyway. We love the fact that there is a thriving Community behind Cake, and we want to encourage that. However, we do have a responsibility to the wider Cake Community and we want to ensure that any addins and modules that are created, can continue to be maintained, should the original developer no longer be in a position to maintain it.
Read more...