Summary
Calculates the
GitVersion.VersionCalculation.BaseVersionCalculators.BaseVersion
values.
- Namespace
-
GitVersion
.VersionCalculation - Containing Type
- IVersionStrategy
Syntax
IEnumerable<BaseVersion> GetBaseVersions(EffectiveBranchConfiguration configuration)
Parameters
| Name | Type | Description |
|---|---|---|
| configuration |
Effective |
Return Value
| Type | Description |
|---|---|
|
IEnumerable |
An
System.Collections.Generic.IEnumerable`1
of the base version values found by the strategy.
|