From 5dd9994d3456bb1eadf5e89228de49fd970707a1 Mon Sep 17 00:00:00 2001 From: Adam Hathcock Date: Fri, 12 Jun 2015 12:03:03 +0100 Subject: [PATCH] Update for 0.11 --- NuGet/sharpcompress.nuspec | 2 +- README.md | 7 +++++++ SharpCompress/SharpCompress.Unsigned.csproj | 4 ++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/NuGet/sharpcompress.nuspec b/NuGet/sharpcompress.nuspec index dad84cd7..b1dc92c7 100644 --- a/NuGet/sharpcompress.nuspec +++ b/NuGet/sharpcompress.nuspec @@ -2,7 +2,7 @@ sharpcompress - 0.10.3 + 0.11.0 SharpCompress - Pure C# Decompression/Compression Adam Hathcock Adam Hathcock diff --git a/README.md b/README.md index 9c53ac29..66e1bca2 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,13 @@ TODOs (always lots): * Zip64 * Multi-volume Zip support. +Version 0.11: +============== +- Been over a year, contains mainly fixes from contributors! +- Possible breaking change: ArchiveEncoding is UTF8 by default now. +- TAR supports writing long names using longlink +- RAR Protect Header added + Version 0.10.3: ============== - Finally fixed Disposal issue when creating a new archive with the Archive API diff --git a/SharpCompress/SharpCompress.Unsigned.csproj b/SharpCompress/SharpCompress.Unsigned.csproj index 9a227d8c..6aa172cd 100644 --- a/SharpCompress/SharpCompress.Unsigned.csproj +++ b/SharpCompress/SharpCompress.Unsigned.csproj @@ -50,7 +50,7 @@ true full false - ..\bin\Full\ + ..\bin\ TRACE;DEBUG;DISABLE_TRACE;UNSIGNED prompt 4 @@ -64,7 +64,7 @@ pdbonly true - ..\bin\Full\ + ..\bin\ TRACE prompt 4