Skip to content

Suggestion: Provide a type accelerator for [System.Management.Automation.SemanticVersion] #3460

@mklement0

Description

@mklement0

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    Issue-Enhancementthe issue is more of a feature request than a bugResolution-FixedThe issue is fixed.Up-for-GrabsUp-for-grabs issues are not high priorities, and may be opportunities for external contributorsWG-Languageparser, language semantics

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions