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
| Name | Description |
|---|---|
| SimpleFileSource(DirectoryInfo) |
Properties
| Name | Description |
|---|---|
| BaseDirectory | The local directory containing packages to update to. |
Methods
| Name | Description |
|---|---|
| DownloadReleaseEntry(IVelopackLogger, VelopackAsset, string, Action<int>, CancellationToken) | |
| GetReleaseFeed(IVelopackLogger, string, string, Guid?, VelopackAsset) |
Documentation generated by MdDocs