Skip to content

Commit

Permalink
Added logo to NuGet packages (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
mburumaxwell authored Aug 16, 2024
1 parent ba8bcee commit 23ae5bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file added logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>

<PackageIcon>logo.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>
Expand All @@ -35,6 +36,7 @@
</PropertyGroup>

<ItemGroup>
<None Include="..\..\logo.png" Pack="True" PackagePath="\" />
<None Include="README.md" Pack="true" PackagePath="\" />
</ItemGroup>

Expand Down

0 comments on commit 23ae5bd

Please sign in to comment.