SimpleVersion
Search Results for

    Show / Hide Table of Contents

    Class RepositoryConfiguration

    Encapsulates configuration loaded from '.simpleversion.json'.

    Inheritance
    System.Object
    VersionConfiguration
    RepositoryConfiguration
    Inherited Members
    VersionConfiguration.Version
    VersionConfiguration.OffSet
    VersionConfiguration.Label
    VersionConfiguration.Metadata
    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 Source

    Branches

    Gets or sets the information on branches. See BranchConfiguration for further details.

    Declaration
    public BranchConfiguration Branches { get; set; }
    Property Value
    Type Description
    BranchConfiguration

    Extension Methods

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