Skip to content

Commit c16bf51

Browse files
committed
feat:更新包统一LOGO
1 parent f30044e commit c16bf51

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Directory.Build.props

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,13 @@
1515
<PublishRepositoryUrl>true</PublishRepositoryUrl>
1616
<PackageLicenseExpression>PostgreSQL</PackageLicenseExpression>
1717
<PackageProjectUrl>https://github.com/dotnetcore/EntityFrameworkCore.GaussDB</PackageProjectUrl>
18+
<PackageIcon>icon.png</PackageIcon>
1819
</PropertyGroup>
1920

21+
<ItemGroup>
22+
<None Include="$(MSBuildThisFileDirectory)icon.png" Pack="true" PackagePath="" />
23+
</ItemGroup>
24+
2025
<ItemGroup>
2126
<Using Include="System.Diagnostics" />
2227
<Using Include="System.Linq.Expressions" />

icon.png

13.3 KB
Loading

0 commit comments

Comments
 (0)