File tree 2 files changed +5
-0
lines changed
Source/Cake.DotNetTool.Module
2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 22
22
<Authors >Gary Ewan Park</Authors >
23
23
<Copyright >Copyright © $(FullYear) — Cake Contributions</Copyright >
24
24
<Description >Cake Module that extends Cake with ability to install tools using dotnet cli.</Description >
25
+ <PackageIcon >icon.png</PackageIcon >
25
26
<PackageIconUrl >https://cdn.jsdelivr.net/gh/cake-contrib/graphics/png/cake-contrib-medium.png</PackageIconUrl >
26
27
<PackageLicenseExpression >MIT</PackageLicenseExpression >
27
28
<PackageProjectUrl >https://github.com/cake-contrib/Cake.DotNetTool.Module/</PackageProjectUrl >
32
33
33
34
<ItemGroup >
34
35
<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 >
35
40
<PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0" >
36
41
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
37
42
<PrivateAssets >all</PrivateAssets >
You can’t perform that action at this time.
0 commit comments