Skip to content

Commit

Permalink
Version 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
snakefoot committed Mar 17, 2015
1 parent 57f9aa6 commit d970e5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions SnakeTail/Properties/AssemblyInfo.cs
Expand Up @@ -47,5 +47,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.9.0.0")]
[assembly: AssemblyFileVersion("1.9.0.0")]
[assembly: AssemblyVersion("1.9.1.0")]
[assembly: AssemblyFileVersion("1.9.1.0")]
2 changes: 1 addition & 1 deletion build-snaketail.cmd
@@ -1,4 +1,4 @@
@echo off
msbuild SnakeTail\SnakeTail.csproj /p:Configuration=Release
msbuild SnakeTail\SnakeTail.csproj /p:Configuration=Release /t:Clean;Rebuild
msbuild SnakeTail.Wix\SnakeTail.Wix.wixproj /p:Configuration=Release;Platform=x86
msbuild SnakeTail.Wix\SnakeTail.Wix.wixproj /p:Configuration=Release;Platform=x64

0 comments on commit d970e5f

Please sign in to comment.