mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-03 21:23:38 +00:00
[PR #122] [MERGED] Added support for .NET 3.5 #850
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/122
Author: @benshoof
Created: 1/26/2016
Status: ✅ Merged
Merged: 1/26/2016
Merged by: @adamhathcock
Base:
master← Head:net35_compat📝 Commits (2)
1661b7eAdded support for .NET 3.542c4eabFix conflicts📊 Changes
9 files changed (+17 additions, -10 deletions)
View changed files
📝
SharpCompress/Archive/IWritableArchive.Extensions.cs(+1 -1)📝
SharpCompress/Common/Rar/Headers/RarHeaderFactory.cs(+1 -1)📝
SharpCompress/EnumExtensions.cs(+4 -2)📝
SharpCompress/SharpCompress.Portable.csproj(+1 -0)📝
SharpCompress/SharpCompress.PortableTest.csproj(+2 -1)📝
SharpCompress/SharpCompress.Unsigned.csproj(+2 -1)📝
SharpCompress/SharpCompress.WindowsStore.csproj(+1 -0)📝
SharpCompress/SharpCompress.csproj(+4 -3)📝
SharpCompress/Writer/IWriter.Extensions.cs(+1 -1)📄 Description
SharpCompress can now be compiled for .NET 3.5 by defining symbol NET35
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.