Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 653 Bytes

File metadata and controls

27 lines (17 loc) · 653 Bytes

PSSemVer

PSSemVer is a PowerShell module that adds a SemVer-compatible class and helper functions.

Installation

Install the module from the PowerShell Gallery:

Install-PSResource -Name PSSemVer
Import-Module -Name PSSemVer

Documentation

Documentation is published at psmodule.io/PSSemVer.

Use PowerShell help and command discovery for module details:

Get-Command -Module PSSemVer
Get-Help <CommandName> -Examples

Contributing

Issues and pull requests are welcome. Please use the repository issue tracker to report bugs, request features, or discuss improvements.