打包时内嵌图标

This commit is contained in:
大石头 2020-09-18 09:06:46 +08:00
parent f6127d3cbe
commit 96fa024b40
2 changed files with 5 additions and 1 deletions

BIN
Doc/leaf.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

View File

@ -23,7 +23,7 @@
<PackageId>NewLife.$(AssemblyName)</PackageId>
<Authors>$(Company)</Authors>
<ProjectUrl>https://github.com/NewLifeX</ProjectUrl>
<PackageIconUrl>http://www.NewLifeX.com/favicon.ico</PackageIconUrl>
<PackageIcon>leaf.png</PackageIcon>
<RepositoryUrl>https://github.com/NewLifeX/Stardust</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>新生命团队;X组件;NewLife;$(AssemblyName)</PackageTags>
@ -58,6 +58,10 @@
<Compile Remove="Monitors\MyTraceModel.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="..\Doc\leaf.png" Link="leaf.png" PackagePath="\" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="NewLife.Core" Version="8.10.2020.918-beta3" />
</ItemGroup>