Convert last long key to property

This commit is contained in:
Matt Nadareski
2026-04-03 17:49:45 -04:00
parent 9df08780db
commit 5ccfde54f5
15 changed files with 30 additions and 15 deletions

View File

@@ -33,7 +33,7 @@ namespace SabreTools.Data.Models.ArchiveDotOrg
public string? SHA1 { get; set; }
[XmlElement("filecount")]
public string? FileCount { get; set; }
public long? FileCount { get; set; }
/// <remarks>Is this a set of defined values?</remarks>
[XmlElement("format")]