mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-07-12 11:47:52 +00:00
Update all model classes to Electron API 39.2
This commit is contained in:
@@ -3,15 +3,16 @@
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
/// <remarks>Up-to-date with electron-updater 6.7.2</remarks>
|
||||
public class ReleaseNoteInfo
|
||||
{
|
||||
/// <summary>
|
||||
/// The version.
|
||||
/// Gets or sets the version.
|
||||
/// </summary>
|
||||
public string Version { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// The note.
|
||||
/// Gets or sets the note text.
|
||||
/// </summary>
|
||||
public string Note { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user