This commit is contained in:
Adam Hathcock
2016-11-30 14:26:18 +00:00
parent ea206f4f02
commit 8e51d9d646
2 changed files with 7 additions and 1 deletions

View File

@@ -31,6 +31,12 @@ I'm always looking for help or ideas. Please submit code or email with ideas. Un
## Version Log
### Version 0.14.1
* [.NET Assemblies aren't strong named](https://github.com/adamhathcock/sharpcompress/issues/158)
* [Pkware encryption for Zip files didn't allow for multiple reads of an entry](https://github.com/adamhathcock/sharpcompress/issues/197)
* [GZip Entry couldn't be read multiple times](https://github.com/adamhathcock/sharpcompress/issues/198)
### Version 0.14.0
* [Support for LZip reading in for Tars](https://github.com/adamhathcock/sharpcompress/pull/191)

View File

@@ -1,5 +1,5 @@
{
"version": "0.14.0",
"version": "0.14.1",
"title": "SharpCompress - Pure C# Decompression/Compression",
"authors": [ "Adam Hathcock" ],
"language": "en-US",