Skip to content

Commit

Permalink
(GH-79) Use embedded icon for nuget package
Browse files Browse the repository at this point in the history
resolves #79
  • Loading branch information
AdmiringWorm committed Jul 8, 2020
1 parent 92d8cf6 commit b26789a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[submodule "graphics/cake-contrib"]
path = graphics/cake-contrib
url = https://github.com/cake-contrib/graphics.git
branch = master
1 change: 1 addition & 0 deletions graphics/cake-contrib
Submodule cake-contrib added at 73e948
8 changes: 8 additions & 0 deletions src/Cake.Transifex/Cake.Transifex.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ To install the transifex client, install python, then run `pip install transifex
<Authors>Kim J. Nordmo;$(Company)</Authors>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PackageIcon>cake-contrib-small.png</PackageIcon>
<PackageIconUrl>https://cdn.jsdelivr.net/gh/cake-contrib/graphics@49c3b71def749b86416d773f1ead0c0da2d590ea/png/cake-contrib-medium.png</PackageIconUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://cake-contrib.github.io/Cake.Transifex/</PackageProjectUrl>
Expand All @@ -37,6 +38,13 @@ To install the transifex client, install python, then run `pip install transifex
<PackageReference Include="Cake.Core" Version="0.33.0" PrivateAssets="All" />
</ItemGroup>

<ItemGroup>
<None Include="..\..\graphics\cake-contrib\png\cake-contrib-small.png">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>

<ItemGroup>
<Compile Update="Common.Designer.cs">
<DesignTime>True</DesignTime>
Expand Down

0 comments on commit b26789a

Please sign in to comment.