Skip to content

Commit

Permalink
Version Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirk Rombauts committed Oct 25, 2013
1 parent 5f3b825 commit d08ad20
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Release.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ git pull origin master

start-process ".\tools\nant-0.85\binaries\nant.exe" "-buildfile:project.build pack" -Wait

$version = "0.12.0"
$version = "0.13.0"

$out = .\src\Pickles\.nuget\nuget.exe pack .\src\Pickles\Pickles.MSBuild\Pickles.MSBuild.nuspec -Version $version
Write-Host $out
Expand Down
2 changes: 1 addition & 1 deletion project.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<!-- set the major and minor version number here -->
<property name="version.major" value="0" />
<property name="version.minor" value="12" />
<property name="version.minor" value="13" />

<!-- set build number from continuous integration tool -->
<if test="${environment::variable-exists('BUILD_NUMBER')}">
Expand Down
4 changes: 2 additions & 2 deletions src/Pickles/VersionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
// COM, set the ComVisible attribute to true on that type.

[assembly: ComVisible(false)]
[assembly: AssemblyVersion("0.12.0.0")]
[assembly: AssemblyFileVersion("0.12.0.0")]
[assembly: AssemblyVersion("0.13.0.0")]
[assembly: AssemblyFileVersion("0.13.0.0")]

0 comments on commit d08ad20

Please sign in to comment.