Summary
Converts a calculated
SemanticVersion
into the full set of GitVersionVariables.
- Namespace
-
GitVersion
.VersionCalculation
graph BT Type["IVariableProvider"] class Type type-node
Syntax
public interface IVariableProvider
Methods
| Name | Value | Summary |
|---|---|---|
|
GetVariablesFor |
GitVersionVariables |
Builds and returns all version variables for the given
semanticVersion.
|
Extension Methods
| Name | Value | Summary |
|---|---|---|
|
NotNull |
T |
Throws
ArgumentNullException when
value is
null; otherwise returns the
value.
From
CommonExtensions
|