some cleaning

This commit is contained in:
Paul Schneider 2019-08-26 01:54:38 +01:00
commit 0e3d28768f
4 changed files with 58 additions and 46 deletions

View file

@ -1,6 +1,7 @@
using System.ComponentModel.DataAnnotations;
using Newtonsoft.Json;
namespace Yavsc.Abstract.IT {
public class CiBuildSettings
{
@ -46,4 +47,5 @@ public class CiBuildSettings
[JsonPropertyAttribute("emails")]
public string[] Emails { get; set; }
}
}
}