Update all model classes to Electron API 39.2

This commit is contained in:
softworkz
2025-11-22 02:16:10 +01:00
parent 1d554fda60
commit 6761119241
114 changed files with 1527 additions and 499 deletions

View File

@@ -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; }
}