IBaseVersion Interface

Summary

Represents a resolved base version that carries both a semantic version value and a pending increment.
graph BT Type-.->Interface0["IBaseVersionIncrement"] click Interface0 "/api/GitVersion.VersionCalculation/IBaseVersionIncrement" Type["IBaseVersion"] class Type type-node

Syntax

public interface IBaseVersion : IBaseVersionIncrement

Properties

Name Value Summary
Increment VersionField
Gets the version field that will be incremented to produce the next version.
SemanticVersion SemanticVersion
Gets the discovered base semantic version.

Extension Methods

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