Summary
Applies a deployment-mode-specific calculation to transform a base
semantic version into the final version.
- Namespace
-
GitVersion
.VersionCalculation
graph BT Type["IDeploymentModeCalculator"] class Type
type-node
Syntax
public interface IDeploymentModeCalculator
Methods
| Name | Value | Summary |
|---|---|---|
|
Calculate |
SemanticVersion |
Calculates the final
SemanticVersion
by applying deployment-mode rules to
semanticVersion
and
baseVersion.
|
Extension Methods
| Name | Value | Summary |
|---|---|---|
|
NotNull |
T |
Throws
ArgumentNullException when
value is
null; otherwise returns the
value.
From
CommonExtensions
|