Skip to content

Commit

Permalink
Increased version number to 0.1.20.
Browse files Browse the repository at this point in the history
  • Loading branch information
patriksvensson committed Sep 14, 2014
1 parent 76625c8 commit a8b45ae
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### New in 0.1.20 (Released 2014/09/14)
* Fix for relative paths in Globber.
* Specifying a script now take precedence over version or help commands.
* Throws if target cannot be reached due to constraints.
* Added logging when tasks are skipped due to constraints.
* Changed location of transformed nuspec file.
* Made nuspec XML namespaces optional.

### New in 0.1.19 (Released 2014/09/03)
* Added default file convention recognizer.
* Added assembly info parser.
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.19")]
[assembly: AssemblyFileVersion("0.1.19")]
[assembly: AssemblyInformationalVersion("0.1.19")]
[assembly: AssemblyVersion("0.1.20")]
[assembly: AssemblyFileVersion("0.1.20")]
[assembly: AssemblyInformationalVersion("0.1.20")]
[assembly: AssemblyCopyright("Copyright (c) Patrik Svensson 2014")]

0 comments on commit a8b45ae

Please sign in to comment.