MinVerSettingsExtensions.

WithTagPrefix(MinVerSettings, string) Method

Summary

Set the tag prefix. --tag-prefix <TAG_PREFIX>
Assembly
Cake.MinVer.dll
Namespace
Cake.MinVer
Containing Type
MinVerSettingsExtensions

Syntax

public static MinVerSettings WithTagPrefix(this MinVerSettings settings, string tagPrefix)

Parameters

Name Type Description
settings MinVerSettings The settings.
tagPrefix string The tag prefix.

Return Value

Type Description
MinVerSettings The settings instance with Repo set to tagPrefix.