Skip to content

Commit 8c068e9

Browse files
committed
Icon embedded into the NuGet package
1 parent b889a12 commit 8c068e9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Directory.Build.props

+5-1
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,15 @@
1010

1111
<PackageLicenseExpression>PostgreSQL</PackageLicenseExpression>
1212
<PackageProjectUrl>https://www.npgsql.org</PackageProjectUrl>
13-
<PackageIconUrl>https://www.npgsql.org/img/postgresql.gif</PackageIconUrl>
13+
<PackageIcon>postgresql.png</PackageIcon>
1414

1515
<SuppressNETCoreSdkPreviewMessage>true</SuppressNETCoreSdkPreviewMessage>
1616
<NoWarn>NU5105</NoWarn>
1717
</PropertyGroup>
18+
19+
<ItemGroup>
20+
<None Include="$(MSBuildThisFileDirectory)postgresql.png" Pack="true" PackagePath="" />
21+
</ItemGroup>
1822

1923
<!-- Language configuration -->
2024
<PropertyGroup>

postgresql.png

9.45 KB
Loading

0 commit comments

Comments
 (0)