You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/ElectronNET.API/API/AutoUpdater.cs
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ public bool AutoInstallOnAppQuit
49
49
}
50
50
51
51
/// <summary>
52
-
/// *GitHub provider only.* Whether to allow update to pre-release versions.
52
+
/// *GitHub provider only.* Whether to allow update to pre-release versions.
53
53
/// Defaults to "true" if application version contains prerelease components (e.g. "0.12.1-alpha.1", here "alpha" is a prerelease component), otherwise "false".
54
54
///
55
55
/// If "true", downgrade will be allowed("allowDowngrade" will be set to "true").
@@ -67,7 +67,7 @@ public bool AllowPrerelease
67
67
}
68
68
69
69
/// <summary>
70
-
/// *GitHub provider only.*
70
+
/// *GitHub provider only.*
71
71
/// Get all release notes (from current version to latest), not just the latest (Default is false).
72
72
/// </summary>
73
73
publicboolFullChangelog
@@ -122,7 +122,7 @@ public Task<SemVer> CurrentVersionAsync
122
122
}
123
123
124
124
/// <summary>
125
-
/// Get the update channel. Not applicable for GitHub.
125
+
/// Get the update channel. Not applicable for GitHub.
126
126
/// Doesn’t return channel from the update configuration, only if was previously set.
127
127
/// </summary>
128
128
[Obsolete("Use the asynchronous version ChannelAsync instead")]
@@ -135,7 +135,7 @@ public string Channel
135
135
}
136
136
137
137
/// <summary>
138
-
/// Get the update channel. Not applicable for GitHub.
138
+
/// Get the update channel. Not applicable for GitHub.
139
139
/// Doesn’t return channel from the update configuration, only if was previously set.
140
140
/// </summary>
141
141
publicTask<string>ChannelAsync
@@ -147,7 +147,7 @@ public Task<string> ChannelAsync
147
147
}
148
148
149
149
/// <summary>
150
-
/// Set the update channel. Not applicable for GitHub.
150
+
/// Set the update channel. Not applicable for GitHub.
151
151
/// </summary>
152
152
publicstringSetChannel
153
153
{
@@ -199,7 +199,7 @@ public event Action OnCheckingForUpdate
199
199
}
200
200
201
201
/// <summary>
202
-
/// Emitted when there is an available update.
202
+
/// Emitted when there is an available update.
203
203
/// The update is downloaded automatically if AutoDownload is true.
0 commit comments