refactorisation de la configuration
This commit is contained in:
9
Entities/NugetSettings.cs
Normal file
9
Entities/NugetSettings.cs
Normal file
@ -0,0 +1,9 @@
|
||||
namespace nuget_host.Entities
|
||||
{
|
||||
public class NugetSettings
|
||||
{
|
||||
public string ProtectionTitle {get; set;}
|
||||
public string PackagesRootDir {get; set;}
|
||||
|
||||
}
|
||||
}
|
@ -8,6 +8,5 @@ namespace nuget_host.Entities
|
||||
public string SenderEMail {get; set;}
|
||||
public string UserName {get; set;}
|
||||
public string Password {get; set;}
|
||||
public string ProtectionTitle {get; set;}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user