Add version field to star entity. Implemented a lot of the star crud
This commit is contained in:
@@ -10,6 +10,7 @@ public class Star
|
||||
|
||||
// Meta
|
||||
public string Name { get; set; }
|
||||
public string Version { get; set; }
|
||||
public string Author { get; set; }
|
||||
public string? UpdateUrl { get; set; }
|
||||
public string? DonateUrl { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user