gestion des versions :
* dossier des versions = FullString * Suppressioni de versions
This commit is contained in:
parent
41fbe54638
commit
be30ef3c25
14 changed files with 659 additions and 13 deletions
|
|
@ -18,8 +18,8 @@ namespace nuget_host.Data
|
|||
[Required]
|
||||
public int Patch { get; set; }
|
||||
|
||||
[StringLength(32)]
|
||||
[Required][Key]
|
||||
[StringLength(256)]
|
||||
[Required]
|
||||
public string FullString { get; set; }
|
||||
public bool IsPrerelease { get; set; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue