Skip to content

Commit

Permalink
(#22) Feature/update nuget package icon (PR #26)
Browse files Browse the repository at this point in the history
* Switched from PackageIconUrl to PackageIcon (fixes NU5048)
* Updated the package icon to the new addin icon
* Added PackageIconUrl back for older nuget clients
  • Loading branch information
escarls committed May 18, 2021
1 parent befe642 commit 7c0911a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Cake.Yaml/Cake.Yaml.csproj
Expand Up @@ -14,13 +14,15 @@
<Authors>Redth</Authors>
<Owners>Redth,cake-contrib</Owners>
<PackageProjectUrl>https://github.com/cake-contrib/Cake.Yaml</PackageProjectUrl>
<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>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<RepositoryUrl>https://github.com/cake-contrib/Cake.Yaml.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
</PropertyGroup>

<ItemGroup>
<None Include="images/icon.png" Pack="true" PackagePath="images"/>
<PackageReference Include="Cake.Core" Version="0.33.0">
<PrivateAssets>All</PrivateAssets>
</PackageReference>
Expand Down
Binary file added src/Cake.Yaml/images/icon.png
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 7c0911a

Please sign in to comment.