SimpleVersion
Search Results for

    Show / Hide Table of Contents

    Interface IVersionProcessor

    Handles processing of a VersionContext.

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

    Methods

    | Improve this Doc View Source

    Process(IVersionContext)

    Process the given context updating its state if needed.

    Declaration
    void Process(IVersionContext context)
    Parameters
    Type Name Description
    IVersionContext context

    The IVersionContext to process.

    Extension Methods

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