forked from Cookies_Github_mirror/AquaDX
[+] 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