- Namespace
-
GitVersion
.VersionCalculation - Interfaces
- Base Types
-
- object
graph BT Type-->Base0["object"]
Type-.->Interface0["IIncrementStrategyFinder"] click
Interface0
"/api/GitVersion.VersionCalculation/IIncrementStrategyFinder"
Type["IncrementStrategyFinder"] class Type type-node
Syntax
public class IncrementStrategyFinder : IIncrementStrategyFinder
Constructors
Name | Summary |
---|---|
Increment |
Fields
Name | Constant Value | Summary |
---|---|---|
DefaultMajorPattern | \+semver:\s?(breaking|major) |
static
|
DefaultMinorPattern | \+semver:\s?(feature|minor) |
static
|
DefaultNoBumpPattern | \+semver:\s?(none|skip) |
static
|
DefaultPatchPattern | \+semver:\s?(fix|patch) |
static
|
Methods
Extension Methods
Name | Value | Summary |
---|---|---|
GetProperties |
IEnumerable |
From
ObjectExtensions
|
NotNull |
T |
From
CommonExtensions
|