Skip to content

Commit

Permalink
Update dependency Cake.Issues to v4.1.0 (#400)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Pascal Berger <[email protected]>
  • Loading branch information
renovate[bot] and pascalberger authored Mar 8, 2024
1 parent 0d0e588 commit 97b19c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ For recipe compatible with Cake Script Runners see Cake.Issues.Recipe.</Descript
<PackageReference Include="Cake.AzureDevOps" Version="4.0.0" />
<PackageReference Include="Cake.Frosting" Version="4.0.0" PrivateAssets="All" />
<PackageReference Include="Cake.Frosting.Git" Version="4.0.0" />
<PackageReference Include="Cake.Issues" Version="4.0.0" />
<PackageReference Include="Cake.Issues" Version="4.1.0" />
<PackageReference Include="Cake.Issues.EsLint" Version="4.0.0" />
<PackageReference Include="Cake.Issues.InspectCode" Version="4.0.0" />
<PackageReference Include="Cake.Issues.Markdownlint" Version="4.0.0" />
Expand Down
2 changes: 1 addition & 1 deletion Cake.Issues.Recipe/Content/addins.cake
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
///////////////////////////////////////////////////////////////////////////////

#addin nuget:?package=Cake.Git&version=4.0.0
#addin nuget:?package=Cake.Issues&version=4.0.0
#addin nuget:?package=Cake.Issues&version=4.1.0
#addin nuget:?package=Cake.Issues.MsBuild&version=4.0.0
#addin nuget:?package=Cake.Issues.InspectCode&version=4.0.0
#addin nuget:?package=Cake.Issues.Markdownlint&version=4.0.0
Expand Down
2 changes: 1 addition & 1 deletion docs/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Cake.Issues recipes will add the following addins to your build:
| Addin Cake.Issues.Recipe | Addin.Frosting.Issues.Recipe | Remarks |
|---------------------------------------------------------|---------------------------------------------------------|-|
| [Cake.Git] 4.0.0 | [Cake.Frosting.Git] 4.0.0 | Only used if `RepositoryInfoProvider` type is set to `RepositoryInfoProviderType.CakeGit`. See [Git repository information configuration] for details. |
| [Cake.Issues] 4.0.0 | [Cake.Issues] 4.0.0 | |
| [Cake.Issues] 4.1.0 | [Cake.Issues] 4.1.0 | |
| [Cake.Issues.MsBuild] 4.0.0 | [Cake.Frosting.Issues.MsBuild] 4.0.0 | |
| [Cake.Issues.InspectCode] 4.0.0 | [Cake.Issues.InspectCode] 4.0.0 | |
| [Cake.Issues.Markdownlint] 4.0.0 | [Cake.Issues.Markdownlint] 4.0.0 | |
Expand Down

0 comments on commit 97b19c4

Please sign in to comment.