We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05df17a commit 3d6713cCopy full SHA for 3d6713c
src/Directory.Build.props
@@ -10,6 +10,7 @@
10
<PackageProjectUrl>https://mysqlconnector.net/</PackageProjectUrl>
11
<PackageLicenseExpression>MIT</PackageLicenseExpression>
12
<PackageIconUrl>https://mysqlconnector.net/img/logo.png</PackageIconUrl>
13
+ <PackageIcon>logo.png</PackageIcon>
14
<RepositoryType>git</RepositoryType>
15
<RepositoryUrl>https://github.com/mysql-net/MySqlConnector.git</RepositoryUrl>
16
<DebugType>embedded</DebugType>
@@ -22,4 +23,8 @@
22
23
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-19367-01" PrivateAssets="All"/>
24
</ItemGroup>
25
26
+ <ItemGroup>
27
+ <None Include="..\..\docs\static\img\logo.png" Pack="true" PackagePath="\"/>
28
+ </ItemGroup>
29
+
30
</Project>
0 commit comments