mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-14 05:34:48 +00:00
Update all model classes to Electron API 39.2
This commit is contained in:
@@ -3,20 +3,21 @@
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
/// <remarks>Up-to-date with electron-updater 6.7.2</remarks>
|
||||
public class UpdateCheckResult
|
||||
{
|
||||
/// <summary>
|
||||
///
|
||||
/// Gets or sets the update information discovered by the check.
|
||||
/// </summary>
|
||||
public UpdateInfo UpdateInfo { get; set; } = new UpdateInfo();
|
||||
|
||||
/// <summary>
|
||||
///
|
||||
/// Gets or sets the download artifacts (if provided by the updater).
|
||||
/// </summary>
|
||||
public string[] Download { get; set; }
|
||||
|
||||
/// <summary>
|
||||
///
|
||||
/// Gets or sets the cancellation token for the update process.
|
||||
/// </summary>
|
||||
public UpdateCancellationToken CancellationToken { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user