- Namespace
-
GitVersion
.Configuration - Base Types
-
- object
graph BT Type-->Base0["object"]
Type["GitVersionConfiguration"] class Type type-node
Syntax
public class GitVersionConfiguration
Constructors
| Name | Summary |
|---|---|
|
Git |
Fields
| Name | Constant Value | Summary |
|---|---|---|
| DefaultLabelPrefix | [vV]? |
static
|
| DevelopBranchKey | develop |
static
|
| DevelopBranchRegex | ^dev(elop)?(ment)?$ |
static
|
| FeatureBranchKey | feature |
static
|
| FeatureBranchRegex | ^features?[/-] |
static
|
| HotfixBranchKey | hotfix |
static
|
| HotfixBranchRegex | ^hotfix(es)?[/-] |
static
|
| MainBranchKey | main |
static
|
| MainBranchRegex | ^master$|^main$ |
static
|
| MasterBranchKey | master |
static
|
| PullRequestBranchKey | pull-request |
static
|
| PullRequestRegex | ^(pull|pull\-requests|pr)[/-] |
static
|
| ReleaseBranchKey | release |
static
|
| ReleaseBranchRegex | ^releases?[/-] |
static
|
| SupportBranchKey | support |
static
|
| SupportBranchRegex | ^support[/-] |
static
|
Properties
| Name | Value | Summary |
|---|---|---|
|
Assembly |
string | |
|
Assembly |
Assembly |
|
|
Assembly |
string | |
|
Assembly |
string | |
|
Assembly |
Assembly |
|
| Branches |
Dictionary |
|
| CommitDateFormat | string | |
|
Commit |
Commit |
|
|
Continuous |
string | |
| Ignore | IgnoreConfiguration | |
| Increment | IncrementStrategy? | |
| LabelPrefix | string | |
|
Label |
int? | |
|
Major |
string | |
| MergeMessageFormats |
Dictionary |
|
|
Minor |
string | |
| NextVersion | string | |
| NoBumpMessage | string | |
|
Patch |
string | |
|
Semantic |
Semantic |
|
| UpdateBuildNumber | bool? | |
| VersioningMode | VersioningMode? |
Methods
| Name | Value | Summary |
|---|---|---|
|
ToString |
string |
Extension Methods
| Name | Value | Summary |
|---|---|---|
|
Get |
BranchConfiguration | |
|
Get |
BranchConfiguration | |
|
Get |
BranchConfiguration | |
|
GetProperties |
IEnumerable |
From
ObjectExtensions
|
|
Get |
List |
|
|
Get |
BranchConfiguration | |
|
IsReleaseBranch |
bool | |
|
NotNull |
T |
From
CommonExtensions
|