reposted a pkg

This commit is contained in:
2022-04-15 23:56:15 +01:00
parent 57609e6ed3
commit 67ec19184b
7 changed files with 627 additions and 222 deletions

View File

@ -22,7 +22,7 @@ namespace isnd.Data
public int Patch { get; set; }
[StringLength(256)]
[Required]
[Required][Key]
public string FullString { get; set; }
public bool IsPrerelease { get; set; }