Skip to content

Commit

Permalink
Increased version number to 0.1.18.
Browse files Browse the repository at this point in the history
  • Loading branch information
patriksvensson committed Aug 21, 2014
1 parent 2c7f4d3 commit 8a9f534
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
### New in 0.1.18 (Released 2014/07/29)
* Added external script loading.
* IFile.OpenWrite will now truncate existing file.
* Added overloads for common script alias methods.
* Added support for running custom processes.
* MSBuild runner now uses latest MSBuild version if not explicitly specified.
* Moved Tool<T> to Cake.Core.
* Ignored errors are now logged.
* Added more NUnit settings.
* Added environment variable script aliases.

### New in 0.1.17 (Released 2014/07/29)
* Made non interactive mode mandatory for NuGet restore.
* Added missing Cake.Common.xml.
Expand Down
6 changes: 3 additions & 3 deletions src/SolutionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
using System.Reflection;

[assembly: AssemblyProduct("Cake")]
[assembly: AssemblyVersion("0.1.17")]
[assembly: AssemblyFileVersion("0.1.17")]
[assembly: AssemblyInformationalVersion("0.1.17")]
[assembly: AssemblyVersion("0.1.18")]
[assembly: AssemblyFileVersion("0.1.18")]
[assembly: AssemblyInformationalVersion("0.1.18")]
[assembly: AssemblyCopyright("Copyright (c) Patrik Svensson 2014")]

2 comments on commit 8a9f534

@jeffdoolittle
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh noes! forgot to put in the right release date!

@patriksvensson
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh no. That's a stupid mistake :-(
I shouldn't do that stuff late at night :-)

Please sign in to comment.