patriksvensson (Page 2)

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

Cake v0.5.5 released

Published
Monday, 12 October 2015
Category
Release Notes
Author
patriksvensson

Version 0.5.5 of Cake has been released.

New in this release (except all awesome new features and improvements) is the Cake.Testing NuGet package that contains fakes for interfaces like IFileSystem and ICakeEnvironment. We believe that this NuGet package will make testing of your Cake addins much easier.

Read more...

Cake v0.5.4 released

Published
Friday, 11 September 2015
Category
Release Notes
Author
patriksvensson

Version 0.5.4 of Cake has been released.

Read more...

Cake v0.5.3 released

Published
Monday, 31 August 2015
Category
Release Notes
Author
patriksvensson

We're happy to announce version 0.5.3 of Cake.

The annoying PlatformTarget bug has finally been resolved and using MSIL will no longer fail.

Read more...