mirror of
https://github.com/WowUp/WowUp.git
synced 2026-04-20 22:07:21 -04:00
Migrate more stuff to common. Add open sans font for Windows. Add in app updating for Windows.
9 lines
168 B
C#
9 lines
168 B
C#
namespace WowUp.Common.Models
|
|
{
|
|
public class ChangeLog
|
|
{
|
|
public string Version { get; set; }
|
|
public string Description { get; set; }
|
|
}
|
|
}
|