| IVersionSpec Interface |
Namespace: semver.tools
The IVersionSpec type exposes the following members.
| Name | Description | |
|---|---|---|
| IsMaxInclusive |
True if maxVersion is included in the version spec.
False if only versions lower (but not equal) to maxVersion are in the version spec.
| |
| IsMinInclusive |
True if minVersion is included in the version spec.
False if only versions higher (but not equal) to minVersion are in the version spec.
| |
| MaxVersion |
Upper bound of the version spec.
| |
| MinVersion |
Lower bound of the version spec.
|