This commit is contained in:
Joonas Rikkonen
2018-02-25 22:41:23 +02:00
parent 0827c475ba
commit cb25c0711f
3 changed files with 10 additions and 4 deletions
@@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.8.0.3")] [assembly: AssemblyVersion("0.8.0.4")]
[assembly: AssemblyFileVersion("0.8.0.3")] [assembly: AssemblyFileVersion("0.8.0.4")]
@@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.8.0.3")] [assembly: AssemblyVersion("0.8.0.4")]
[assembly: AssemblyFileVersion("0.8.0.3")] [assembly: AssemblyFileVersion("0.8.0.4")]
@@ -1,3 +1,9 @@
---------------------------------------------------------------------------------------------------------
v0.8.0.4
---------------------------------------------------------------------------------------------------------
- Fixed "an item with the same key has already been added" exceptions when trying to start a server.
--------------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------------
v0.8.0.3 v0.8.0.3
--------------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------------