Add version to submission info

This commit is contained in:
Matt Nadareski
2021-01-25 17:05:32 -08:00
parent 101193cb78
commit bf66a3fcbd

View File

@@ -9,6 +9,12 @@ namespace MPF.Web
{
public class SubmissionInfo
{
/// <summary>
/// Version of the generated submission information
/// </summary>
[JsonProperty(PropertyName = "version", DefaultValueHandling = DefaultValueHandling.Ignore)]
public int SubmissionInfoVersion { get; set; } = 1;
/// <summary>
/// List of matched Redump IDs
/// </summary>