Ombi/src/Ombi.Helpers/ApplicationSettings.cs

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; }
}
}