Click or drag to resize
VersionSpecIsMinInclusive 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
public bool IsMinInclusive { get; }

Property Value

Type: Boolean

Implements

IVersionSpecIsMinInclusive
See Also