Release Notes (Page 19)

Cake v0.6.0 released

Published
Wednesday, 4 November 2015
Category
Release Notes
Author
gep13

Version 0.6.0 of Cake has been released.

In this latest version of Cake, 0.6.0, a number of new aliases have been added, including Chocolatey, OpenCover, GitReleaseManager, and many others. There were enough new features added into this release to warrant bumping the minor release number.

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

Cake v0.5.2 released

Published
Sunday, 16 August 2015
Category
Release Notes
Author
patriksvensson

This release has mostly been about improving the performance of file and directory globbing, but one or two features and bug fixes managed to sneak in as well.

We've also added support for using alias directives which might be useful if you're having problems with conflicting type names. However, this feature only works with the Roslyn based script engine at the moment due to a bug in the Mono compiler. An issue have been filed to Xamarin's bug tracker about this.

Read more...