Use SoftwareList serializer for reading only

This commit is contained in:
Matt Nadareski
2023-08-01 01:04:21 -04:00
parent c27b6c9073
commit 8e6a9d2730
5 changed files with 413 additions and 421 deletions

View File

@@ -9,6 +9,9 @@ namespace SabreTools.Models.SoftwareList
[XmlAttribute("name")]
public string Name { get; set; }
[XmlAttribute("md5")]
public string? MD5 { get; set; }
[XmlAttribute("sha1")]
public string? SHA1 { get; set; }