-
Notifications
You must be signed in to change notification settings - Fork 285
Closed
Labels
Area: MTPBelongs to the Microsoft.Testing.Platform core libraryBelongs to the Microsoft.Testing.Platform core library
Milestone
Description
Lines 15 to 25 in 881b5e6
| /// <inheritdoc /> | |
| public string Uid { get; } = extension.Uid; | |
| /// <inheritdoc /> | |
| public string Version { get; } = AppVersion.DefaultSemVer; | |
| /// <inheritdoc /> | |
| public string DisplayName { get; } = extension.DisplayName; | |
| /// <inheritdoc /> | |
| public string Description { get; } = extension.Description; |
To me that's using the platform version but it should use the version of whatever extension being passed.
Evangelink
Metadata
Metadata
Assignees
Labels
Area: MTPBelongs to the Microsoft.Testing.Platform core libraryBelongs to the Microsoft.Testing.Platform core library