isn/Entities/NugetSettings.cs

10 lines
232 B
C#

namespace nuget_host.Entities
{
public class NugetSettings
{
public string ProtectionTitle {get; set;}
public string PackagesRootDir {get; set;}
3 years ago
public int MaxUserKeyCount {get; set;}
}
}