- Namespace
- GitVersion
- Interfaces
-
- IComparable
- ISpanFormattable
- IFormattable
- IConvertible
- Base Types
-
- object
- ValueType
- Enum
graph BT Type-->Base0["Enum"]
Base0-->Base1["ValueType"] Base1-->Base2["object"]
Type-.->Interface0["IComparable"]
Type-.->Interface1["ISpanFormattable"]
Type-.->Interface2["IFormattable"]
Type-.->Interface3["IConvertible"]
Type["SemanticVersion.IncrementMode"] class Type type-node
Syntax
public enum SemanticVersion.IncrementMode
Fields
| Name | Constant Value | Summary |
|---|---|---|
| EnsureIntegrity | 2 |
static
|
| Force | 1 |
static
|
| Standard | 0 |
static
|