add bgi version

This commit is contained in:
辉鸭蛋
2024-10-03 20:14:04 +08:00
parent 389dac879b
commit 66f15488e1
2 changed files with 11 additions and 1 deletions

View File

@@ -14,6 +14,7 @@ public class Manifest
public int ManifestVersion { get; set; } = 1;
public string Name { get; set; } = string.Empty;
public string Version { get; set; } = string.Empty;
public string? BgiVersion { get; set; }
public string Description { get; set; } = string.Empty;
public List<Author> Authors { get; set; } = [];
public string Main { get; set; } = string.Empty;