summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-05-01 01:34:44 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-05-01 01:34:44 -0400
commitdb43fc22a4c7f5eb16a44d3b83ecba3f39ab5dc6 (patch)
treea6ee4ea7af622614b0e536d8f198331699bd7efd
parent7bb7a7522fcdfef27f8f22ba77f24c7609f49912 (diff)
downloadSMAPI-db43fc22a4c7f5eb16a44d3b83ecba3f39ab5dc6.tar.gz
SMAPI-db43fc22a4c7f5eb16a44d3b83ecba3f39ab5dc6.tar.bz2
SMAPI-db43fc22a4c7f5eb16a44d3b83ecba3f39ab5dc6.zip
update Pintail to fix proxy type name conflict edge case
-rw-r--r--src/SMAPI/SMAPI.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI/SMAPI.csproj b/src/SMAPI/SMAPI.csproj
index 9be8ba07..27044679 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.1" />
+ <PackageReference Include="Pintail" Version="2.1.0" />
<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" />