SemanticVersion.

WithLabel(string) Method

Summary

Returns a new version derived from this one with the pre-release tag changed to label.
Namespace
GitVersion
Containing Type
SemanticVersion

Syntax

public SemanticVersion WithLabel(string label)

Parameters

Name Type Description
label string

Return Value

Type Description
SemanticVersion
GitHub