Skip to content

Commit 763fcea

Browse files
authored
Merge pull request #70 from nils-a/feature/GH-69
(GH-69) updated CakeContrib.Guidelines
2 parents c0c67d9 + fa38174 commit 763fcea

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

src/Cake.BuildSystems.Module/Cake.BuildSystems.Module.csproj

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66
<IsPackable>true</IsPackable>
77
<IncludeSymbols>true</IncludeSymbols>
88
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
9+
<!--
10+
We're setting ProjectType manually.
11+
Since we have no reference to Cake in this project,
12+
auto-detection of ProjectType will fail
13+
-->
14+
<CakeContribGuidelinesProjectType>module</CakeContribGuidelinesProjectType>
915
</PropertyGroup>
1016

1117
<PropertyGroup>
@@ -43,7 +49,7 @@
4349
</ItemGroup>
4450

4551
<ItemGroup>
46-
<PackageReference Include="CakeContrib.Guidelines" Version="1.0.0">
52+
<PackageReference Include="CakeContrib.Guidelines" Version="1.1.0">
4753
<PrivateAssets>all</PrivateAssets>
4854
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
4955
</PackageReference>

0 commit comments

Comments
 (0)