minor fixes
This commit is contained in:
@@ -13,6 +13,10 @@ public class UpdateInfos
|
||||
|
||||
public override string ToString()
|
||||
{
|
||||
return JsonConvert.SerializeObject(this);
|
||||
return JsonConvert.SerializeObject(this, new JsonSerializerSettings
|
||||
{
|
||||
Formatting = Formatting.Indented,
|
||||
DefaultValueHandling = DefaultValueHandling.IgnoreAndPopulate,
|
||||
});
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user