NpmBumpVersionAliases Class

Summary

Npm BumpVersion aliases. Use this if you want to use 'npm version' to bump the version. Use this to bump the version of the current package. For other functions of npm version, see:
Assembly
Cake.Npm.dll
Namespace
Cake.Npm
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["NpmBumpVersionAliases"] class Type type-node

Syntax

public static class NpmBumpVersionAliases

Attributes

Type Description
CakeAliasCategoryAttribute
CakeNamespaceImportAttribute

Methods

Name Value Summary
NpmBumpVersion(ICakeContext, Action<NpmBumpVersionSettings>) void
Bump the version of the package using the settings returned by a configurator.
static
NpmBumpVersion(ICakeContext, NpmBumpVersionSettings) void
Bump the version of the package using the specified settings.
static
NpmBumpVersion(ICakeContext) void
Bump the version of the package.
static

Extension Methods

Name Value Summary
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin