Table of Contents

Struct SemanticVersion

Namespace
SampSharp.OpenMp.Core.Api
Assembly
SampSharp.OpenMp.Core.dll

Represents a semantic version.

public readonly struct SemanticVersion
Inherited Members

Fields

Major

The major version number.

public readonly byte Major

Field Value

byte

Minor

The minor version number.

public readonly byte Minor

Field Value

byte

Patch

The patch version number.

public readonly byte Patch

Field Value

byte

Prerel

The pre-release version number.

public readonly ushort Prerel

Field Value

ushort

Methods

AsVersion()

Converts this SemanticVersion to a Version.

public Version AsVersion()

Returns

Version

The version representation of this semantic version.

ToString()

public override string ToString()

Returns

string