Table of Contents

Class Version

Namespace
DisCatSharp.Lavalink.Entities
Assembly
DisCatSharp.Lavalink.dll

Represents a version object.

public sealed class Version
Inheritance
Version
Inherited Members

Properties

Build

The build metadata according to semver as a . separated list of identifiers

Major

Gets the major version of the Lavalink server.

Minor

Gets the minor version of the Lavalink server.

Patch

Gets the patch version of the Lavalink server.

PreRelease

Gets the pre-release version according to semver as a . separated list of identifiers.

Semver

Gets the full version string of the Lavalink server.