Files
WowUp/WowUp.Common/Models/WowUpApi/Response/LatestVersion.cs
jliddev 93abd85965 Beta 1.15.0-4
Add the ability to switch WowUp release types on via setting.
Update to the newest api to fetch the version.
Add events for preference changes.
More polish on options page.
2020-08-30 11:23:29 -05:00

9 lines
182 B
C#

namespace WowUp.Common.Models.WowUpApi.Response
{
public class LatestVersion
{
public string Version { get; set; }
public string Url { get; set; }
}
}