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

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
)

Parameters

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