Summary
Orchestrates the full version calculation pipeline and returns the
next semantic version.
- Namespace
-
GitVersion
.VersionCalculation
graph BT Type["INextVersionCalculator"] class Type type-node
Syntax
public interface INextVersionCalculator
Methods
| Name | Value | Summary |
|---|---|---|
|
FindVersion |
SemanticVersion |
Calculates and returns the next semantic version for the
current repository state.
|
Extension Methods
| Name | Value | Summary |
|---|---|---|
|
NotNull |
T |
Throws
ArgumentNullException when
value is
null; otherwise returns the
value.
From
CommonExtensions
|