Add now-supported DOSCenter SHA-1 attribute

This commit is contained in:
Matt Nadareski
2024-12-07 23:28:52 -05:00
parent 676b446025
commit 148e97ef64

View File

@@ -15,6 +15,9 @@ namespace SabreTools.Models.DosCenter
[Required]
public string? CRC { get; set; }
/// <remarks>sha1, attribute</remarks>
public string? SHA1 { get; set; }
/// <remarks>date, attribute</remarks>
public string? Date { get; set; }
}