namespace UtilLib { public class UpdateModel { public int Version { get; set; } public string Log { get; set; } public string UpdateFile { get; set; } } }