Class UpdaterConfig
Configuration for UpdaterPlugin.
public class UpdaterConfig
- Inheritance
-
UpdaterConfig
- Inherited Members
Properties
ReleaseChannel
The release channel to install. Defaults to Alpha.
public ReleaseChannel ReleaseChannel { get; set; }
Property Value
UpdateFrequency
The frequency at which the updater should check for updates. Defaults to Weekly.
public UpdateFrequency UpdateFrequency { get; set; }