SimpleVersion
Search Results for

    Show / Hide Table of Contents

    Class VersionConfiguration

    Configuration for the version to be calculated.

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

    Properties

    | Improve this Doc View Source

    Label

    Gets or sets the label parts to use 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

    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

    OffSet

    Gets or sets the offset to apply to the generated height.

    Declaration
    public int OffSet { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Version

    Gets or sets the base version string.

    Declaration
    public string Version { get; set; }
    Property Value
    Type Description
    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