NpmBumpVersionSettingsExtensions Class

Summary

Extensions for NpmBumpVersionSettings.
Assembly
Cake.Npm.dll
Namespace
Cake.Npm.BumpVersion
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["NpmBumpVersionSettingsExtensions"] class Type type-node

Syntax

public static class NpmBumpVersionSettingsExtensions

Methods

Name Value Summary
WithCommitMessage(NpmBumpVersionSettings, string) NpmBumpVersionSettings
Sets the commit message.
static
WithForce(NpmBumpVersionSettings, bool) NpmBumpVersionSettings
Defines that npm version should commit, even if the repository is not clean.
static
WithVersion(NpmBumpVersionSettings, string) NpmBumpVersionSettings
Sets the version to bump.
static

Extension Methods

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