MinVerSettingsExtensions.

WithBuildMetadata(MinVerSettings, string) Method

Summary

Set the build metadata. --build-metadata <BUILD_METADATA>
Assembly
Cake.MinVer.dll
Namespace
Cake.MinVer
Containing Type
MinVerSettingsExtensions

Syntax

public static MinVerSettings WithBuildMetadata(this MinVerSettings settings, string buildMetadata)

Parameters

Name Type Description
settings MinVerSettings The settings.
buildMetadata string The build metadata.

Return Value

Type Description
MinVerSettings The settings instance with BuildMetadata set to buildMetadata.