This commit is contained in:
Paul Schneider 2021-05-02 16:37:03 +01:00
commit dd6d83cf06
28 changed files with 1097 additions and 184 deletions

View file

@ -4,6 +4,7 @@ namespace nuget_host.Entities
{
public string ProtectionTitle {get; set;}
public string PackagesRootDir {get; set;}
public int MaxUserKeyCount {get; set;}
}
}