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, BumpySettings settings)
Examples
// e.g. 1.0.0.0 -> 2.10.0.0
BumpyVersion("2.10.0.0", new BumpySettings() { Profile = "my_profile" });
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The context. |
version |
string |
The version. |
settings |
BumpySettings |
The tool settings. |
Return Value