Skip to content

Commit

Permalink
Added logo to NuGet packages (#660)
Browse files Browse the repository at this point in the history
  • Loading branch information
mburumaxwell authored Aug 16, 2024
1 parent 44e76b9 commit 6574d9e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 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.
9 changes: 7 additions & 2 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@
<TargetFrameworks>netstandard2.1;net6.0;net7.0;net8.0</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Deterministic>true</Deterministic>
<Company>Tingle Software</Company>
<Authors>Tingle Software</Authors>
<PackageTags>EventBus</PackageTags>
<Company>Tingle Software</Company>
<IsAotCompatible>true</IsAotCompatible>
</PropertyGroup>

Expand All @@ -23,7 +22,9 @@
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>

<PackageIcon>logo.png</PackageIcon>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageTags>$(PackageTags);EventBus</PackageTags>
</PropertyGroup>

<ItemGroup>
Expand All @@ -35,4 +36,8 @@
<Compile Include="$(MSBuildThisFileDirectory)\..\shared\TrimmingHelper.cs" Link="Shared\TrimmingHelper.cs" />
</ItemGroup>

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

</Project>

0 comments on commit 6574d9e

Please sign in to comment.