mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-15 00:27:26 +08:00
[+] Add LatestVersion to interface
This commit is contained in:
@@ -4,4 +4,5 @@ public interface IConfigMigrationManager
|
||||
{
|
||||
public IConfigView Migrate(IConfigView config);
|
||||
public string GetVersion(IConfigView config);
|
||||
public string LatestVersion { get; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user