diff --git a/Cake.Frosting.Issues.Recipe/Cake.Frosting.Issues.Recipe/Cake.Frosting.Issues.Recipe.csproj b/Cake.Frosting.Issues.Recipe/Cake.Frosting.Issues.Recipe/Cake.Frosting.Issues.Recipe.csproj
index f2ae7498..a04195a6 100644
--- a/Cake.Frosting.Issues.Recipe/Cake.Frosting.Issues.Recipe/Cake.Frosting.Issues.Recipe.csproj
+++ b/Cake.Frosting.Issues.Recipe/Cake.Frosting.Issues.Recipe/Cake.Frosting.Issues.Recipe.csproj
@@ -41,7 +41,7 @@ For recipe compatible with Cake Script Runners see Cake.Issues.Recipe.
-
+
diff --git a/Cake.Issues.Recipe/Content/addins.cake b/Cake.Issues.Recipe/Content/addins.cake
index a6e85018..4c7364d8 100644
--- a/Cake.Issues.Recipe/Content/addins.cake
+++ b/Cake.Issues.Recipe/Content/addins.cake
@@ -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
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 | |