Add version field to star entity. Implemented a lot of the star crud
This commit is contained in:
@@ -13,6 +13,7 @@ public class StarDetailResponse
|
||||
|
||||
// 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