From bb930da2f1b6b17e246fd5bbc06f1365eb396674 Mon Sep 17 00:00:00 2001 From: Adam Hathcock Date: Thu, 7 Apr 2016 09:44:28 +0100 Subject: [PATCH] 0.11.6 packaging --- NuGet/sharpcompress.nuspec | 2 +- README.md | 5 +++++ SharpCompress/VersionInfo.cs | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/NuGet/sharpcompress.nuspec b/NuGet/sharpcompress.nuspec index 1ec39a31..60e45209 100644 --- a/NuGet/sharpcompress.nuspec +++ b/NuGet/sharpcompress.nuspec @@ -2,7 +2,7 @@ sharpcompress - 0.11.5 + 0.11.6 SharpCompress - Pure C# Decompression/Compression Adam Hathcock Adam Hathcock diff --git a/README.md b/README.md index be3c5d08..dbbd67c1 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,11 @@ I'm always looking for help or ideas. Please submit code or email with ideas. Un ## Version Log +### Version 0.11.6 + +* Bug fix for global header in Tar +* Writers now have a leaveOpen `bool` overload. They won't close streams if not-requested to. + ### Version 0.11.5 * Bug fix in Skip method diff --git a/SharpCompress/VersionInfo.cs b/SharpCompress/VersionInfo.cs index 52e8f210..f888f7e8 100644 --- a/SharpCompress/VersionInfo.cs +++ b/SharpCompress/VersionInfo.cs @@ -11,5 +11,5 @@ using System.Runtime.InteropServices; [assembly: AssemblyCopyright("Copyright © Adam Hathcock")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] -[assembly: AssemblyVersion("0.11.3.0")] -[assembly: AssemblyFileVersion("0.11.3.0")] \ No newline at end of file +[assembly: AssemblyVersion("0.11.6.0")] +[assembly: AssemblyFileVersion("0.11.6.0")] \ No newline at end of file