Class RepositoryConfiguration
Encapsulates configuration loaded from '.simpleversion.json'.
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 RepositoryConfiguration : VersionConfiguration
Properties
| Improve this Doc View SourceBranches
Gets or sets the information on branches. See BranchConfiguration for further details.
Declaration
public BranchConfiguration Branches { get; set; }
Property Value
Type | Description |
---|---|
BranchConfiguration |