Skip to content

Commit

Permalink
Added logo to NuGet packages (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
mburumaxwell authored Aug 16, 2024
1 parent da9ed16 commit 3e29462
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 @@ -5,9 +5,8 @@
<PropertyGroup>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Deterministic>true</Deterministic>
<Company>Tingle Software</Company>
<Authors>Tingle Software</Authors>
<PackageTags>$(PackageTags);periodic;tasks;cron;cronjob;scheduled</PackageTags>
<Company>Tingle Software</Company>
<IsAotCompatible>true</IsAotCompatible>
</PropertyGroup>

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

<PackageIcon>logo.png</PackageIcon>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageTags>$(PackageTags);periodic;tasks;cron;cronjob;scheduled</PackageTags>
</PropertyGroup>

<ItemGroup>
Expand All @@ -37,4 +38,8 @@
<PackageReference Include="IsExternalInit" Version="1.0.3" PrivateAssets="All" />
</ItemGroup>

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

</Project>

0 comments on commit 3e29462

Please sign in to comment.