Skip to content

Commit

Permalink
Increased version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
patriksvensson committed Jul 29, 2014
1 parent 4eb95f4 commit 7086796
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Cake.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ Added .nuspec metadata manipulation support to NuGet package creation.</releaseN
<files>
<file src="Cake.exe" />
<file src="Cake.Core.dll" />
<file src="Cake.Core.xml" />
<file src="Cake.Common.dll" />
<file src="Cake.Common.xml" />
<file src="NuGet.Core.dll" />
<file src="Autofac.dll" />
<file src="LICENSE" />
Expand Down
6 changes: 6 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### New in 0.1.17 (Released 2014/07/29)
* Made non interactive mode mandatory for NuGet restore.
* Added missing Cake.Common.xml.
* Major refactoring of tools.
* Added attributes for documentation.

### New in 0.1.16 (Released 2014/07/23)
* Added WiX support.
* Added .nuspec metadata manipulation support to NuGet package creation.
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.16")]
[assembly: AssemblyFileVersion("0.1.16")]
[assembly: AssemblyInformationalVersion("0.1.16")]
[assembly: AssemblyVersion("0.1.17")]
[assembly: AssemblyFileVersion("0.1.17")]
[assembly: AssemblyInformationalVersion("0.1.17")]
[assembly: AssemblyCopyright("Copyright (c) Patrik Svensson 2014")]

0 comments on commit 7086796

Please sign in to comment.