- Namespace
-
GitVersion
.Configuration - Interfaces
graph BT Type-.->Interface0["IBranchConfiguration"] click
Interface0
"/api/GitVersion.Configuration/IBranchConfiguration"
Type["IGitVersionConfiguration"] class Type type-node
Syntax
public interface IGitVersionConfiguration : IBranchConfiguration
Properties
Name | Value | Summary |
---|---|---|
Assembly |
string | |
Assembly |
Assembly |
|
Assembly |
string | |
Assembly |
string | |
Assembly |
Assembly |
|
Branches |
IReadOnlyDictionary |
|
CommitDateFormat | string | |
Ignore | IIgnoreConfiguration | |
Major |
string | |
MergeMessageFormats |
IReadOnlyDictionary |
|
Minor |
string | |
NextVersion | string | |
NoBumpMessage | string | |
Patch |
string | |
Semantic |
Semantic |
|
TagPrefixPattern | string | |
TagPreReleaseWeight | int? | |
UpdateBuildNumber | bool | |
Version |
string | |
VersionStrategy | VersionStrategies | |
Workflow | string |
Methods
Name | Value | Summary |
---|---|---|
Get |
IBranchConfiguration |
Extension Methods
Name | Value | Summary |
---|---|---|
NotNull |
T |
From
CommonExtensions
|