Skip to content

Commit 8b4d371

Browse files
Remove Version AnnotationId
When a version is specified, it is not treated as an annotation
1 parent 5166501 commit 8b4d371

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/System.CommandLine.Subsystems/Subsystems/Annotations/VersionAnnotations.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,4 @@ namespace System.CommandLine.Subsystems.Annotations;
99
public static class VersionAnnotations
1010
{
1111
public static string Prefix { get; } = nameof(SubsystemKind.Version);
12-
13-
public static AnnotationId<string> Version { get; } = new(Prefix, nameof(Version));
1412
}

0 commit comments

Comments
 (0)