released v1.2.20

This commit is contained in:
morkt 2016-09-28 00:12:59 +04:00
parent edc677f273
commit 4533787c57
5 changed files with 8 additions and 7 deletions

View File

@ -789,7 +789,8 @@
exit 0</PreBuildEvent>
</PropertyGroup>
<PropertyGroup>
<PostBuildEvent>xcopy "$(ProjectDir)\Resources\Formats.dat" "$(TargetDir)" /D /Y &gt;NUL</PostBuildEvent>
<PostBuildEvent>mkdir "$(TargetDir)\GameData"
xcopy "$(ProjectDir)\Resources\Formats.dat" "$(TargetDir)\GameData\" /D /Y &gt;NUL</PostBuildEvent>
</PropertyGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.

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.2.23.976")]
[assembly: AssemblyFileVersion ("1.2.23.976")]
[assembly: AssemblyVersion ("1.2.24.1042")]
[assembly: AssemblyFileVersion ("1.2.24.1042")]

Binary file not shown.

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.2.18.1332")]
[assembly: AssemblyFileVersion ("1.2.18.1332")]
[assembly: AssemblyVersion ("1.2.20.1412")]
[assembly: AssemblyFileVersion ("1.2.20.1412")]

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.3.20.167")]
[assembly: AssemblyFileVersion ("1.3.20.167")]
[assembly: AssemblyVersion ("1.3.21.181")]
[assembly: AssemblyFileVersion ("1.3.21.181")]