Skip to content

Commit 3d6713c

Browse files
committed
Store icon in the package. Fixes #705
1 parent 05df17a commit 3d6713c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Directory.Build.props

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<PackageProjectUrl>https://mysqlconnector.net/</PackageProjectUrl>
1111
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1212
<PackageIconUrl>https://mysqlconnector.net/img/logo.png</PackageIconUrl>
13+
<PackageIcon>logo.png</PackageIcon>
1314
<RepositoryType>git</RepositoryType>
1415
<RepositoryUrl>https://github.com/mysql-net/MySqlConnector.git</RepositoryUrl>
1516
<DebugType>embedded</DebugType>
@@ -22,4 +23,8 @@
2223
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-19367-01" PrivateAssets="All"/>
2324
</ItemGroup>
2425

26+
<ItemGroup>
27+
<None Include="..\..\docs\static\img\logo.png" Pack="true" PackagePath="\"/>
28+
</ItemGroup>
29+
2530
</Project>

0 commit comments

Comments
 (0)