Method | Description | |
---|---|---|
SatisfiedBy ( ) : bool |
Determines whether the current version range is satisfied by all specified SemanticVersion instances.
|
|
SatisfiedBy ( IEnumerable |
Determines whether the current version range is satisfied by all specified SemanticVersion instances.
|
|
SatisfiedBy ( SemanticVersion semver ) : bool |
Determines whether the current version range is satisfied by a specified SemanticVersion.
|
|
VersionRange ( string range ) : System |
Creates a version range from a string representing the range.
|
Method | Description | |
---|---|---|
VersionRange ( IEnumerable |
Creates a new VersionRange instance from a set of comparator sets.
|
|
_ctorPassthrough ( string range ) : IEnumerable |
public SatisfiedBy ( IEnumerable |
||
semvers | IEnumerable |
/// The |
return | bool |
public SatisfiedBy ( SemanticVersion semver ) : bool | ||
semver | SemanticVersion |
/// The |
return | bool |
public VersionRange ( string range ) : System | ||
range | string | /// The version range string from which to create an instance. /// |
return | System |