Skip to content

Commit 49a5f43

Browse files
authored
Update project file with new package tags
<PackageLicenseExpression /> because of NuGet/Announcements#32 <PackageIconUrl /> is the .csproj variant of Nuget's <iconUrl />
1 parent 0269465 commit 49a5f43

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
<Company>ICSharpCode</Company>
1818
<Authors>ICSharpCode</Authors>
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>
20-
<PackageLicenseUrl>https://github.com/icsharpcode/SharpZipLib/raw/master/LICENSE.txt</PackageLicenseUrl>
21-
<PackageProjectUrl>http://icsharpcode.github.io/SharpZipLib/</PackageProjectUrl>
22-
<iconUrl>http://icsharpcode.github.io/SharpZipLib/assets/sharpziplib-nuget-256x256.png</iconUrl>
20+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
21+
<PackageProjectUrl>http://icsharpcode.github.io/SharpZipLib/</PackageProjectUrl>
22+
<PackageIconUrl>http://icsharpcode.github.io/SharpZipLib/assets/sharpziplib-nuget-256x256.png</PackageIconUrl>
2323
<RepositoryUrl>https://github.com/icsharpcode/SharpZipLib</RepositoryUrl>
2424
<Copyright>Copyright © 2000-2018 SharpZipLib Contributors</Copyright>
2525
<PackageTags>Compression Library Zip GZip BZip2 LZW Tar</PackageTags>

0 commit comments

Comments
 (0)