Skip to main content

UpdateOptions.ExplicitChannel Property

Declaring Type: UpdateOptions
Namespace: Velopack
Assembly: Velopack
Assembly Version: 0.0.626+6f1a94e

. Overrides the default channel used to fetch updates. The default channel will be whatever channel was specified on the command line when building this release. For example, if the current release was packaged with '--channel beta', then the default channel will be 'beta'. This allows users to automatically receive updates from the same channel they installed from. This options allows you to explicitly switch channels, for example if the user wished to switch back to the 'stable' channel without having to reinstall the application.

public string ExplicitChannel { get; set; }

Property Value

string


Documentation generated by MdDocs