Skip to content

Commit 4345b6f

Browse files
authored
Merge PR #297: Add nuget icon to csproj (#297)
1 parent d3ad35c commit 4345b6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<Description>SharpZipLib (#ziplib, formerly NZipLib) is a compression library for Zip, GZip, BZip2, and Tar written entirely in C# for .NET. It is implemented as an assembly (installable in the GAC), and thus can easily be incorporated into other projects (in any .NET language)</Description>
2020
<PackageLicenseUrl>https://github.com/icsharpcode/SharpZipLib/raw/master/LICENSE.txt</PackageLicenseUrl>
2121
<PackageProjectUrl>http://icsharpcode.github.io/SharpZipLib/</PackageProjectUrl>
22+
<iconUrl>http://icsharpcode.github.io/SharpZipLib/assets/sharpziplib-nuget-256x256.png</iconUrl>
2223
<RepositoryUrl>https://github.com/icsharpcode/SharpZipLib</RepositoryUrl>
2324
<Copyright>Copyright © 2000-2018 SharpZipLib Contributors</Copyright>
2425
<PackageTags>Compression Library Zip GZip BZip2 LZW Tar</PackageTags>

0 commit comments

Comments
 (0)