SemanticVersion.

IsLessThanOrEqualTo(SemanticVersion, bool) Method

Namespace
GitVersion
Containing Type
SemanticVersion

Syntax

public bool IsLessThanOrEqualTo(SemanticVersion value, bool includePreRelease = true)

Parameters

Name Type Description
value SemanticVersion
includePreRelease bool

Return Value

Type Description
bool
GitHub