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.

New features:

  • Added alias to retrieve all environment variables.
  • Added additional xUnit settings.
  • Added verbose message when glob pattern did not match anything.
  • Added task setup/teardown functionality.
  • Added verbose logging for file and directory aliases.
  • Added StartProcess alias overload taking process arguments as string.
  • Added Cake.Testing NuGet package.
  • Added support for AssemblyConfiguration when patching assembly information.

Fixes:

  • Fix for referencing parent directory in glob patterns.
  • Fixed bug with dots in glob patterns.
  • Fixed bug with reference loading (affects #tool and #addin directives).
  • Removed quotes from MSBuild arguments.