From 4a9b82d7ec53f3a16847d2eadecee93782d61fec Mon Sep 17 00:00:00 2001 From: Adam Hathcock Date: Tue, 7 Mar 2017 07:15:50 +0000 Subject: [PATCH] Add sharpcompress (#354) --- dotnet-developer-projects.md | 1 + 1 file changed, 1 insertion(+) diff --git a/dotnet-developer-projects.md b/dotnet-developer-projects.md index 1d6bd99..7418310 100644 --- a/dotnet-developer-projects.md +++ b/dotnet-developer-projects.md @@ -153,6 +153,7 @@ Please sort projects alphabetically and provide a one-line description. GitHub/C * [PocketSharp](https://github.com/ceee/PocketSharp) * [PortableRest](https://github.com/AdvancedREI/PortableRest) - Portable library for building cross-platform REST API Clients for .NET and Xamarin. * [RestSharp](https://github.com/restsharp/RestSharp) - Simple REST and HTTP API Client for .NET + * [SharpCompress](https://github.com/adamhathcock/sharpcompress) - SharpCompress is a fully managed cross-platform C# library to deal with many compression types and formats: Zip, GZip, RAR, TAR, 7Zip, etc. * [SharpMap](https://sharpmap.codeplex.com/) - An easy-to-use mapping library for use in web and desktop applications * [SharpSnmpLib](https://sharpsnmplib.codeplex.com) - An easy-to-use SNMP library for use on all platforms (.NET/Mono/Xamarin) * [Shielded](https://github.com/jbakic/Shielded) - Software Transactional Memory for .NET