[PR #914] [MERGED] Update dependencies and csharpier #1345

Closed
opened 2026-01-29 22:20:05 +00:00 by claunia · 0 comments
Owner

📋 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: masterHead: update-deps


📝 Commits (5)

  • e7417e3 Update dependencies and csharpier
  • 76105eb fix bullseye
  • 6c54083 Merge remote-tracking branch 'origin/master' into update-deps
  • 88cd6bf Merge remote-tracking branch 'origin/master' into update-deps
  • b02584e Update 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.

## 📋 Pull Request Information **Original PR:** https://github.com/adamhathcock/sharpcompress/pull/914 **Author:** [@adamhathcock](https://github.com/adamhathcock) **Created:** 4/28/2025 **Status:** ✅ Merged **Merged:** 6/3/2025 **Merged by:** [@adamhathcock](https://github.com/adamhathcock) **Base:** `master` ← **Head:** `update-deps` --- ### 📝 Commits (5) - [`e7417e3`](https://github.com/adamhathcock/sharpcompress/commit/e7417e35ba677c760c5a1e7df7a05abb259c2e79) Update dependencies and csharpier - [`76105eb`](https://github.com/adamhathcock/sharpcompress/commit/76105ebdaf07547af9bae1d18e09ed6cfdbea0e3) fix bullseye - [`6c54083`](https://github.com/adamhathcock/sharpcompress/commit/6c54083b08ab7e3da46d4e15dac0b13169ddbb7b) Merge remote-tracking branch 'origin/master' into update-deps - [`88cd6bf`](https://github.com/adamhathcock/sharpcompress/commit/88cd6bfd1aac028883b0e5c0fcfa22a80b636775) Merge remote-tracking branch 'origin/master' into update-deps - [`b02584e`](https://github.com/adamhathcock/sharpcompress/commit/b02584ef9e0b69504462a8974e1201911e7ad620) Update deps again ### 📊 Changes **26 files changed** (+142 additions, -214 deletions) <details> <summary>View changed files</summary> 📝 `.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_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 22:20:05 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#1345