Update to automatic versioning

This commit is contained in:
2015-11-02 10:47:57 -05:00
parent 1356f9c921
commit f375141d68
2 changed files with 1 additions and 4 deletions

View File

@@ -221,7 +221,4 @@
<VisualStudio>
</VisualStudio>
</ProjectExtensions>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<PostBuildEvent>D:\Code\Personal\Versioner\bin\Release\Versioner.exe "$(ProjectDir)Properties\AssemblyInfo.cs" 2</PostBuildEvent>
</PropertyGroup>
</Project>

View File

@@ -27,5 +27,5 @@ using System.Runtime.CompilerServices;
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.0.209.0")]
[assembly: AssemblyVersion("1.0.*")]
[assembly: CLSCompliant(true)]