namespace AIStudio.Settings; /// /// The version of the settings file. Allows us to upgrade the settings, /// in case a new version is available. /// public enum Version { UNKNOWN, V1, V2, V3, V4, V5, }