Skip to content

Commit

Permalink
Fix build script and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirk Rombauts committed May 14, 2014
1 parent ae0472d commit 49f49ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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="15" />
<property name="version.minor" value="16" />
<property name="version.revision" value="0" />

<!-- set build number from continuous integration tool -->
Expand All @@ -30,7 +30,7 @@
</ifnot>

<property name="version" value="${version.major}.${version.minor}.${version.revision}.${build.number}" />
<property name="msbuild.dir" value="C:\Windows\Microsoft.NET\Framework\v4.0.30319" />
<property name="msbuild.dir" value="${environment::get-variable('ProgramFiles(x86)')}\MSBuild\12.0\Bin" />
<property name="ilmerge.dir" value="${environment::get-variable('ProgramFiles')}\Microsoft\ILMerge" />
<property name="nuget.dir" value="src\Pickles\packages\NuGet.CommandLine.2.8.0\tools" />
<property name="framework.dir" value="${msbuild.dir}" />
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.15.0.0")]
[assembly: AssemblyFileVersion("0.15.0.0")]
[assembly: AssemblyVersion("0.16.0.0")]
[assembly: AssemblyFileVersion("0.16.0.0")]

0 comments on commit 49f49ca

Please sign in to comment.