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

Property Value

Type: Boolean

Implements

IVersionSpecIsMaxInclusive
See Also