Skip to main content

UpdateOptions.AllowVersionDowngrade Property

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

Allows UpdateManager to update to a version that's lower than the current version (i.e. downgrading). This could happen if a release has bugs and was retracted from the release feed, or if you're using ExplicitChannel to switch channels to another channel where the latest version on that channel is lower than the current version.

public bool AllowVersionDowngrade { get; set; }

Property Value

bool


Documentation generated by MdDocs