IPreventIncrementConfiguration Interface

Summary

Controls under what circumstances automatic version increments should be suppressed.
graph BT Type["IPreventIncrementConfiguration"] class Type type-node

Syntax

public interface IPreventIncrementConfiguration

Properties

Name Value Summary
OfMergedBranch bool?
Gets a value indicating whether version increment is prevented when this branch is itself the result of a merge.
WhenBranchMerged bool?
Gets a value indicating whether version increment is prevented at the point when this branch is merged into another.
WhenCurrentCommitTagged bool?
Gets a value indicating whether version increment is prevented when the current commit is already tagged.

Extension Methods

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