Skip to content

Commit 750188e

Browse files
committed
Add title and icon to NuGet package.
1 parent d765ac9 commit 750188e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/MySqlConnector/MySqlConnector.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4+
<Title>MySQL Connector</Title>
45
<Description>A fully async MySQL ADO.NET provider for .NET and .NET Core</Description>
56
<Copyright>Copyright 2016 Bradley Grainger</Copyright>
67
<AssemblyTitle>Async MySQL Connector</AssemblyTitle>
@@ -14,6 +15,7 @@
1415
<PackageReleaseNotes>https://mysql-net.github.io/MySqlConnector/overview/version-history/</PackageReleaseNotes>
1516
<PackageProjectUrl>https://github.com/mysql-net/MySqlConnector</PackageProjectUrl>
1617
<PackageLicenseUrl>https://opensource.org/licenses/MIT</PackageLicenseUrl>
18+
<PackageIconUrl>https://mysql-net.github.io/MySqlConnector/img/logo.png</PackageIconUrl>
1719
<RepositoryType>git</RepositoryType>
1820
<RepositoryUrl>https://github.com/mysql-net/MySqlConnector.git</RepositoryUrl>
1921
</PropertyGroup>

0 commit comments

Comments
 (0)