Saltar al contenido principal

Velopack namespace

Namespaces

NamespaceSummary
Velopack.Exceptions
Velopack.Locators
Velopack.Logging
Velopack.NuGet
Velopack.Sources
Velopack.Windows

Classes

TypeSummary
RID
RuntimeVersionA Version class that also supports a single integer (major only)
SemanticVersionA semantic version implementation that supports SemVer2 with an optional 4th revision component
UpdateExeA static helper class to assist in running Update.exe CLI commands. You probably should not invoke this directly,
UpdateInfoHolds information about the current version and pending updates, such as how many there are, and access to release notes.
UpdateManagerProvides functionality for checking for updates, downloading updates, and applying updates to the current application.
UpdateOptionsOptions to customise the behaviour of UpdateManager.
VelopackAppVelopackApp helps you to handle app activation events correctly.
VelopackAssetAn individual Velopack asset, could refer to an asset on-disk or in a remote package feed.
VelopackAssetFeedA feed of Velopack assets, usually returned from an IUpdateSource.
VelopackRuntimeInfoConvenience class which provides runtime information about the current executing process,

Enums

TypeSummary
RidDisplayType
RuntimeCpuThe Runtime CPU Architecture
RuntimeOsThe Runtime OS
VelopackAssetTypeRepresents a Velopack Asset Type.

Delegates

TypeSummary
VelopackHookA delegate type for handling Velopack startup events