BumpyRunner.

Label(string, BumpySettings) Method

Summary

Runs "bumpy label [text]".
Assembly
Cake.Bumpy.dll
Namespace
Cake.Bumpy
Containing Type
BumpyRunner

Syntax

public void Label(string text, BumpySettings settings)

Parameters

Name Type Description
text string The postfix version text.
settings BumpySettings The tool settings.

Return Value

Type Description
void