From 3a52c682708b3a2dbc4e1a53f85c753fc433a9b6 Mon Sep 17 00:00:00 2001 From: Adam Hathcock Date: Fri, 22 Jul 2016 16:50:33 +0100 Subject: [PATCH] 0.12.3 --- README.md | 4 ++++ src/SharpCompress/project.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c6f0879e..6b686409 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,10 @@ I'm always looking for help or ideas. Please submit code or email with ideas. Un ## Version Log +### Version 0.12.3 +* 7Zip fixes https://github.com/adamhathcock/sharpcompress/issues/73 +* Maybe all profiles will work with project.json now + ### Version 0.12.2 * Support Profile 259 again diff --git a/src/SharpCompress/project.json b/src/SharpCompress/project.json index d0a6643f..160112cf 100644 --- a/src/SharpCompress/project.json +++ b/src/SharpCompress/project.json @@ -1,5 +1,5 @@ { - "version": "0.12.2", + "version": "0.12.3", "title": "SharpCompress - Pure C# Decompression/Compression", "authors": [ "Adam Hathcock" ], "language": "en-US",