assembly version update.

This commit is contained in:
morkt 2015-05-13 23:26:30 +04:00
parent ec6e6cc316
commit 53b7077786
2 changed files with 4 additions and 4 deletions

View File

@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// 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.5")]
[assembly: AssemblyFileVersion ("1.0.2.5")]
[assembly: AssemblyVersion ("1.0.2.6")]
[assembly: AssemblyFileVersion ("1.0.2.6")]

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.4.14")]
[assembly: AssemblyFileVersion ("1.0.4.14")]
[assembly: AssemblyVersion ("1.0.4.15")]
[assembly: AssemblyFileVersion ("1.0.4.15")]