Skip to main content

SimpleFileSource Class

Namespace: Velopack.Sources
Assembly: Velopack
Assembly Version: 0.0.1298+ed8600e

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.

[NullableContext(1)]
[Nullable(0)]
public class SimpleFileSource : IUpdateSource

Inheritance: object → SimpleFileSource

Attributes: NullableContextAttribute,NullableAttribute

Implements: IUpdateSource

Constructors

NameDescription
SimpleFileSource(DirectoryInfo)

Properties

NameDescription
BaseDirectoryThe local directory containing packages to update to.

Methods

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

Documentation generated by MdDocs