Skip to main content

SimpleFileSource Class

Namespace: Velopack.Sources
Assembly: Velopack
Assembly Version: 0.0.626+6f1a94e

Retrieves available updates from a local or network-attached disk. The directory must contain one or more valid packages, as well as a 'releases.{channel}.json' index file.

public class SimpleFileSource : IUpdateSource

Inheritance: object → SimpleFileSource

Implements: IUpdateSource

Constructors

NameDescription
SimpleFileSource(DirectoryInfo)

Properties

NameDescription
BaseDirectoryThe local directory containing packages to update to.

Methods

NameDescription
DownloadReleaseEntry(ILogger, VelopackAsset, string, Action<int>, CancellationToken)
GetReleaseFeed(ILogger, string, Guid?, VelopackAsset)

Documentation generated by MdDocs