Skip to content

Commit

Permalink
(GH-148) Embed icon in Cake.Issues.Testing NuGet package (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalberger authored Oct 17, 2019
1 parent 60ccec9 commit 655645e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nuspec/nuget/Cake.Issues.Testing.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@ Common helpers for testing add-ins based on Cake.Issues
</description>
<license type="expression">MIT</license>
<projectUrl>https://cakeissues.net</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/cake-contrib/graphics@a5cf0f881c390650144b2243ae551d5b9f836196/png/cake-contrib-medium.png</iconUrl>
<icon>icon.png</icon>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<repository type="git" url="https://github.com/cake-contrib/Cake.Issues.git"/>
<copyright>Copyright © BBT Software AG and contributors</copyright>
<tags>Cake Script Cake-Issues Issues Testing</tags>
<releaseNotes>https://github.com/cake-contrib/Cake.Issues/releases/tag/0.8.0</releaseNotes>
</metadata>
<files>
<file src="..\..\..\..\nuspec\nuget\icon.png" target="" />
<file src="netstandard2.0\Cake.Issues.Testing.dll" target="lib\netstandard2.0" />
<file src="netstandard2.0\Cake.Issues.Testing.pdb" target="lib\netstandard2.0" />
<file src="netstandard2.0\Cake.Issues.Testing.xml" target="lib\netstandard2.0" />
Expand Down

0 comments on commit 655645e

Please sign in to comment.