Skip to content

Commit

Permalink
Merge pull request #70 from nils-a/feature/GH-69
Browse files Browse the repository at this point in the history
(GH-69) updated CakeContrib.Guidelines
  • Loading branch information
nils-a authored Apr 11, 2021
2 parents c0c67d9 + fa38174 commit 763fcea
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/Cake.BuildSystems.Module/Cake.BuildSystems.Module.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
<IsPackable>true</IsPackable>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<!--
We're setting ProjectType manually.
Since we have no reference to Cake in this project,
auto-detection of ProjectType will fail
-->
<CakeContribGuidelinesProjectType>module</CakeContribGuidelinesProjectType>
</PropertyGroup>

<PropertyGroup>
Expand Down Expand Up @@ -43,7 +49,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="CakeContrib.Guidelines" Version="1.0.0">
<PackageReference Include="CakeContrib.Guidelines" Version="1.1.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit 763fcea

Please sign in to comment.