Skip to content

VersionInfo

Tommo J. Phillips edited this page Oct 22, 2023 · 2 revisions

VersionInfo

Namespace: TommoJProductions.ModApi

Represents the version info for ModApi

public class VersionInfo

Inheritance ObjectVersionInfo

Fields

lastestRelease

Represents latest release version date. Format: dd:MM:yyyy hh:mm tt

public static string lastestRelease;

version

Represents current version. (Excluding build number)

public static string version;

fullVersion

Represents current full version . (including build number)

public static string fullVersion;

build

Represents current build number. (excludes major, minor and revision numbers)

public static string build;

VERSION

Represents current (constant) version. (Excluding build number)

public static string VERSION;

FULL_VERSION

Represents current (constant) full version . (including build number)

public static string FULL_VERSION;

BUILD

Represents current (const) build number. (excludes major, minor and revision numbers)

public static string BUILD;

Constructors

VersionInfo()

public VersionInfo()

Clone this wiki locally