From 738bc451a5cd97e12d70985afcd0012545823ee6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 21:17:35 +0000 Subject: [PATCH] Update dependency SharpZipLib to 1.4.2 --- TShockInstaller/TShockInstaller.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TShockInstaller/TShockInstaller.csproj b/TShockInstaller/TShockInstaller.csproj index 9b73d66a1..ac3bfff40 100644 --- a/TShockInstaller/TShockInstaller.csproj +++ b/TShockInstaller/TShockInstaller.csproj @@ -12,6 +12,6 @@ </PropertyGroup> <ItemGroup> - <PackageReference Include="SharpZipLib" Version="1.4.1" /> + <PackageReference Include="SharpZipLib" Version="1.4.2" /> </ItemGroup> </Project>