reposted a pkg

This commit is contained in:
Paul Schneider 2022-04-15 23:56:15 +01:00
commit 67ec19184b
7 changed files with 603 additions and 198 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; }