Table of Contents

Enum ReleaseChannel

Namespace
Whim.Updater
Assembly
Whim.Updater.dll
Release channels are used to determine which stream of release to install.
public enum ReleaseChannel

Fields

Alpha = 0
Alpha releases are the latest changes in the main branch.
Beta = 1
Beta releases are the latest changes in a release branch release/v*.
Stable = 2
Stable releases are specific releases in a release branch release/v*.