SimpleVersion
Search Results for

    Show / Hide Table of Contents

    Class BranchOverrideConfiguration

    Encapsulates configuration for branch overrides.

    Inheritance
    System.Object
    BranchOverrideConfiguration
    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 BranchOverrideConfiguration

    Properties

    | Improve this Doc View Source

    InsertLabel

    Gets or sets the label parts to insert at specific indexes of the label in the generated version.

    Declaration
    public Dictionary<int, string> InsertLabel { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.Int32, System.String>
    | Improve this Doc View Source

    InsertMetadata

    Gets or sets the metadata parts to insert at specific indexes of the metadata in the generated version.

    Declaration
    public Dictionary<int, string> InsertMetadata { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.Int32, System.String>
    | Improve this Doc View Source

    Label

    Gets or sets the label parts to override in the generated version.

    Declaration
    public List<string> Label { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.String>
    | Improve this Doc View Source

    Match

    Gets or sets the regular expression string used to identify matching to a branch to identify branch matches.

    Declaration
    public string Match { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Metadata

    Gets or sets the metadata parts to use in the generated version.

    Declaration
    public List<string> Metadata { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.String>
    | Improve this Doc View Source

    PostfixLabel

    Gets or sets the label parts to insert at the end of the label in the generated version.

    Declaration
    public List<string> PostfixLabel { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.String>
    | Improve this Doc View Source

    PostfixMetadata

    Gets or sets the metadata parts to insert at the end of the metadata in the generated version.

    Declaration
    public List<string> PostfixMetadata { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.String>
    | Improve this Doc View Source

    PrefixLabel

    Gets or sets the label parts to insert at the start of the label in the generated version.

    Declaration
    public List<string> PrefixLabel { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.String>
    | Improve this Doc View Source

    PrefixMetadata

    Gets or sets the metadata parts to insert at the start of the metadata in the generated version.

    Declaration
    public List<string> PrefixMetadata { 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