IncrementStrategy Enum

Namespace
GitVersion
Interfaces
  • IComparable
  • IFormattable
  • IConvertible
Base Types
  • object
  • ValueType
  • Enum
graph BT Type-->Base0["Enum"] Base0-->Base1["ValueType"] Base1-->Base2["object"] Type-.->Interface0["IComparable"] Type-.->Interface1["IFormattable"] Type-.->Interface2["IConvertible"] Type["IncrementStrategy"] class Type type-node

Syntax

public enum IncrementStrategy

Fields

Name Constant Value Summary
Inherit 4
Uses the Increment, PreventIncrementOfMergedBranchVersion and TracksReleaseBranches of the "parent" branch (i.e. the branch where the current branch was branched from).
static
Major 1
static
Minor 2
static
None 0
static
Patch 3
static

Extension Methods

Name Value Summary
GetProperties() IEnumerable<KeyValuePair<string, string>>
ToVersionField() VersionField
GitHub