Interface IVersionProcessor
Handles processing of a VersionContext.
Namespace: SimpleVersion.Pipeline
Assembly: SimpleVersion.Abstractions.dll
Syntax
public interface IVersionProcessor
Methods
| Improve this Doc View SourceProcess(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. |