PSSemVer is a PowerShell module that adds a SemVer-compatible class and helper functions.
Install the module from the PowerShell Gallery:
Install-PSResource -Name PSSemVer
Import-Module -Name PSSemVerDocumentation is published at psmodule.io/PSSemVer.
Use PowerShell help and command discovery for module details:
Get-Command -Module PSSemVer
Get-Help <CommandName> -ExamplesIssues and pull requests are welcome. Please use the repository issue tracker to report bugs, request features, or discuss improvements.