automatically update assembly build/revision number.

This commit is contained in:
morkt
2014-10-31 18:47:02 +04:00
parent 1faea63667
commit 6aeb3ea27e
6 changed files with 82 additions and 6 deletions

View File

@@ -51,5 +51,5 @@ using System.Windows;
// 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.0.2.0")]
[assembly: AssemblyFileVersion ("1.0.1.0")]
[assembly: AssemblyVersion ("1.0.2.10")]
[assembly: AssemblyFileVersion ("1.0.1.10")]