mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-03 21:23:38 +00:00
[PR #559] [MERGED] Use Net5, NetCoreApp3.1, NetStandard2.1, NetStandard2.0 only #1090
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/559
Author: @adamhathcock
Created: 1/9/2021
Status: ✅ Merged
Merged: 1/9/2021
Merged by: @adamhathcock
Base:
master← Head:net5📝 Commits (3)
147be6eUse Net5, NetCoreApp3.1, NetStandard2.1, NetStandard2.0 only57e4395Merge branch 'master' into net57edc437formatting📊 Changes
13 files changed (+43 additions, -55 deletions)
View changed files
📝
.github/workflows/dotnetcore.yml(+1 -1)📝
build/Program.cs(+13 -13)📝
build/build.csproj(+3 -3)📝
global.json(+1 -1)📝
src/SharpCompress/Algorithms/Alder32.cs(+4 -4)📝
src/SharpCompress/Archives/Zip/ZipArchive.cs(+1 -2)📝
src/SharpCompress/Common/Zip/StreamingZipHeaderFactory.cs(+4 -1)📝
src/SharpCompress/Common/Zip/ZipFilePart.cs(+1 -1)📝
src/SharpCompress/Common/Zip/ZipHeaderFactory.cs(+1 -1)📝
src/SharpCompress/Compressors/BZip2/CBZip2OutputStream.cs(+2 -16)📝
src/SharpCompress/Compressors/LZMA/AesDecoderStream.cs(+6 -2)📝
src/SharpCompress/SharpCompress.csproj(+4 -8)📝
tests/SharpCompress.Test/SharpCompress.Test.csproj(+2 -2)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.