From ed1d627168244f46c2111dc4b5db25de94f25e8f Mon Sep 17 00:00:00 2001 From: Pascal Berger Date: Mon, 16 Dec 2024 23:17:55 +0100 Subject: [PATCH] Update documentatoin --- docs/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/overview.md b/docs/overview.md index 252fc1f9..3938f1d8 100644 --- a/docs/overview.md +++ b/docs/overview.md @@ -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 | |