mkht / pspm

PowerShell Package Manager
MIT License
13 stars 1 forks source link

[SemVerRange] Implement Hyphen range #31

Closed mkht closed 6 years ago

mkht commented 6 years ago

Hyphen Ranges X.Y.Z - A.B.C

Specifies an inclusive set.

If a partial version is provided as the first version in the inclusive range, then the missing pieces are replaced with zeroes.

If a partial version is provided as the second version in the inclusive range, then all versions that start with the supplied parts of the tuple are accepted, but nothing that would be greater than the provided tuple parts.