Method | Description | |
---|---|---|
GetVersions ( GitVersionContext context ) : IEnumerable |
||
GetVersions ( GitVersionContext context, string tagPrefixRegex, Branch currentBranch, IRepository repository ) : IEnumerable |
Method | Description | |
---|---|---|
GetVersionInBranch ( string branchName, string tagPrefixRegex ) : SemanticVersion>.Tuple |
public GetVersions ( GitVersionContext context ) : IEnumerable |
||
context | GitVersionContext | |
return | IEnumerable |
public GetVersions ( GitVersionContext context, string tagPrefixRegex, Branch currentBranch, IRepository repository ) : IEnumerable |
||
context | GitVersionContext | |
tagPrefixRegex | string | |
currentBranch | Branch | |
repository | IRepository | |
return | IEnumerable |