Skip to content

Commit 82f1be4

Browse files
committed
add package logo
1 parent 16bde35 commit 82f1be4

3 files changed

Lines changed: 16 additions & 0 deletions

File tree

assets/seredis.png

9.14 KB
Loading

assets/seredis.svg

Lines changed: 11 additions & 0 deletions
Loading

src/Directory.Build.props

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,15 @@
55
<IsPackable>true</IsPackable>
66
<CheckEolTargetFramework>false</CheckEolTargetFramework>
77
<SuppressTfmSupportBuildWarnings>true</SuppressTfmSupportBuildWarnings>
8+
<PackageIcon>seredis.png</PackageIcon>
89
</PropertyGroup>
910
<ItemGroup>
1011
<PackageReference Include="Microsoft.CodeAnalysis.PublicApiAnalyzers" PrivateAssets="all" />
1112
<PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="all" />
1213
<PackageReference Include="Nerdbank.GitVersioning" PrivateAssets="all" Condition=" '$(DEVCONTAINER)' != 'true' " />
1314
</ItemGroup>
15+
<!-- shared NuGet package logo (assets/seredis.png at the repo root) -->
16+
<ItemGroup>
17+
<None Include="$(MSBuildThisFileDirectory)..\assets\seredis.png" Pack="true" PackagePath="\" Visible="false" />
18+
</ItemGroup>
1419
</Project>

0 commit comments

Comments
 (0)