Skip to content

Commit

Permalink
Update dependency Cake.Git to 5.0.1 (#523)
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 Dec 18, 2024
1 parent b2e7d3f commit d869f56
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 @@ -41,7 +41,7 @@ For recipe compatible with Cake Script Runners see Cake.Issues.Recipe.</Descript
<ItemGroup>
<PackageReference Include="Cake.AzureDevOps" Version="5.0.0" />
<PackageReference Include="Cake.Frosting" Version="5.0.0" PrivateAssets="All" />
<PackageReference Include="Cake.Frosting.Git" Version="5.0.0" />
<PackageReference Include="Cake.Frosting.Git" Version="5.0.1" />
<PackageReference Include="Cake.Issues" Version="5.0.0" />
<PackageReference Include="Cake.Frosting.Issues.EsLint" Version="5.0.0" />
<PackageReference Include="Cake.Frosting.Issues.InspectCode" Version="5.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 @@ -2,7 +2,7 @@
// ADDINS
///////////////////////////////////////////////////////////////////////////////

#addin nuget:?package=Cake.Git&version=5.0.0
#addin nuget:?package=Cake.Git&version=5.0.1
#addin nuget:?package=Cake.Issues&version=5.0.0
#addin nuget:?package=Cake.Issues.MsBuild&version=5.0.0
#addin nuget:?package=Cake.Issues.InspectCode&version=5.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 @@ -24,7 +24,7 @@ Cake.Issues recipes will add the following addins to your build:

| Addin Cake.Issues.Recipe | Addin.Frosting.Issues.Recipe | Remarks |
|---------------------------------------------------------|------------------------------------------------------------------|-|
| [Cake.Git] 5.0.0 | [Cake.Frosting.Git] 5.0.0 | Only used if `RepositoryInfoProvider` type is set to `RepositoryInfoProviderType.CakeGit`. See [Git repository information configuration] for details. |
| [Cake.Git] 5.0.1 | [Cake.Frosting.Git] 5.0.1 | Only used if `RepositoryInfoProvider` type is set to `RepositoryInfoProviderType.CakeGit`. See [Git repository information configuration] for details. |
| [Cake.Issues] 5.0.0 | [Cake.Issues] 5.0.0 | |
| [Cake.Issues.MsBuild] 5.0.0 | [Cake.Frosting.Issues.MsBuild] 5.0.0 | |
| [Cake.Issues.InspectCode] 5.0.0 | [Cake.Frosting.Issues.InspectCode] 5.0.0 | |
Expand Down

0 comments on commit d869f56

Please sign in to comment.