-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Closed
Labels
Issue-Enhancementthe issue is more of a feature request than a bugthe issue is more of a feature request than a bugResolution-FixedThe issue is fixed.The issue is fixed.Up-for-GrabsUp-for-grabs issues are not high priorities, and may be opportunities for external contributorsUp-for-grabs issues are not high priorities, and may be opportunities for external contributorsWG-Languageparser, language semanticsparser, language semantics
Milestone
Description
Now that semantic version numbers (semver) are becoming ubiquitous, it would be nice to be able to do something like
$ [semver] '1.2.3-preview-02+build42'
Major Minor Patch Label
----- ----- ----- -----
1 2 3 preview-02+build42
instead of what you currently need to do:
$ [System.Management.Automation.SemanticVersion] '1.2.3-preview-02+build42'michaeltlombardi, RamblingCookieMonster, joeyaiello and o-l-a-v
Metadata
Metadata
Assignees
Labels
Issue-Enhancementthe issue is more of a feature request than a bugthe issue is more of a feature request than a bugResolution-FixedThe issue is fixed.The issue is fixed.Up-for-GrabsUp-for-grabs issues are not high priorities, and may be opportunities for external contributorsUp-for-grabs issues are not high priorities, and may be opportunities for external contributorsWG-Languageparser, language semanticsparser, language semantics