diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-06-07 21:27:56 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-06-10 00:05:23 -0400 |
commit | 11a497c1f6f62c0956d6d7265883f58504cee653 (patch) | |
tree | 704a7c6c95ae5d6a1109b6b2744a3cfce0331dbd /src/SMAPI | |
parent | 0bb9fc42933fc01c349a685e061a753cecb49518 (diff) | |
download | SMAPI-11a497c1f6f62c0956d6d7265883f58504cee653.tar.gz SMAPI-11a497c1f6f62c0956d6d7265883f58504cee653.tar.bz2 SMAPI-11a497c1f6f62c0956d6d7265883f58504cee653.zip |
update Pintail
Diffstat (limited to 'src/SMAPI')
-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 3ee7d44a..3abefeab 100644 --- a/src/SMAPI/SMAPI.csproj +++ b/src/SMAPI/SMAPI.csproj @@ -25,7 +25,7 @@ <PackageReference Include="Mono.Cecil" Version="0.11.4" /> <PackageReference Include="MonoMod.Common" Version="22.3.5.1" /> <PackageReference Include="Newtonsoft.Json" Version="13.0.1" /> - <PackageReference Include="Pintail" Version="2.1.0" /> + <PackageReference Include="Pintail" Version="2.2.0" /> <PackageReference Include="Platonymous.TMXTile" Version="1.5.9" /> <PackageReference Include="System.Reflection.Emit" Version="4.7.0" /> |