Skip to content

Commit 33174aa

Browse files
committed
Qualifies commands module
Qualifies the commands module using the extension namespace. This ensures the code generator correctly references extension methods within the generated files.
1 parent ed9f37a commit 33174aa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

new-cli/GitVersion.Cli/Program.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
using GitVersion;
22
using GitVersion.Extensions;
3-
using GitVersion.Generated;
43
using GitVersion.Git;
54
using GitVersion.Infrastructure;
65
using Microsoft.Extensions.DependencyInjection;
@@ -9,7 +8,7 @@
98
{
109
new CoreModule(),
1110
new LibGit2SharpCoreModule(),
12-
new CommandsModule()
11+
new GitVersion.Generated.CommandsModule()
1312
};
1413

1514
var cts = new CancellationTokenSource();

0 commit comments

Comments
 (0)