NpmBumpVersionAliases.

NpmBumpVersion(ICakeContext) Method

Summary

Bump the version of the package.
Assembly
Cake.Npm.dll
Namespace
Cake.Npm
Containing Type
NpmBumpVersionAliases

Syntax

public static void NpmBumpVersion(this ICakeContext context)

Examples

NpmBumpVersion();

Attributes

Type Description
CakeMethodAliasAttribute
CakeAliasCategoryAttribute

Parameters

Name Type Description
context ICakeContext The context.

Return Value

Type Description
void