Added capture of anonymous analytical data

This commit is contained in:
tidusjar 2018-12-31 00:38:47 +00:00
parent b97c0e4928
commit c960e7ce85
6 changed files with 50 additions and 29 deletions

View file

@ -4,6 +4,7 @@
{
public string BaseUrl { get; set; }
public bool CollectAnalyticData { get; set; }
public bool Set { get; set; }
public bool Wizard { get; set; }
public string ApiKey { get; set; }
public bool IgnoreCertificateErrors { get; set; }