changed AdditionalInformationUrl to AdditionalInformation

changed AdditionalInformationUrl to AdditionalInformation for more clarity
This commit is contained in:
Stone-Red-Code
2021-04-16 21:08:56 +02:00
parent ccc5fe9651
commit b33364b338
52 changed files with 231 additions and 25 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ namespace AlwaysUpToDate
{
public string Version { get; set; }
public string FileUrl { get; set; }
public string AdditionalInformationUrl { get; set; }
public string AdditionalInformation { get; set; }
public bool Mandatory { get; set; }
}
}