打包时内嵌图标
This commit is contained in:
parent
f6127d3cbe
commit
96fa024b40
Binary file not shown.
After Width: | Height: | Size: 92 KiB |
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue