IGitVersionCalculateTool Interface

Summary

Orchestrates the end-to-end version calculation and returns the resulting version variables.
Namespace
GitVersion
graph BT Type["IGitVersionCalculateTool"] class Type type-node

Syntax

public interface IGitVersionCalculateTool

Methods

Name Value Summary
CalculateVersionVariables() GitVersionVariables
Calculates all version variables for the current repository state.

Extension Methods

Name Value Summary
NotNull<IGitVersionCalculateTool>(string) T
Throws ArgumentNullException when value is null; otherwise returns the value.
GitHub