Skip to content

Commit 35efe98

Browse files
committed
Switch Ionic.Zip by DotNetZip (same library renamed)
1 parent e47d5c3 commit 35efe98

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

Source/3rdPartyLibs/Ionic.Zip.dll

-452 KB
Binary file not shown.

Source/Launcher/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ static void CheckOR(List<string> missingFiles, string path)
117117
"GNU.Gettext.dll",
118118
"GNU.Gettext.WinForms.dll",
119119
"ICSharpCode.SharpZipLib.dll",
120-
"Ionic.Zip.dll",
120+
"DotNetZip.dll",
121121
@"Native/X86/OpenAL32.dll",
122122
@"Native/X64/OpenAL32.dll",
123123
// Programs:

Source/ORTS.Updater/ORTS.Updater.csproj

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,14 @@
1515
<DocumentationFile>..\..\Program\ORTS.Updater.xml</DocumentationFile>
1616
</PropertyGroup>
1717
<ItemGroup>
18-
<Reference Include="Ionic.Zip, Version=1.9.1.8, Culture=neutral, PublicKeyToken=edbe51ad942a3f5c, processorArchitecture=MSIL">
19-
<SpecificVersion>False</SpecificVersion>
20-
<HintPath>..\3rdPartyLibs\Ionic.Zip.dll</HintPath>
21-
</Reference>
2218
<Reference Include="System.Security" />
2319
</ItemGroup>
2420
<ItemGroup>
2521
<ProjectReference Include="..\ORTS.Common\ORTS.Common.csproj" />
2622
<ProjectReference Include="..\ORTS.Settings\ORTS.Settings.csproj" />
2723
</ItemGroup>
2824
<ItemGroup>
25+
<PackageReference Include="DotNetZip" Version="1.16.0" />
2926
<PackageReference Include="Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers" Version="0.4.336902">
3027
<PrivateAssets>all</PrivateAssets>
3128
</PackageReference>

0 commit comments

Comments
 (0)