PoshSemanticVersion

1.3.0

Functions for working with Semantic Version numbers.

Minimum PowerShell version

2.0

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name PoshSemanticVersion -RequiredVersion 1.3.0

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name PoshSemanticVersion -Version 1.3.0

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2017 Dominick Byron. All rights reserved.

Package Details

Author(s)

  • Dominick Byron

Tags

Semantic Version semver

Functions

New-SemanticVersion Test-SemanticVersion Compare-SemanticVersion Step-SemanticVersion

Dependencies

This module has no dependencies.

Release Notes

## 1.3.0 - 2017-11-12
### Features
- Compare-SemanticVersion now takes pipeline input.
- Improved feedback messages provided by Test-SemanticVersion when using -Verbose.
- Improved error messages on all functions.

### Fixes
- New-SemanticVersion: multiple objects can now be piped to this function.

### Deprecated
- Compare-SemanticVersion: The "AreCompatible" property is now an alias to "IsCompatible". The "AreCompatible"
   property will be removed when the next major version of this module is released.

FileList

Version History

Version Downloads Last updated
1.5.3 2,690 10/12/2023
1.5.2 9,095 3/2/2019
1.5.1 245 3/27/2018
1.4.2 18 3/25/2018
1.4.1 151 12/27/2017
1.4.0 27 12/3/2017
1.3.0 (current version) 29 11/12/2017
Show less