BumpyAliases.

BumpyWrite(ICakeContext, string, BumpySettings) Method

Summary

Runs "bumpy.exe write [version]" to overwrite all versions.
Assembly
Cake.Bumpy.dll
Namespace
Cake.Bumpy
Containing Type
BumpyAliases

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

Type Description
void