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

@@ -12,6 +12,9 @@ namespace SabreTools.Models.SoftwareList
[XmlAttribute("size")]
public string Size { get; set; }
[XmlAttribute("length")]
public string Length { get; set; }
[XmlAttribute("crc")]
public string? CRC { get; set; }