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.Bumpy.
Summary
Runs "bumpy.exe write [version]" to overwrite all versions.
Syntax
public static void BumpyWrite(this ICakeContext context, string version)
Examples
// e.g. 1.0.0.0 -> 2.10.0.0
BumpyVersion("2.10.0.0");
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The context. |
version |
string |
The version. |
Return Value