-
Notifications
You must be signed in to change notification settings - Fork 16
VersionInfo
Tommo J. Phillips edited this page Oct 22, 2023
·
2 revisions
Namespace: TommoJProductions.ModApi
Represents the version info for ModApi
public class VersionInfoInheritance Object → VersionInfo
Represents latest release version date. Format: dd:MM:yyyy hh:mm tt
public static string lastestRelease;Represents current version. (Excluding build number)
public static string version;Represents current full version . (including build number)
public static string fullVersion;Represents current build number. (excludes major, minor and revision numbers)
public static string build;Represents current (constant) version. (Excluding build number)
public static string VERSION;Represents current (constant) full version . (including build number)
public static string FULL_VERSION;Represents current (const) build number. (excludes major, minor and revision numbers)
public static string BUILD;public VersionInfo()