mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-14 17:22:54 -07:00
10 lines
No EOL
265 B
C#
10 lines
No EOL
265 B
C#
namespace Ombi.Helpers
|
|
{
|
|
public class ApplicationSettings
|
|
{
|
|
public string Branch { get; set; }
|
|
public string Version { get; set; }
|
|
public string OmbiService { get; set; }
|
|
public string FriendlyVersion { get; set; }
|
|
}
|
|
} |