Skip to content

Commit

Permalink
Increased version number to 0.1.13.
Browse files Browse the repository at this point in the history
  • Loading branch information
patriksvensson committed Jul 10, 2014
1 parent b06590a commit 9e8805d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 12 deletions.
10 changes: 1 addition & 9 deletions Cake.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,7 @@
<iconUrl>https://raw.githubusercontent.com/cake-build/graphics/master/png/cake-medium.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<copyright>Copyright (c) Patrik Svensson 2014</copyright>
<releaseNotes>Added file deletion.
Added file moving.
Added directory creation.
Added version command.
Major refactoring of Cake (console application).
NuGet packer now use absolute paths.
Minor fix for console background colors.
Added way of retrieving environment variables.
Added script alias property support.</releaseNotes>
<releaseNotes>Removed logging when creating script aliases.</releaseNotes>
<tags>Cake Script Build</tags>
</metadata>
<files>
Expand Down
3 changes: 3 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### New in 0.1.13 (Released 2014/07/10)
* No more logging when creating script aliases.

### New in 0.1.12 (Released 2014/07/10)
* Added file deletion.
* Added file moving.
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.12")]
[assembly: AssemblyFileVersion("0.1.12")]
[assembly: AssemblyInformationalVersion("0.1.12")]
[assembly: AssemblyVersion("0.1.13")]
[assembly: AssemblyFileVersion("0.1.13")]
[assembly: AssemblyInformationalVersion("0.1.13")]
[assembly: AssemblyCopyright("Copyright (c) Patrik Svensson 2014")]

0 comments on commit 9e8805d

Please sign in to comment.