mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-03 21:23:38 +00:00
[PR #482] [MERGED] NET Standard 1.3 and 2.0 only #1044
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/482
Author: @adamhathcock
Created: 9/17/2019
Status: ✅ Merged
Merged: 10/10/2019
Merged by: @adamhathcock
Base:
master← Head:upgrade📝 Commits (6)
742821aRemove NET35, NET45 and NET Standard 1.00e411b6Update README and memset50e1afcRemove NETCORE build flag0aaac3cMerge branch 'master' into upgrade05ec40bNET 46 too?381b820Update packages and usage📊 Changes
42 files changed (+44 additions, -300 deletions)
View changed files
📝
README.md(+1 -1)📝
build.cake(+1 -4)📝
src/SharpCompress/Archives/AbstractArchive.cs(+1 -3)📝
src/SharpCompress/Archives/AbstractWritableArchive.cs(+0 -2)📝
src/SharpCompress/Archives/ArchiveFactory.cs(+0 -4)📝
src/SharpCompress/Archives/GZip/GZipArchive.cs(+0 -6)📝
src/SharpCompress/Archives/IArchiveEntryExtensions.cs(+4 -7)📝
src/SharpCompress/Archives/IArchiveExtensions.cs(+4 -10)📝
src/SharpCompress/Archives/IWritableArchiveExtensions.cs(+1 -10)📝
src/SharpCompress/Archives/Rar/FileInfoRarArchiveVolume.cs(+1 -4)📝
src/SharpCompress/Archives/Rar/FileInfoRarFilePart.cs(+1 -4)📝
src/SharpCompress/Archives/Rar/RarArchive.cs(+1 -10)📝
src/SharpCompress/Archives/Rar/RarArchiveVolumeFactory.cs(+1 -6)📝
src/SharpCompress/Archives/Rar/SeekableFilePart.cs(+0 -2)📝
src/SharpCompress/Archives/SevenZip/SevenZipArchive.cs(+0 -5)📝
src/SharpCompress/Archives/Tar/TarArchive.cs(+1 -10)📝
src/SharpCompress/Archives/Zip/ZipArchive.cs(+3 -12)📝
src/SharpCompress/Common/ArchiveEncoding.cs(+0 -7)📝
src/SharpCompress/Common/ExtractionMethods.cs(+1 -6)📝
src/SharpCompress/Common/GZip/GZipVolume.cs(+0 -2)...and 22 more files
📄 Description
Removes a lot of the build flags for old platforms
#470
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.