namespace SPTInstaller.Models; public class InstallerInfo { public string LatestVersion { get; set; } public string ChangeLog { get; set; } }