Commit ff0ccd5
committed
Add custom icon to NuGet package metadata
Enhanced the NuGet package by specifying `icon.png` as the package icon.
- Added `<PackageIcon>` element in `Hexa.NET.ZLib.csproj` to reference `icon.png`.
- Included `icon.png` in the `<ItemGroup>` to ensure it is packed and placed in the root of the NuGet package.
These changes improve the package's visual identity in NuGet package managers.1 parent 488831f commit ff0ccd5
2 files changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
95 | 96 | | |
96 | 97 | | |
97 | 98 | | |
| 99 | + | |
98 | 100 | | |
99 | 101 | | |
100 | 102 | | |
Loading
0 commit comments