Click or drag to resize
IVersionSpecIsMinInclusive Property
True if minVersion is included in the version spec. False if only versions higher (but not equal) to minVersion 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 IsMinInclusive { get; }

Property Value

Type: Boolean
See Also