Cake v0.11.0 released
- Published
- Sunday, 1 May 2016
- Category
- Release Notes
- Author
- patriksvensson
Version 0.11.0 of Cake has been released.
There has been a lot of improvements and bug fixes in this release, but other than that we've been mostly focused on getting proper integration tests in place to better find regressions in future versions of Cake.
We've also (finally) added overloads for the Setup/Teardown methods that provides an ICakeContext
. The old methods will now output an obsoletion warning, so you may want to think about updating the usage of those in your build scripts sooner rather than later.
Contributions were included from:
Thank you all!
Please let us know if you run into any issues with this latest release.
Read more...Cake v0.10.1 released
- Published
- Thursday, 7 April 2016
- Category
- Release Notes
- Author
- gep13
Version 0.10.1 of Cake has been released.
This hotfix release includes two bug fixes which were identified after our last release, and deemed serious enough to be corrected ahead of our upcoming 0.11.0 release. In addition, we took the opportunity to improve the overall maintainability to readability of our own build.cake file.
Please let us know if you run into any issues with this latest release.
Read more...Cake v0.10.0 released
- Published
- Wednesday, 16 March 2016
- Category
- Release Notes
- Author
- gep13
Version 0.10.0 of Cake has been released.
This release includes new functionality around tooling for both TeamCity, Jenkins, SpecFlow, and DotCover. In addition, a number of bugs which were identified have been resolved.
In addition to the core team, this release saw contributions from lots of our community members, and we would like to take this opportunity to say thank you for their support!
Contributions were included from:
Thank you all!
Please let us know if you run into any issues with this latest release.
Read more...Cake v0.9.0 released
- Published
- Tuesday, 23 February 2016
- Category
- Release Notes
- Author
- gep13
Version 0.9.0 of Cake has been released.
This is quite a big release of Cake, with a number of new features and improvements made, and also a number of bug fixes.
In addition to the core team, this release saw contributions from lots of our community members, and we would like to take this opportunity to say thank you for their support!
Contributions were included from:
Thank you all!
Please let us know if you run into any issues with this latest release.
Read more...Cake v0.8.0 released
- Published
- Monday, 18 January 2016
- Category
- Release Notes
- Author
- patriksvensson
Version 0.8.0 of Cake has been released.
In this release we've added support for making the #tool
and #addin
directives independent from a specific package manager, as well as adding support for fetching specific and prerelease versions of NuGet packages.
To make this possible we've introduced a URI package format that will allow us to expand the package managment experience in the future. The old syntax for referencing packages is still supported, but will be limited to NuGet only.
In addition to the changes to the addin and tool directive, we also added functionality to support GitLink and XmlPeek aliases. See the linked issues below for more information on these features.
Please let us know if you run into any issues with this latest release.
Read more...