Skip to content

Commit

Permalink
Bump SharpZipLib from 1.4.0 to 1.4.1 (#136)
Browse files Browse the repository at this point in the history
Bumps [SharpZipLib](https://github.com/icsharpcode/SharpZipLib) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/icsharpcode/SharpZipLib/releases)
- [Changelog](https://github.com/icsharpcode/SharpZipLib/blob/master/docs/Changes.txt)
- [Commits](icsharpcode/SharpZipLib@v1.4.0...v1.4.1)

---
updated-dependencies:
- dependency-name: SharpZipLib
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 9, 2022
1 parent e20d3d5 commit 2b9fb6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Cabinet.NET/Cabinet.NET.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<Import Project="..\Cabinet.Shared\Cabinet.Shared.projitems" Label="Shared" />

<ItemGroup>
<PackageReference Include="SharpZipLib" Version="1.4.0" />
<PackageReference Include="SharpZipLib" Version="1.4.1" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion src/Cabinet.UWP/Cabinet.UWP.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
<Version>6.2.14</Version>
</PackageReference>
<PackageReference Include="SharpZipLib">
<Version>1.4.0</Version>
<Version>1.4.1</Version>
</PackageReference>
</ItemGroup>
<Import Project="..\Cabinet.Shared\Cabinet.Shared.projitems" Label="Shared" />
Expand Down

0 comments on commit 2b9fb6c

Please sign in to comment.