Click or drag to resize

SemanticVersion Constructor (Version, String)

Initializes a new instance of the SemanticVersion class.

Namespace:  TomsToolbox.Essentials
Assembly:  TomsToolbox.Essentials (in TomsToolbox.Essentials.dll)
Syntax
public SemanticVersion(
	Version version,
	string suffix
)

Parameters

version
Type: SystemVersion
The version.
suffix
Type: SystemString
The suffix, e.g. -beta23.
See Also