mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-03 21:23:38 +00:00
[PR #271] [MERGED] Rework usage of WriterOptions for writers since it was inconsistently… #938
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/271
Author: @adamhathcock
Created: 7/8/2017
Status: ✅ Merged
Merged: 7/17/2017
Merged by: @adamhathcock
Base:
master← Head:issue-270📝 Commits (4)
f37716eRework usage of WriterOptions for writers since it was inconsistently used.3bf69eaMerge branch 'master' into issue-2703343bcdMerge branch 'master' into issue-270307919aMerge branch 'master' into issue-270📊 Changes
5 files changed (+9 additions, -11 deletions)
View changed files
📝
src/SharpCompress/Archives/GZip/GZipArchive.cs(+1 -1)📝
src/SharpCompress/Writers/AbstractWriter.cs(+5 -7)📝
src/SharpCompress/Writers/GZip/GZipWriter.cs(+1 -1)📝
src/SharpCompress/Writers/Tar/TarWriter.cs(+1 -1)📝
src/SharpCompress/Writers/Zip/ZipWriter.cs(+1 -1)📄 Description
… used.
Fixes https://github.com/adamhathcock/sharpcompress/issues/270
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.