Interface IVersionRepository
Exposes access to repository information.
Namespace: SimpleVersion
Assembly: SimpleVersion.Abstractions.dll
Syntax
public interface IVersionRepository
Methods
| Improve this Doc View SourceGetResult()
Gets the VersionResult for the repository.
Declaration
VersionResult GetResult()
Returns
Type | Description |
---|---|
VersionResult | A populated VersionResult. |