Support for package icon file (#800)

This commit is contained in:
Weihan Li
2022-03-22 10:19:44 +08:00
committed by GitHub
parent 624ee292f7
commit 0f09a330bc
2 changed files with 2 additions and 0 deletions

BIN
logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 280 KiB

View File

@@ -8,6 +8,7 @@
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/kubernetes-client/csharp</PackageProjectUrl>
<PackageIconUrl>https://raw.githubusercontent.com/kubernetes/kubernetes/master/logo/logo.png</PackageIconUrl>
<PackageIcon>logo.png</PackageIcon>
<PackageTags>kubernetes;docker;containers;</PackageTags>
<TargetFrameworks>netstandard2.1;net5;net6</TargetFrameworks>
@@ -32,6 +33,7 @@
<ItemGroup>
<AdditionalFiles Include="swagger.json" />
<None Include="../../logo.png" Pack="true" Visible="false" PackagePath="" />
<ProjectReference Include="..\LibKubernetesGenerator\LibKubernetesGenerator.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
</ItemGroup>