INextVersionCalculator Interface

graph BT Type["INextVersionCalculator"] class Type type-node Implementing0["NextVersionCalculator"]-.->Type click Implementing0 "/api/GitVersion.VersionCalculation/NextVersionCalculator"

Syntax

public interface INextVersionCalculator

Methods

Name Value Summary
FindVersion() NextVersion

Extension Methods

Name Value Summary
GetProperties() IEnumerable<KeyValuePair<string, string>>
NotNull<INextVersionCalculator>(string) T
GitHub