Skip to content

Commit

Permalink
Update nuspec for initial upload to nuget.org
Browse files Browse the repository at this point in the history
  • Loading branch information
djp952 committed Dec 2, 2016
1 parent 7ffba99 commit 67f3cba
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions compression/compression.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@
<licenseUrl>https://opensource.org/licenses/MIT</licenseUrl>
<projectUrl>https://github.com/djp952/io-compression</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>SUMMARY HERE</summary>
<description>DESCRIPTION HERE. Requires Microsoft.NET version 4.5 or higher.</description>
<releaseNotes>RELEASE NOTES HERE</releaseNotes>
<description>Managed C++/CLI library for compression and decompression of BZIP2, GZIP, LZ4, LZMA and XZ formatted streams. Requires Microsoft.NET version 4.5 or higher.</description>
<releaseNotes>Version 1.0
* Initial release
</releaseNotes>
<copyright>Copyright (C)2016 Michael G. Brehm</copyright>
<tags>zuki compression gzip bzip2 lz4 lzma xz</tags>
<tags>zuki compression bzip2 gzip lz4 lzma xz</tags>
</metadata>
</package>

0 comments on commit 67f3cba

Please sign in to comment.