updated assembly versions to reflect VFS implementation.

This commit is contained in:
morkt 2015-09-03 07:21:41 +04:00
parent 503855b55b
commit a647b68fed
3 changed files with 6 additions and 6 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.1.10.427")]
[assembly: AssemblyFileVersion ("1.1.10.427")]
[assembly: AssemblyVersion ("1.2.10.429")]
[assembly: AssemblyFileVersion ("1.2.10.429")]

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.1.9.92")]
[assembly: AssemblyFileVersion ("1.1.9.92")]
[assembly: AssemblyVersion ("1.2.7.100")]
[assembly: AssemblyFileVersion ("1.2.7.100")]

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.1.8.661")]
[assembly: AssemblyFileVersion ("1.1.8.661")]
[assembly: AssemblyVersion ("1.2.6.677")]
[assembly: AssemblyFileVersion ("1.2.6.677")]