SimpleVersion
Search Results for

    Show / Hide Table of Contents

    Interface IVersionContext

    Encapsulates state during version calculation.

    Namespace: SimpleVersion.Pipeline
    Assembly: SimpleVersion.Abstractions.dll
    Syntax
    public interface IVersionContext

    Properties

    | Improve this Doc View Source

    Configuration

    Gets the VersionConfiguration.

    Declaration
    VersionConfiguration Configuration { get; }
    Property Value
    Type Description
    VersionConfiguration
    | Improve this Doc View Source

    Environment

    Gets the IVersionEnvironment.

    Declaration
    IVersionEnvironment Environment { get; }
    Property Value
    Type Description
    IVersionEnvironment
    | Improve this Doc View Source

    Result

    Gets the VersionResult.

    Declaration
    VersionResult Result { get; }
    Property Value
    Type Description
    VersionResult

    Extension Methods

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