update to TMXTile 1.5.8

This commit is contained in:
Jesse Plamondon-Willard 2020-11-21 12:40:44 -05:00
parent 91289de74f
commit 8a66532e74
No known key found for this signature in database
GPG Key ID: CF8B1456B3E29F49
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
* Fixed rare 'collection was modified' error when using `harmony summary` console command in rare cases. * Fixed rare 'collection was modified' error when using `harmony summary` console command in rare cases.
* For modders: * For modders:
* Updated TMXTile 1.5.6 → 1.5.7 to fix exported `.tmx` files losing tile index properties. * Updated TMXTile 1.5.6 → 1.5.8 to fix exported `.tmx` files losing tile index properties.
* For the Console Commands mod: * For the Console Commands mod:
* `player_add` can now spawn shirts normally only available during character customization. * `player_add` can now spawn shirts normally only available during character customization.

View File

@ -16,7 +16,7 @@
<PackageReference Include="LargeAddressAware" Version="1.0.5" /> <PackageReference Include="LargeAddressAware" Version="1.0.5" />
<PackageReference Include="Mono.Cecil" Version="0.11.3" /> <PackageReference Include="Mono.Cecil" Version="0.11.3" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" /> <PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="Platonymous.TMXTile" Version="1.5.7" /> <PackageReference Include="Platonymous.TMXTile" Version="1.5.8" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>