0.11.6 packaging
This commit is contained in:
parent
732e352261
commit
bb930da2f1
3 changed files with 8 additions and 3 deletions
|
|
@ -2,7 +2,7 @@
|
|||
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>sharpcompress</id>
|
||||
<version>0.11.5</version>
|
||||
<version>0.11.6</version>
|
||||
<title>SharpCompress - Pure C# Decompression/Compression</title>
|
||||
<authors>Adam Hathcock</authors>
|
||||
<owners>Adam Hathcock</owners>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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")]
|
||||
[assembly: AssemblyVersion("0.11.6.0")]
|
||||
[assembly: AssemblyFileVersion("0.11.6.0")]
|
||||
Loading…
Add table
Add a link
Reference in a new issue