refact
This commit is contained in:
parent
5de53a3cba
commit
476d35ae8a
270 changed files with 477 additions and 401 deletions
10
src/isnd/Entities/NugetSettings.cs
Normal file
10
src/isnd/Entities/NugetSettings.cs
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
namespace isn.Entities
|
||||
{
|
||||
public class NugetSettings
|
||||
{
|
||||
public string ProtectionTitle {get; set;}
|
||||
public string PackagesRootDir {get; set;}
|
||||
public int MaxUserKeyCount {get; set;}
|
||||
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue