SimpleVersion
Search Results for

    Show / Hide Table of Contents

    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 Source

    Overrides

    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>
    | Improve this Doc View Source

    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>

    Extension Methods

    TokenRuleExtensions.ResolveTokenRules<T>(T, IVersionContext, IEnumerable<ITokenRule<T>>)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX