This commit is contained in:
Joonas Rikkonen
2018-02-25 18:16:30 +02:00
parent 9df0f0a275
commit ff5afb7089
3 changed files with 14 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.0.2")]
[assembly: AssemblyFileVersion("0.8.0.2")]
[assembly: AssemblyVersion("0.8.0.3")]
[assembly: AssemblyFileVersion("0.8.0.3")]

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.0.1")]
[assembly: AssemblyFileVersion("0.8.0.1")]
[assembly: AssemblyVersion("0.8.0.3")]
[assembly: AssemblyFileVersion("0.8.0.3")]

View File

@@ -1,3 +1,13 @@
---------------------------------------------------------------------------------------------------------
v0.8.0.3
---------------------------------------------------------------------------------------------------------
- Another attempt to fix relay components: it should be now possible to use relays in series and pass
power to junction boxes through relays.
- Fixed creature disabling in server settings only taking character config files in the Content/Character
folder into account.
- Added ruin structure, particle and decal configuration files to content packages.
---------------------------------------------------------------------------------------------------------
v0.8.0.2
---------------------------------------------------------------------------------------------------------