You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Current version number for this settings class. Only needs to be incremented when there are breaking changes!
// For example this can be left at its current level when adding new settings that have usable default values.
// This value is set when values are actually persisted in ConformConfiguration.PersistSettings in order not to overwrite the value that is retrieved from the current settings file when it is read.
internalconstintSETTINGS_COMPATIBILTY_VERSION=1;
publicintSettingsCompatibilityVersion{get;set;}=SETTINGS_COMPATIBILTY_VERSION;// Default is zero so that versions prior to introduction of the settings compatibility version number can be detected.