This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.RepoVersion.
Summary
Calculates the version of the current repository.
- Assembly
- Cake
.RepoVersion .dll - Namespace
- Cake
.RepoVersion - Containing Type
- MethodAliases
Syntax
public static RepositoryVersion RepoVersion(this ICakeContext context)
Attributes
| Type | Description |
|---|---|
| Cake |
|
| Cake |
Parameters
| Name | Type | Description |
|---|---|---|
| context | ICakeContext | The ICakeContext. |
Return Value
| Type | Description |
|---|---|
| RepositoryVersion | A RepositoryVersion populated with the current repository version. |
