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 5166501 commit 8b4d371Copy full SHA for 8b4d371
src/System.CommandLine.Subsystems/Subsystems/Annotations/VersionAnnotations.cs
@@ -9,6 +9,4 @@ namespace System.CommandLine.Subsystems.Annotations;
9
public static class VersionAnnotations
10
{
11
public static string Prefix { get; } = nameof(SubsystemKind.Version);
12
-
13
- public static AnnotationId<string> Version { get; } = new(Prefix, nameof(Version));
14
}
0 commit comments