mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 12:59:39 -07:00
parent
5c72d585f4
commit
863df6e1cc
26 changed files with 303 additions and 23 deletions
10
src/Ombi.Helpers/ApplicationSettings.cs
Normal file
10
src/Ombi.Helpers/ApplicationSettings.cs
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
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; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue