Skip to content

Commit

Permalink
Added logo to NuGet package (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
mburumaxwell authored Aug 16, 2024
1 parent 144ca8f commit dfa7e96
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Tingle.AzureCleaner/Tingle.AzureCleaner.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
</PropertyGroup>

<PropertyGroup>
<PackageIcon>logo.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageTags>$(PackageTags);azure;reviewapp;reviews;cleanup</PackageTags>
</PropertyGroup>
Expand Down Expand Up @@ -55,4 +56,8 @@
<PackageReference Include="Tingle.Extensions.Serilog" Version="4.12.0" />
</ItemGroup>

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

</Project>
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.

0 comments on commit dfa7e96

Please sign in to comment.