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.HgVersion.
Summary
Contains functionality for versioning using Mercurial history.
#addin Cake.HgVersion
- Assembly
- Cake
.HgVersion .dll - Namespace
- Cake
.HgVersion - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["Aliases"]
class Type type-node
Syntax
public static class Aliases
Attributes
Type | Description |
---|---|
Cake |
Methods
Name | Value | Summary |
---|---|---|
GetVersion |
VersionVariables |
Return information about current project version.
static
|
SetVersionTag |
bool |
Set version tag to current commit.
static
|
UpdateAssemblyInfo |
void |
Update assembly info file or generate if threre is no such file.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|