NpmBumpVersionSettingsExtensions.

WithVersion(NpmBumpVersionSettings, string) Method

Summary

Sets the version to bump.

Syntax

public static NpmBumpVersionSettings WithVersion(this NpmBumpVersionSettings settings, string version)

Parameters

Name Type Description
settings NpmBumpVersionSettings The settings.
version string The version to bump.

Return Value

Type Description
NpmBumpVersionSettings The settings instance with CommitMessage set.