Mark for 0.15.2

This commit is contained in:
Adam Hathcock
2017-03-09 11:02:44 +00:00
parent d0b4af6666
commit b3a4fed8be
2 changed files with 5 additions and 1 deletions

View File

@@ -31,6 +31,10 @@ I'm always looking for help or ideas. Please submit code or email with ideas. Un
## Version Log
### Version 0.15.2
* [Fix invalid headers](https://github.com/adamhathcock/sharpcompress/pull/210) - fixes an issue creating large-ish zip archives that was introduced with zip64 reading.
### Version 0.15.1
* [Zip64 extending information and ZipReader](https://github.com/adamhathcock/sharpcompress/pull/206)

View File

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