Interface IVersionContext
Encapsulates state during version calculation.
Namespace: SimpleVersion.Pipeline
Assembly: SimpleVersion.Abstractions.dll
Syntax
public interface IVersionContext
Properties
| Improve this Doc View SourceConfiguration
Gets the VersionConfiguration.
Declaration
VersionConfiguration Configuration { get; }
Property Value
Type | Description |
---|---|
VersionConfiguration |
Environment
Gets the IVersionEnvironment.
Declaration
IVersionEnvironment Environment { get; }
Property Value
Type | Description |
---|---|
IVersionEnvironment |
Result
Gets the VersionResult.
Declaration
VersionResult Result { get; }
Property Value
Type | Description |
---|---|
VersionResult |