Interface IDalamudVersionInfo
Interface exposing various information related to Dalamud versioning.
Assembly: Dalamud.dll
View Source
Declaration
public interface IDalamudVersionInfo
Properties
Version
Gets the Dalamud version.
View Source
Declaration
Version Version { get; }
BetaTrack
Gets the currently used beta track. Please don't tell users to switch branches. They have it bad enough, fix your things instead. Null if this build wasn't launched from XIVLauncher.
View Source
Declaration
string? BetaTrack { get; }