This commit is contained in:
Joonas Rikkonen
2018-07-20 10:21:22 +03:00
parent a712ec6756
commit 9963836c08
3 changed files with 10 additions and 4 deletions

View File

@@ -31,5 +31,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("0.8.1.6")]
[assembly: AssemblyFileVersion("0.8.1.6")]
[assembly: AssemblyVersion("0.8.1.7")]
[assembly: AssemblyFileVersion("0.8.1.7")]

View File

@@ -31,5 +31,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("0.8.1.6")]
[assembly: AssemblyFileVersion("0.8.1.6")]
[assembly: AssemblyVersion("0.8.1.7")]
[assembly: AssemblyFileVersion("0.8.1.7")]

View File

@@ -1,3 +1,9 @@
---------------------------------------------------------------------------------------------------------
v0.8.1.7
---------------------------------------------------------------------------------------------------------
- Fixed crashes when trying to load submarines in the sub editor.
---------------------------------------------------------------------------------------------------------
v0.8.1.6
---------------------------------------------------------------------------------------------------------