INextVersionCalculator Interface

Summary

Orchestrates the full version calculation pipeline and returns the next semantic version.
graph BT Type["INextVersionCalculator"] class Type type-node

Syntax

public interface INextVersionCalculator

Methods

Name Value Summary
FindVersion() SemanticVersion
Calculates and returns the next semantic version for the current repository state.

Extension Methods

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