mirror of
https://github.com/WowUp/WowUp.git
synced 2026-04-24 07:47:29 -04:00
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.
9 lines
182 B
C#
9 lines
182 B
C#
namespace WowUp.Common.Models.WowUpApi.Response
|
|
{
|
|
public class LatestVersion
|
|
{
|
|
public string Version { get; set; }
|
|
public string Url { get; set; }
|
|
}
|
|
}
|