[PR #122] [MERGED] Added support for .NET 3.5 #850

Open
opened 2026-01-29 22:17:51 +00:00 by claunia · 0 comments
Owner

📋 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: masterHead: net35_compat


📝 Commits (2)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/adamhathcock/sharpcompress/pull/122 **Author:** [@benshoof](https://github.com/benshoof) **Created:** 1/26/2016 **Status:** ✅ Merged **Merged:** 1/26/2016 **Merged by:** [@adamhathcock](https://github.com/adamhathcock) **Base:** `master` ← **Head:** `net35_compat` --- ### 📝 Commits (2) - [`1661b7e`](https://github.com/adamhathcock/sharpcompress/commit/1661b7ec363c98420ac5b4e114e65a396fbc8410) Added support for .NET 3.5 - [`42c4eab`](https://github.com/adamhathcock/sharpcompress/commit/42c4eab4be62a3fc05e8182b8ddc72648acaa862) Fix conflicts ### 📊 Changes **9 files changed** (+17 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description SharpCompress can now be compiled for .NET 3.5 by defining symbol NET35 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 22:17:51 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#850