Skip to content

Commit

Permalink
Updated DotNetZip to version 1.13.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
xvitaly committed Mar 1, 2020
1 parent 10678d8 commit 810437b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion srcrepair/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="DotNetZip" version="1.13.5" targetFramework="net472" />
<package id="DotNetZip" version="1.13.6" targetFramework="net472" />
<package id="NLog" version="4.6.8" targetFramework="net472" />
</packages>
4 changes: 2 additions & 2 deletions srcrepair/srcrepair.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
<ApplicationManifest>srcrepair.manifest</ApplicationManifest>
</PropertyGroup>
<ItemGroup>
<Reference Include="DotNetZip, Version=1.13.5.0, Culture=neutral, PublicKeyToken=6583c7c814667745, processorArchitecture=MSIL">
<HintPath>..\packages\DotNetZip.1.13.5\lib\net40\DotNetZip.dll</HintPath>
<Reference Include="DotNetZip, Version=1.13.6.0, Culture=neutral, PublicKeyToken=6583c7c814667745, processorArchitecture=MSIL">
<HintPath>..\packages\DotNetZip.1.13.6\lib\net40\DotNetZip.dll</HintPath>
</Reference>
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
<HintPath>..\packages\NLog.4.6.8\lib\net45\NLog.dll</HintPath>
Expand Down

0 comments on commit 810437b

Please sign in to comment.