diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-04-19 22:11:43 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-04-19 22:11:43 -0400 |
commit | c05505646048d8f7aaabfb65bd1e789e94857d65 (patch) | |
tree | 6822ea0a4a1bd1085b812a146c49c01413477583 /src/SMAPI | |
parent | f0645c59931f56415999b9befe473f5af642a5ce (diff) | |
download | SMAPI-c05505646048d8f7aaabfb65bd1e789e94857d65.tar.gz SMAPI-c05505646048d8f7aaabfb65bd1e789e94857d65.tar.bz2 SMAPI-c05505646048d8f7aaabfb65bd1e789e94857d65.zip |
update Pintail to fix out parameter issue
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 1540ee42..9be8ba07 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="21.6.21.1" /> <PackageReference Include="Newtonsoft.Json" Version="12.0.3" /> - <PackageReference Include="Pintail" Version="2.0.0" /> + <PackageReference Include="Pintail" Version="2.0.1" /> <PackageReference Include="Platonymous.TMXTile" Version="1.5.9" /> <PackageReference Include="System.Reflection.Emit" Version="4.7.0" /> <PackageReference Include="System.Runtime.Caching" Version="5.0.0" /> |