Skip to content

Commit 0b4a5ad

Browse files
gep13devlead
authored andcommitted
(cake-contrib/Cake.DotNetTool.Module#30) Add CakeContrib.Guidelines package
1 parent fdb4a56 commit 0b4a5ad

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Source/Cake.DotNetTool.Module/Cake.DotNetTool.Module.csproj

+5
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<Authors>Gary Ewan Park</Authors>
2323
<Copyright>Copyright © $(FullYear) — Cake Contributions</Copyright>
2424
<Description>Cake Module that extends Cake with ability to install tools using dotnet cli.</Description>
25+
<PackageIcon>icon.png</PackageIcon>
2526
<PackageIconUrl>https://cdn.jsdelivr.net/gh/cake-contrib/graphics/png/cake-contrib-medium.png</PackageIconUrl>
2627
<PackageLicenseExpression>MIT</PackageLicenseExpression>
2728
<PackageProjectUrl>https://github.com/cake-contrib/Cake.DotNetTool.Module/</PackageProjectUrl>
@@ -32,6 +33,10 @@
3233

3334
<ItemGroup>
3435
<PackageReference Include="Cake.Core" Version="0.33.0" PrivateAssets="All" />
36+
<PackageReference Include="CakeContrib.Guidelines" Version="0.5.0">
37+
<PrivateAssets>all</PrivateAssets>
38+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
39+
</PackageReference>
3540
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0">
3641
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3742
<PrivateAssets>all</PrivateAssets>
15.2 KB
Loading

0 commit comments

Comments
 (0)