[PR #249] [MERGED] Per entry compression was being written out incorrectly on the centra… #923

Open
opened 2026-01-29 22:18:14 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/adamhathcock/sharpcompress/pull/249
Author: @adamhathcock
Created: 5/30/2017
Status: Merged
Merged: 5/31/2017
Merged by: @adamhathcock

Base: masterHead: zip_entry_compression_fix


📝 Commits (4)

  • 69fc74e Per entry compression was being written out incorrectly on the central directory. Fix for that.
  • 9270d7c Add cache for dotnet packages
  • 3f24a74 Merge branch 'master' into zip_entry_compression_fix
  • 3df763a Merge branch 'master' into zip_entry_compression_fix

📊 Changes

3 files changed (+23 additions, -12 deletions)

View changed files

📝 .travis.yml (+3 -0)
📝 src/SharpCompress/Writers/Zip/ZipCentralDirectoryEntry.cs (+13 -4)
📝 src/SharpCompress/Writers/Zip/ZipWriter.cs (+7 -8)

📄 Description

…l directory. Fix for that.


🔄 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/249 **Author:** [@adamhathcock](https://github.com/adamhathcock) **Created:** 5/30/2017 **Status:** ✅ Merged **Merged:** 5/31/2017 **Merged by:** [@adamhathcock](https://github.com/adamhathcock) **Base:** `master` ← **Head:** `zip_entry_compression_fix` --- ### 📝 Commits (4) - [`69fc74e`](https://github.com/adamhathcock/sharpcompress/commit/69fc74e376d220c99a7483a0003ae4121c193829) Per entry compression was being written out incorrectly on the central directory. Fix for that. - [`9270d7c`](https://github.com/adamhathcock/sharpcompress/commit/9270d7cabfc0f46efab67b2ada1925d1c64970c1) Add cache for dotnet packages - [`3f24a74`](https://github.com/adamhathcock/sharpcompress/commit/3f24a744c0bfefd38fe18f49cff9d43f422224a1) Merge branch 'master' into zip_entry_compression_fix - [`3df763a`](https://github.com/adamhathcock/sharpcompress/commit/3df763a7835091bc5fc0cbec0d5075d62434fc47) Merge branch 'master' into zip_entry_compression_fix ### 📊 Changes **3 files changed** (+23 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `.travis.yml` (+3 -0) 📝 `src/SharpCompress/Writers/Zip/ZipCentralDirectoryEntry.cs` (+13 -4) 📝 `src/SharpCompress/Writers/Zip/ZipWriter.cs` (+7 -8) </details> ### 📄 Description …l directory. Fix for that. --- <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:18:14 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#923