Wonky.Client/Wonky.Entity/Configuration/AppInfo.cs
2022-06-08 18:52:00 +02:00

9 lines
No EOL
215 B
C#

namespace Wonky.Entity.Configuration;
public class AppInfo
{
public string Version { get; set; }
public string Name { get; set; }
public string Image { get; set; }
public bool IsBeta { get; set; }
}