namespace ElectronNET.API.Entities { /// /// /// /// Up-to-date with electron-updater 6.7.2 public class ReleaseNoteInfo { /// /// Gets or sets the version. /// public string Version { get; set; } /// /// Gets or sets the note text. /// public string Note { get; set; } } }