From be4a65e572da4be96cf3b18c4217ec25d80293a8 Mon Sep 17 00:00:00 2001 From: Adam Hathcock Date: Wed, 24 May 2017 08:52:12 +0100 Subject: [PATCH] update readme --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index ed11cef6..742954e3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # SharpCompress -SharpCompress is a compression library for .NET/Mono/Silverlight/WP7 that can unrar, un7zip, unzip, untar unbzip2 and ungzip with forward-only reading and file random access APIs. Write support for zip/tar/bzip2/gzip are implemented. +SharpCompress is a compression library in pure C# for .NET 3.5, 4.5, .NET Standard 1.0, 1.3 that can unrar, un7zip, unzip, untar unbzip2 and ungzip with forward-only reading and file random access APIs. Write support for zip/tar/bzip2/gzip are implemented. The major feature is support for non-seekable streams so large files can be processed on the fly (i.e. download stream). @@ -27,7 +27,6 @@ I'm always looking for help or ideas. Please submit code or email with ideas. Un * 7Zip writing * Zip64 (Need writing and extend Reading) * Multi-volume Zip support. -* RAR5 support ## Version Log