This commit is contained in:
2022-09-24 15:00:02 +03:00
parent 26505fd5c9
commit 23f951167b
3 changed files with 4 additions and 84 deletions

View File

@@ -11,7 +11,7 @@ namespace PluginManager
{
internal class AppConfig
{
public string UpdaterVersion { get; set; }
public string? UpdaterVersion { get; set; }
public Dictionary<string, object>? ApplicationVariables { get; init; }
public List<string>? ProtectedKeyWords { get; init; }
public Dictionary<string, string>? PluginVersions { get; init; }