We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ee96df4 + e6b19fb commit 2c95cc7Copy full SHA for 2c95cc7
src/Cake.GitVersioning/GitVersioningAliases.cs
@@ -29,7 +29,7 @@ public static class GitVersioningAliases
29
/// Task("GetVersion")
30
/// .Does(() =>
31
/// {
32
- /// Information(GetVersioningGetVersion().SemVer2)
+ /// Information(GitVersioningGetVersion().SemVer2)
33
/// });
34
/// ]]></code>
35
/// </remarks>
0 commit comments