IVersionStrategy.

GetVersions() Method

Summary

Calculates the GitVersion.VersionCalculation.BaseVersionCalculators.BaseVersion values.

Syntax

IEnumerable<BaseVersion> GetVersions()

Return Value

Type Description
IEnumerable<BaseVersion> An System.Collections.Generic.IEnumerable`1 of the base version values found by the strategy.
GitHub