Table of Contents

Class UpdaterConfig

Namespace
Whim.Updater
Assembly
Whim.Updater.dll
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

ReleaseChannel

UpdateFrequency

The frequency at which the updater should check for updates. Defaults to Weekly.
public UpdateFrequency UpdateFrequency { get; set; }

Property Value

UpdateFrequency