diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-06-14 23:30:35 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-06-14 23:30:35 -0400 |
commit | ff7b9a0251484bfb9737f9c6c05637f63efa9551 (patch) | |
tree | fbbd9363bf143588f1ea9cb9f36dc7f74fe0a38d /src | |
parent | 2d19095169019a1cb07da5802dd83fb13550a051 (diff) | |
download | SMAPI-ff7b9a0251484bfb9737f9c6c05637f63efa9551.tar.gz SMAPI-ff7b9a0251484bfb9737f9c6c05637f63efa9551.tar.bz2 SMAPI-ff7b9a0251484bfb9737f9c6c05637f63efa9551.zip |
update TMXTile
Diffstat (limited to 'src')
-rw-r--r-- | src/SMAPI/SMAPI.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI/SMAPI.csproj b/src/SMAPI/SMAPI.csproj index 443d5baa..603b6fb5 100644 --- a/src/SMAPI/SMAPI.csproj +++ b/src/SMAPI/SMAPI.csproj @@ -17,7 +17,7 @@ <PackageReference Include="Lib.Harmony" Version="2.0.0.10" Condition="!Exists('..\..\build\0Harmony.dll')" /> <PackageReference Include="Mono.Cecil" Version="0.11.2" /> <PackageReference Include="Newtonsoft.Json" Version="12.0.3" /> - <PackageReference Include="Platonymous.TMXTile" Version="1.3.7" /> + <PackageReference Include="Platonymous.TMXTile" Version="1.3.8" /> </ItemGroup> <ItemGroup> |