mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-03 21:23:38 +00:00
[PR #914] [MERGED] Update dependencies and csharpier #1345
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/adamhathcock/sharpcompress/pull/914
Author: @adamhathcock
Created: 4/28/2025
Status: ✅ Merged
Merged: 6/3/2025
Merged by: @adamhathcock
Base:
master← Head:update-deps📝 Commits (5)
e7417e3Update dependencies and csharpier76105ebfix bullseye6c54083Merge remote-tracking branch 'origin/master' into update-deps88cd6bfMerge remote-tracking branch 'origin/master' into update-depsb02584eUpdate deps again📊 Changes
26 files changed (+142 additions, -214 deletions)
View changed files
📝
.config/dotnet-tools.json(+2 -2)📝
Directory.Packages.props(+5 -5)📝
build/Program.cs(+8 -8)📝
build/build.csproj(+1 -4)📝
build/packages.lock.json(+3 -3)📝
src/SharpCompress/Compressors/Deflate/ZlibConstants.cs(+0 -1)📝
src/SharpCompress/Compressors/Deflate64/FastEncoderStatus.cs(+0 -1)📝
src/SharpCompress/Compressors/PPMd/I1/ModelRestorationMethod.cs(+0 -1)📝
src/SharpCompress/Compressors/PPMd/I1/See2Context.cs(+0 -1)📝
src/SharpCompress/Compressors/Rar/UnpackV1/Unpack50.cs(+0 -1)📝
src/SharpCompress/Compressors/Rar/UnpackV2017/PackDef.compress_hpp.cs(+0 -1)📝
src/SharpCompress/Compressors/Rar/UnpackV2017/Unpack.rawint_hpp.cs(+0 -4)📝
src/SharpCompress/Compressors/Rar/UnpackV2017/Unpack.unpack20_cpp.cs(+0 -1)📝
src/SharpCompress/Compressors/Rar/UnpackV2017/Unpack.unpack_cpp.cs(+0 -1)📝
src/SharpCompress/Compressors/Rar/UnpackV2017/Unpack.unpackinline_cpp.cs(+0 -1)📝
src/SharpCompress/Compressors/Rar/UnpackV2017/unpack_hpp.cs(+0 -1)📝
src/SharpCompress/SharpCompress.csproj(+27 -27)📝
src/SharpCompress/packages.lock.json(+18 -18)📝
tests/SharpCompress.Test/Rar/RarArchiveTests.cs(+2 -2)📝
tests/SharpCompress.Test/Rar/RarReaderTests.cs(+6 -7)...and 6 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.