Implemented version fetching from source control git server. Added self version detection and update checks
This commit was merged in pull request #8.
This commit is contained in:
7
Moonlight.Api/Configuration/VersionOptions.cs
Normal file
7
Moonlight.Api/Configuration/VersionOptions.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace Moonlight.Api.Configuration;
|
||||
|
||||
public class VersionOptions
|
||||
{
|
||||
public bool OfflineMode { get; set; }
|
||||
public string? CurrentOverride { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user