mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-04 05:25:00 +00:00
[PR #12] [MERGED] Added .NET 2.0 version (with LinqBridge) #782
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/12
Author: @bastianeicher
Created: 3/18/2014
Status: ✅ Merged
Merged: 4/15/2014
Merged by: @adamhathcock
Base:
master← Head:master📝 Commits (1)
8c3d260Added .NET 2.0 version (with LinqBridge)📊 Changes
12 files changed (+426 additions, -7 deletions)
View changed files
📝
.gitignore(+1 -0)📝
SharpCompress.sln(+7 -1)📝
SharpCompress/Archive/AbstractWritableArchive.Extensions.cs(+1 -1)📝
SharpCompress/Archive/Rar/RarArchiveEntry.cs(+1 -1)📝
SharpCompress/Common/Rar/Headers/RarHeaderFactory.cs(+1 -1)📝
SharpCompress/Common/Rar/RarRijndael.cs(+1 -1)📝
SharpCompress/Compressor/LZMA/AesDecoderStream.cs(+1 -1)➕
SharpCompress/EnumExtensions.cs(+15 -0)➕
SharpCompress/SharpCompress.LinqBridge.csproj(+389 -0)📝
SharpCompress/Writer/IWriter.Extensions.cs(+1 -1)➕
SharpCompress/packages.config(+4 -0)➕
packages/repositories.config(+4 -0)📄 Description
I am developing a package manager called Zero Install. To ensure it runs out-of-the-box without additional dependency installations on most Windows boxes it still targets .NET 2.0.
I would like to use SharpCompress in Zero Install, so I added a project file that targets .NET 2.0.
In order to replace the missing LINQ functionality I used LinqBridge. The other compatibility changes were rather minor.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.