(7ae08a816) Incremented version number, changelog update

This commit is contained in:
Joonas Rikkonen
2019-06-12 14:58:44 +03:00
parent 5d93b64ca3
commit dd9c6e7fce
3 changed files with 11 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.9.0.5")]
[assembly: AssemblyFileVersion("0.9.0.5")]
[assembly: AssemblyVersion("0.9.0.6")]
[assembly: AssemblyFileVersion("0.9.0.6")]

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.9.0.5")]
[assembly: AssemblyFileVersion("0.9.0.5")]
[assembly: AssemblyVersion("0.9.0.6")]
[assembly: AssemblyFileVersion("0.9.0.6")]

View File

@@ -1,3 +1,10 @@
---------------------------------------------------------------------------------------------------------
v0.9.0.6
---------------------------------------------------------------------------------------------------------
- Fixed clients failing to connect to servers that have banned clients based on their Steam ID.
- Removed Berilia (vanilla sub that's not ready for release).
---------------------------------------------------------------------------------------------------------
v0.9.0.5
---------------------------------------------------------------------------------------------------------