Skip to content

Commit

Permalink
Adds PackageIcon
Browse files Browse the repository at this point in the history
  • Loading branch information
MihaMarkic committed Dec 8, 2019
1 parent ee5478f commit cf5ffce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Cake.Docker/Cake.Docker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,17 @@
<PackageReleaseNotes>See https://github.com/MihaMarkic/Cake.Docker/blob/master/ReleaseNotes.md</PackageReleaseNotes>
<Version>0.11.0</Version>
<PackageIconUrl>https://cdn.jsdelivr.net/gh/cake-contrib/graphics/png/cake-contrib-medium.png</PackageIconUrl>
<PackageIcon>cake-contrib-medium.png</PackageIcon>
</PropertyGroup>

<PropertyGroup>
<DocumentationFile>bin\Debug\netstandard2.0\Cake.Docker.xml</DocumentationFile>
</PropertyGroup>

<ItemGroup>
<None Include="cake-contrib-medium.png" Pack="true" PackagePath="\"/>
</ItemGroup>

<ItemGroup>
<Compile Remove="Ps\**" />
<EmbeddedResource Remove="Ps\**" />
Expand Down
Binary file added src/Cake.Docker/cake-contrib-medium.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 cf5ffce

Please sign in to comment.