NextVersionCalculator Class

Namespace
GitVersion.VersionCalculation
Interfaces
Base Types
  • object
graph BT Type-->Base0["object"] Type-.->Interface0["INextVersionCalculator"] click Interface0 "/api/GitVersion.VersionCalculation/INextVersionCalculator" Type["NextVersionCalculator"] class Type type-node

Syntax

public class NextVersionCalculator : INextVersionCalculator

Constructors

Methods

Name Value Summary
FindVersion() NextVersion

Extension Methods

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