Skip to content

Commit

Permalink
Update Cake.Coverlet NuGet package icon to the new Cake-Contrib logo …
Browse files Browse the repository at this point in the history
…for Cake addins
  • Loading branch information
augustoproiete committed Dec 6, 2022
1 parent a80354c commit 3d85786
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Binary file added asset/cake-coverlet-nuget.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 6 additions & 1 deletion src/Cake.Coverlet/Cake.Coverlet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
<GenerateAssemblyInformationalVersionAttribute>false</GenerateAssemblyInformationalVersionAttribute>
<PackageProjectUrl>https://github.com/romanx/Cake.Coverlet</PackageProjectUrl>
<PackageLicenseFile>licence.md</PackageLicenseFile>
<PackageIconUrl>https://cdn.jsdelivr.net/gh/cake-contrib/graphics/png/cake-contrib-medium.png</PackageIconUrl>
<PackageIcon>images\icon.png</PackageIcon>
<PackageIconUrl>https://cdn.jsdelivr.net/gh/cake-contrib/graphics/png/addin/cake-contrib-addin-medium.png</PackageIconUrl>
<DebugType>portable</DebugType>
<!-- Optional: Declare that the Repository URL can be published to NuSpec -->
<PublishRepositoryUrl>true</PublishRepositoryUrl>
Expand All @@ -44,4 +45,8 @@
<None Include="..\..\licence.md" Pack="true" PackagePath="" />
</ItemGroup>

<ItemGroup>
<None Include="..\..\asset\cake-coverlet-nuget.png" Pack="true" Visible="false" PackagePath="images\icon.png" />
</ItemGroup>

</Project>

0 comments on commit 3d85786

Please sign in to comment.