Click or drag to resize
IVersionSpecIsMaxInclusive Property
True if maxVersion is included in the version spec. False if only versions lower (but not equal) to maxVersion are in the version spec.

Namespace: semver.tools
Assembly: semver.tools (in semver.tools.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
bool IsMaxInclusive { get; }

Property Value

Type: Boolean
See Also