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.toolsAssembly: semver.tools (in semver.tools.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxbool IsMaxInclusive { get; }
ReadOnly Property IsMaxInclusive As Boolean
Get
property bool IsMaxInclusive {
bool get ();
}
abstract IsMaxInclusive : bool with get
Property Value
Type:
Boolean
See Also