1
0
mirror of synced 2024-11-14 10:57:36 +01:00

Update changelog for version 0.6.0.2

This commit is contained in:
github-actions 2024-10-27 14:36:25 +00:00
parent 978dfc7bc7
commit 859ddb9ef6
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# Changelog # Changelog
## [0.6.0.2] - 2024-10-27 (Beta)
- Fix crash due to undefined mob, dancer, & runner
## [0.6.0.1] - 2024-10-27 (Beta) ## [0.6.0.1] - 2024-10-27 (Beta)
- Fix Mob, Dancer, Runner appearing despite empty array on the scene preset - Fix Mob, Dancer, Runner appearing despite empty array on the scene preset

View File

@ -33,7 +33,7 @@
<Folder Include="System\Open-World Memories\Modules\Modal\Sounds\" /> <Folder Include="System\Open-World Memories\Modules\Modal\Sounds\" />
</ItemGroup> </ItemGroup>
<PropertyGroup> <PropertyGroup>
<Version>0.6.0.1</Version> <Version>0.6.0.2</Version>
<OutputType>WinExe</OutputType> <OutputType>WinExe</OutputType>
<TargetFramework>net8.0</TargetFramework> <TargetFramework>net8.0</TargetFramework>
<EnableUnsafeBinaryFormatterSerialization>true</EnableUnsafeBinaryFormatterSerialization> <EnableUnsafeBinaryFormatterSerialization>true</EnableUnsafeBinaryFormatterSerialization>