Skip to content
This repository has been archived by the owner on Apr 6, 2024. It is now read-only.

Commit

Permalink
Merge branch 'release/4.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalberger committed Dec 23, 2023
2 parents cca90c3 + 7f5e4d8 commit 3b44558
Show file tree
Hide file tree
Showing 75 changed files with 453 additions and 366 deletions.
5 changes: 3 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ install:
- ps: mkdir $env:DOTNET_INSTALL_DIR -Force | Out-Null
- ps: Invoke-WebRequest -Uri "https://dotnet.microsoft.com/download/dotnet/scripts/v1/dotnet-install.ps1" -OutFile "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1"
- ps: '& "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 5.0.408 -InstallDir $env:DOTNET_INSTALL_DIR'
- ps: '& "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 6.0.408 -InstallDir $env:DOTNET_INSTALL_DIR'
- ps: '& "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 7.0.302 -InstallDir $env:DOTNET_INSTALL_DIR'
- ps: '& "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 6.0.417 -InstallDir $env:DOTNET_INSTALL_DIR'
- ps: '& "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 7.0.404 -InstallDir $env:DOTNET_INSTALL_DIR'
- ps: '& "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 8.0.100 -InstallDir $env:DOTNET_INSTALL_DIR'
- ps: $env:Path = "$env:DOTNET_INSTALL_DIR;$env:Path"
- ps: dotnet --info

Expand Down
3 changes: 2 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>cake-contrib/renovate-presets:cake-issues"
"github>cake-contrib/renovate-presets:cake-issues",
"github>cake-contrib/renovate-presets:frosting-addin"
]
}
4 changes: 4 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
inputs:
version: '7.x'
displayName: 'Install .NET 7'
- task: UseDotNet@2
inputs:
version: '8.x'
displayName: 'Install .NET 8'
- powershell: ./build.ps1
displayName: 'Build'
- publish: $(Build.SourcesDirectory)/BuildArtifacts/Packages/NuGet
Expand Down
2 changes: 1 addition & 1 deletion demos/frosting/build/Build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<RunWorkingDirectory>$(MSBuildProjectDirectory)</RunWorkingDirectory>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Cake.Frosting" Version="3.0.0" />
<PackageReference Include="Cake.Frosting" Version="4.0.0" />
<PackageReference Include="Cake.Frosting.Issues.Reporting.Generic" Version="*-*" />
</ItemGroup>
</Project>
7 changes: 7 additions & 0 deletions demos/frosting/global.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"sdk": {
"allowPrerelease": true,
"version": "6.0.417",
"rollForward": "latestFeature"
}
}
2 changes: 1 addition & 1 deletion demos/frosting/src/ClassLibrary1/ClassLibrary1.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers">
<PrivateAssets>all</PrivateAssets>
<Version>3.0.0</Version>
<Version>3.3.2</Version>
</PackageReference>
<PackageReference Include="StyleCop.Analyzers">
<PrivateAssets>all</PrivateAssets>
Expand Down
2 changes: 1 addition & 1 deletion demos/script-runner/.config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"cake.tool": {
"version": "3.0.0",
"version": "4.0.0",
"commands": [
"dotnet-cake"
]
Expand Down
7 changes: 7 additions & 0 deletions demos/script-runner/global.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"sdk": {
"allowPrerelease": true,
"version": "6.0.417",
"rollForward": "latestFeature"
}
}
2 changes: 1 addition & 1 deletion demos/script-runner/src/ClassLibrary1/ClassLibrary1.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers">
<PrivateAssets>all</PrivateAssets>
<Version>3.0.0</Version>
<Version>3.3.2</Version>
</PackageReference>
<PackageReference Include="StyleCop.Analyzers">
<PrivateAssets>all</PrivateAssets>
Expand Down
51 changes: 42 additions & 9 deletions docs/templates/htmldatatable-demo-default.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,23 +50,56 @@ <h2>MSBuild</h2>
</tr>
</thead>
<tbody>
<tr>
<td>Warning</td>
<td>ClassLibrary1</td>
<td>src/ClassLibrary1</td>
<td>CSC</td>
<td></td>
<td>
<a href="https://www.google.com/search?q="CA9998:"+site:learn.microsoft.com" target="_blank">CA9998</a>
</td>
<td>FxCopAnalyzers package has been deprecated in favor of &#x27;Microsoft.CodeAnalysis.NetAnalyzers&#x27;, that ships with the .NET SDK. Please refer to https://docs.microsoft.com/visualstudio/code-quality/migrate-from-fxcop-analyzers-to-net-analyzers to migrate to .NET analyzers.</td>
</tr>
<tr>
<td>Warning</td>
<td>ClassLibrary1</td>
<td>src/ClassLibrary1</td>
<td>CSC</td>
<td></td>
<td>
<a href="https://www.google.com/search?q="CA9998:"+site:learn.microsoft.com" target="_blank">CA9998</a>
</td>
<td>FxCopAnalyzers package has been deprecated in favor of &#x27;Microsoft.CodeAnalysis.NetAnalyzers&#x27;, that ships with the .NET SDK. Please refer to https://docs.microsoft.com/visualstudio/code-quality/migrate-from-fxcop-analyzers-to-net-analyzers to migrate to .NET analyzers.</td>
</tr>
<tr>
<td>Warning</td>
<td>ClassLibrary1</td>
<td>src/ClassLibrary1</td>
<td>Class1.cs</td>
<td>1:1</td>
<td>
<a href="https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1200.md" target="_blank">SA1200</a>
<a href="https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1633.md" target="_blank">SA1633</a>
</td>
<td>Using directive should appear within a namespace declaration</td>
<td>The file header is missing or not located at the top of the file.</td>
</tr>
<tr>
<td>Warning</td>
<td>ClassLibrary1</td>
<td>src/ClassLibrary1</td>
<td>CSC</td>
<td></td>
<td>
<a href="https://www.google.com/search?q="CA9998:"+site:learn.microsoft.com" target="_blank">CA9998</a>
</td>
<td>FxCopAnalyzers package has been deprecated in favor of &#x27;Microsoft.CodeAnalysis.NetAnalyzers&#x27;, that ships with the .NET SDK. Please refer to https://docs.microsoft.com/visualstudio/code-quality/migrate-from-fxcop-analyzers-to-net-analyzers to migrate to .NET analyzers.</td>
</tr>
<tr>
<td>Warning</td>
<td>ClassLibrary1</td>
<td>src/ClassLibrary1</td>
<td>Class1.cs</td>
<td>2:1</td>
<td>1:1</td>
<td>
<a href="https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1200.md" target="_blank">SA1200</a>
</td>
Expand All @@ -77,7 +110,7 @@ <h2>MSBuild</h2>
<td>ClassLibrary1</td>
<td>src/ClassLibrary1</td>
<td>Class1.cs</td>
<td>3:1</td>
<td>2:1</td>
<td>
<a href="https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1200.md" target="_blank">SA1200</a>
</td>
Expand All @@ -88,7 +121,7 @@ <h2>MSBuild</h2>
<td>ClassLibrary1</td>
<td>src/ClassLibrary1</td>
<td>Class1.cs</td>
<td>4:1</td>
<td>3:1</td>
<td>
<a href="https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1200.md" target="_blank">SA1200</a>
</td>
Expand All @@ -99,7 +132,7 @@ <h2>MSBuild</h2>
<td>ClassLibrary1</td>
<td>src/ClassLibrary1</td>
<td>Class1.cs</td>
<td>5:1</td>
<td>4:1</td>
<td>
<a href="https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1200.md" target="_blank">SA1200</a>
</td>
Expand All @@ -110,11 +143,11 @@ <h2>MSBuild</h2>
<td>ClassLibrary1</td>
<td>src/ClassLibrary1</td>
<td>Class1.cs</td>
<td>1:1</td>
<td>5:1</td>
<td>
<a href="https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1633.md" target="_blank">SA1633</a>
<a href="https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1200.md" target="_blank">SA1200</a>
</td>
<td>The file header is missing or not located at the top of the file.</td>
<td>Using directive should appear within a namespace declaration</td>
</tr>
<tr>
<td>Warning</td>
Expand Down
82 changes: 71 additions & 11 deletions docs/templates/htmldiagnostic-demo-default.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,46 @@
</tr>
</thead>
<tbody>
<tr>
<td>src/ClassLibrary1/ClassLibrary1.csproj</td>
<td>ClassLibrary1</td>
<td>src/ClassLibrary1/CSC</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td>FxCopAnalyzers package has been deprecated in favor of &#x27;Microsoft.CodeAnalysis.NetAnalyzers&#x27;, that ships with the .NET SDK. Please refer to https://docs.microsoft.com/visualstudio/code-quality/migrate-from-fxcop-analyzers-to-net-analyzers to migrate to .NET analyzers.</td>
<td></td>
<td></td>
<td>300</td>
<td>Warning</td>
<td>CA9998</td>
<td></td>
<td>https://www.google.com/search?q=&quot;CA9998:&quot;&#x2B;site:learn.microsoft.com</td>
<td></td>
<td>Cake.Issues.MsBuild.MsBuildIssuesProvider</td>
<td>MSBuild</td>
</tr>
<tr>
<td>src/ClassLibrary1/ClassLibrary1.csproj</td>
<td>ClassLibrary1</td>
<td>src/ClassLibrary1/CSC</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td>FxCopAnalyzers package has been deprecated in favor of &#x27;Microsoft.CodeAnalysis.NetAnalyzers&#x27;, that ships with the .NET SDK. Please refer to https://docs.microsoft.com/visualstudio/code-quality/migrate-from-fxcop-analyzers-to-net-analyzers to migrate to .NET analyzers.</td>
<td></td>
<td></td>
<td>300</td>
<td>Warning</td>
<td>CA9998</td>
<td></td>
<td>https://www.google.com/search?q=&quot;CA9998:&quot;&#x2B;site:learn.microsoft.com</td>
<td></td>
<td>Cake.Issues.MsBuild.MsBuildIssuesProvider</td>
<td>MSBuild</td>
</tr>
<tr>
<td>src/ClassLibrary1/ClassLibrary1.csproj</td>
<td>ClassLibrary1</td>
Expand All @@ -40,14 +80,34 @@
<td></td>
<td>1</td>
<td></td>
<td>Using directive should appear within a namespace declaration</td>
<td>The file header is missing or not located at the top of the file.</td>
<td></td>
<td></td>
<td>300</td>
<td>Warning</td>
<td>SA1200</td>
<td>SA1633</td>
<td></td>
<td>https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1200.md</td>
<td>https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1633.md</td>
<td></td>
<td>Cake.Issues.MsBuild.MsBuildIssuesProvider</td>
<td>MSBuild</td>
</tr>
<tr>
<td>src/ClassLibrary1/ClassLibrary1.csproj</td>
<td>ClassLibrary1</td>
<td>src/ClassLibrary1/CSC</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td>FxCopAnalyzers package has been deprecated in favor of &#x27;Microsoft.CodeAnalysis.NetAnalyzers&#x27;, that ships with the .NET SDK. Please refer to https://docs.microsoft.com/visualstudio/code-quality/migrate-from-fxcop-analyzers-to-net-analyzers to migrate to .NET analyzers.</td>
<td></td>
<td></td>
<td>300</td>
<td>Warning</td>
<td>CA9998</td>
<td></td>
<td>https://www.google.com/search?q=&quot;CA9998:&quot;&#x2B;site:learn.microsoft.com</td>
<td></td>
<td>Cake.Issues.MsBuild.MsBuildIssuesProvider</td>
<td>MSBuild</td>
Expand All @@ -56,7 +116,7 @@
<td>src/ClassLibrary1/ClassLibrary1.csproj</td>
<td>ClassLibrary1</td>
<td>src/ClassLibrary1/Class1.cs</td>
<td>2</td>
<td>1</td>
<td></td>
<td>1</td>
<td></td>
Expand All @@ -76,7 +136,7 @@
<td>src/ClassLibrary1/ClassLibrary1.csproj</td>
<td>ClassLibrary1</td>
<td>src/ClassLibrary1/Class1.cs</td>
<td>3</td>
<td>2</td>
<td></td>
<td>1</td>
<td></td>
Expand All @@ -96,7 +156,7 @@
<td>src/ClassLibrary1/ClassLibrary1.csproj</td>
<td>ClassLibrary1</td>
<td>src/ClassLibrary1/Class1.cs</td>
<td>4</td>
<td>3</td>
<td></td>
<td>1</td>
<td></td>
Expand All @@ -116,7 +176,7 @@
<td>src/ClassLibrary1/ClassLibrary1.csproj</td>
<td>ClassLibrary1</td>
<td>src/ClassLibrary1/Class1.cs</td>
<td>5</td>
<td>4</td>
<td></td>
<td>1</td>
<td></td>
Expand All @@ -136,18 +196,18 @@
<td>src/ClassLibrary1/ClassLibrary1.csproj</td>
<td>ClassLibrary1</td>
<td>src/ClassLibrary1/Class1.cs</td>
<td>1</td>
<td>5</td>
<td></td>
<td>1</td>
<td></td>
<td>The file header is missing or not located at the top of the file.</td>
<td>Using directive should appear within a namespace declaration</td>
<td></td>
<td></td>
<td>300</td>
<td>Warning</td>
<td>SA1633</td>
<td>SA1200</td>
<td></td>
<td>https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1633.md</td>
<td>https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1200.md</td>
<td></td>
<td>Cake.Issues.MsBuild.MsBuildIssuesProvider</td>
<td>MSBuild</td>
Expand Down
8 changes: 4 additions & 4 deletions docs/templates/htmldxdatagrid-demo-additionalcolumns.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/templates/htmldxdatagrid-demo-changetitle.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/templates/htmldxdatagrid-demo-columnhiding.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions docs/templates/htmldxdatagrid-demo-customexportfilename.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/templates/htmldxdatagrid-demo-default.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/templates/htmldxdatagrid-demo-disablefiltering.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/templates/htmldxdatagrid-demo-disablegrouping.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/templates/htmldxdatagrid-demo-disableheader.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/templates/htmldxdatagrid-demo-disablesearching.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions docs/templates/htmldxdatagrid-demo-enableexporting.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions docs/templates/htmldxdatagrid-demo-exportformat-pdf.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions docs/templates/htmldxdatagrid-demo-exportformat-xlsx.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/templates/htmldxdatagrid-demo-grouping.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/templates/htmldxdatagrid-demo-sorting.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/templates/htmldxdatagrid-demo-theme-carmine.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/templates/htmldxdatagrid-demo-theme-contrast.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/templates/htmldxdatagrid-demo-theme-contrastcompact.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/templates/htmldxdatagrid-demo-theme-dark.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/templates/htmldxdatagrid-demo-theme-darkcompact.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/templates/htmldxdatagrid-demo-theme-darkmoon.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/templates/htmldxdatagrid-demo-theme-darkviolet.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/templates/htmldxdatagrid-demo-theme-greenmist.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/templates/htmldxdatagrid-demo-theme-light.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/templates/htmldxdatagrid-demo-theme-lightcompact.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/templates/htmldxdatagrid-demo-theme-softblue.html

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions global.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"sdk": {
"allowPrerelease": true,
"version": "8.0.100",
"rollForward": "latestFeature"
}
}
20 changes: 13 additions & 7 deletions nuspec/nuget/Cake.Frosting.Issues.Reporting.Generic.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,24 @@ For addin compatible with Cake Script Runners see Cake.Issues.Reporting.Generic.
<repository type="git" url="https://github.com/cake-contrib/Cake.Issues.Reporting.Generic.git"/>
<copyright>Copyright © Pascal Berger</copyright>
<tags>cake cake-addin cake-issues cake-reportformat issues reporting html markdown razor</tags>
<releaseNotes>https://github.com/cake-contrib/Cake.Issues.Reporting.Generic/releases/tag/3.0.0</releaseNotes>
<releaseNotes>https://github.com/cake-contrib/Cake.Issues.Reporting.Generic/releases/tag/4.0.0</releaseNotes>
<dependencies>
<group targetFramework="net6.0">
<dependency id="Cake.Core" version="3.0" exclude="Build,Analyzers" />
<dependency id="Cake.Issues" version="[3.0.0-beta0001,4.0)" exclude="Build,Analyzers" />
<dependency id="Cake.Issues.Reporting" version="[3.0.0-beta0001,4.0)" exclude="Build,Analyzers" />
<dependency id="Cake.Core" version="4.0" exclude="Build,Analyzers" />
<dependency id="Cake.Issues" version="[4.0.0-beta0001,5.0)" exclude="Build,Analyzers" />
<dependency id="Cake.Issues.Reporting" version="[4.0.0-beta0001,5.0)" exclude="Build,Analyzers" />
<dependency id="Gazorator" version="0.5.2" exclude="Build,Analyzers" />
</group>
<group targetFramework="net7.0">
<dependency id="Cake.Core" version="3.0" exclude="Build,Analyzers" />
<dependency id="Cake.Issues" version="[3.0.0-beta0001,4.0)" exclude="Build,Analyzers" />
<dependency id="Cake.Issues.Reporting" version="[3.0.0-beta0001,4.0)" exclude="Build,Analyzers" />
<dependency id="Cake.Core" version="4.0" exclude="Build,Analyzers" />
<dependency id="Cake.Issues" version="[4.0.0-beta0001,5.0)" exclude="Build,Analyzers" />
<dependency id="Cake.Issues.Reporting" version="[4.0.0-beta0001,5.0)" exclude="Build,Analyzers" />
<dependency id="Gazorator" version="0.5.2" exclude="Build,Analyzers" />
</group>
<group targetFramework="net8.0">
<dependency id="Cake.Core" version="4.0" exclude="Build,Analyzers" />
<dependency id="Cake.Issues" version="[4.0.0-beta0001,5.0)" exclude="Build,Analyzers" />
<dependency id="Cake.Issues.Reporting" version="[4.0.0-beta0001,5.0)" exclude="Build,Analyzers" />
<dependency id="Gazorator" version="0.5.2" exclude="Build,Analyzers" />
</group>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion nuspec/nuget/Cake.Issues.Reporting.Generic.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ For addin compatible with Cake Frosting see Cake.Frosting.Issues.Reporting.Gener
<repository type="git" url="https://github.com/cake-contrib/Cake.Issues.Reporting.Generic.git"/>
<copyright>Copyright © Pascal Berger</copyright>
<tags>cake cake-addin cake-issues cake-reportformat issues reporting html markdown razor</tags>
<releaseNotes>https://github.com/cake-contrib/Cake.Issues.Reporting.Generic/releases/tag/3.0.0</releaseNotes>
<releaseNotes>https://github.com/cake-contrib/Cake.Issues.Reporting.Generic/releases/tag/4.0.0</releaseNotes>
</metadata>
<files>
<file src="..\..\..\..\nuspec\nuget\icon.png" target="" />
Expand Down
2 changes: 1 addition & 1 deletion recipe.cake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#load nuget:?package=Cake.Recipe&version=3.0.1
#load nuget:?package=Cake.Recipe&version=3.1.1

//*************************************************************************************************
// Settings
Expand Down
Loading

0 comments on commit 3b44558

Please sign in to comment.