Class BranchConfiguration
Encapsulates configuration for branches.
Inheritance
System.Object
BranchConfiguration
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: SimpleVersion.Configuration
Assembly: SimpleVersion.Abstractions.dll
Syntax
public class BranchConfiguration
Properties
| Improve this Doc View SourceOverrides
Gets or sets the configuration for branches which override the defaults. See BranchOverrideConfiguration for further details.
Declaration
public List<BranchOverrideConfiguration> Overrides { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BranchOverrideConfiguration> |
Release
Gets or sets the list of branches that may produce release versions.
Declaration
public List<string> Release { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |