From b4bfde77d23c46e19313ded477bdf96bb0d3e925 Mon Sep 17 00:00:00 2001 From: Adam Hathcock Date: Sat, 23 Nov 2013 13:08:54 +0000 Subject: [PATCH] Version 0.10.2 --- NuGet/sharpcompress.nuspec | 6 +++--- README.md | 8 ++++++++ SharpCompress/VersionInfo.cs | 4 ++-- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/NuGet/sharpcompress.nuspec b/NuGet/sharpcompress.nuspec index 8a1056da..9f2f7275 100644 --- a/NuGet/sharpcompress.nuspec +++ b/NuGet/sharpcompress.nuspec @@ -2,7 +2,7 @@ sharpcompress - 0.10.1.3 + 0.10.2 SharpCompress - Pure C# Decompression/Compression Adam Hathcock Adam Hathcock @@ -12,11 +12,11 @@ SharpCompress is a compression library for .NET/Mono/Silverlight/WP7/WindowsStore that can unrar, decompress 7zip, zip/unzip, tar/untar bzip2/unbzip2 and gzip/ungzip with forward-only reading and file random access APIs. Write support for zip/tar/bzip2/gzip is implemented. en-US - rar unrar zip unzip bzip2 gzip tar 7zip .net40 .net35 sl4 + rar unrar zip unzip bzip2 gzip tar 7zip - + \ No newline at end of file diff --git a/README.md b/README.md index 52046b26..135bc1c5 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,14 @@ TODOs (always lots): * Zip64 * Multi-volume Zip support. +Version 0.10.2: +============== +- Fixed Rar Header reading for invalid extended time headers. +- Windows Store assembly is now strong named +- Known issues with Long Tar names being worked on +- Updated to VS2013 + - Portable targets SL5 and Windows Phone 8 (up from SL4 and WP7) + Version 0.10.1: ============== - Fixed 7Zip extraction performance problem diff --git a/SharpCompress/VersionInfo.cs b/SharpCompress/VersionInfo.cs index f7a2feaf..0f1210ab 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.10.1.3")] -[assembly: AssemblyFileVersion("0.10.1.3")] \ No newline at end of file +[assembly: AssemblyVersion("0.10.2.0")] +[assembly: AssemblyFileVersion("0.10.2.0")] \ No newline at end of file