diff --git a/.gitignore b/.gitignore index cd8782e1..b4405861 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ bin/ *.user TestArchives/Scratch/ TestArchives/Scratch2/ +*.nupkg diff --git a/NuGet/sharpcompress.nuspec b/NuGet/sharpcompress.nuspec index 72697a7a..f0886525 100644 --- a/NuGet/sharpcompress.nuspec +++ b/NuGet/sharpcompress.nuspec @@ -1,23 +1,22 @@ - + - - 0.8.2 - Adam Hathcock - Adam Hathcock - http://sharpcompress.codeplex.com/license - http://sharpcompress.codeplex.com/ - sharpcompress - SharpCompress - Pure C# Decompression/Compression - false - SharpCompress is a compression library for .NET/Mono/Silverlight/WP7 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 - - - - - - - + + sharpcompress + 0.9 + SharpCompress - Pure C# Decompression/Compression + Adam Hathcock + Adam Hathcock + http://sharpcompress.codeplex.com/license + http://sharpcompress.codeplex.com/ + false + SharpCompress is a compression library for .NET/Mono/Silverlight/WP7 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 + + + + + + \ No newline at end of file diff --git a/SharpCompress/VersionInfo.cs b/SharpCompress/VersionInfo.cs index 9cc28676..b7ce91c5 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.8.2.0")] -[assembly: AssemblyFileVersion("0.8.2.0")] \ No newline at end of file +[assembly: AssemblyVersion("0.9.0.0")] +[assembly: AssemblyFileVersion("0.9.0.0")] \ No newline at end of file