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.
1 parent 754e71c commit f11ef6dCopy full SHA for f11ef6d
global.json
@@ -5,6 +5,6 @@
5
"src"
6
],
7
"sdk": {
8
- "version": "9.0.102"
+ "version": "9.0.200"
9
}
10
new-cli/GitVersion.Common.Command/ICommand.cs
@@ -2,7 +2,7 @@ namespace GitVersion;
2
3
public interface ICommand<in T>
4
{
- public Task<int> InvokeAsync(T settings, CancellationToken cancellationToken = default);
+ Task<int> InvokeAsync(T settings, CancellationToken cancellationToken = default);
public interface ICommandImpl
0 commit comments