Click or drag to resize
SemanticVersion Constructor (Int32, Int32, Int32, String)
Constructs a SemanticVersion out of a Major, Minor and Patch number, and a pre release name.

Namespace: semver.tools
Assembly: semver.tools (in semver.tools.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public SemanticVersion(
	int major,
	int minor,
	int patch,
	string preReleaseName
)

Parameters

major
Type: SystemInt32
minor
Type: SystemInt32
patch
Type: SystemInt32
preReleaseName
Type: SystemString
See Also