From bf66a3fcbd1542d7ef9a6cc065dea7b27178b39d Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Mon, 25 Jan 2021 17:05:32 -0800 Subject: [PATCH] Add version to submission info --- MPF.Library/Web/SubmissionInfo.cs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/MPF.Library/Web/SubmissionInfo.cs b/MPF.Library/Web/SubmissionInfo.cs index 9cb99c15..c8e02db1 100644 --- a/MPF.Library/Web/SubmissionInfo.cs +++ b/MPF.Library/Web/SubmissionInfo.cs @@ -9,6 +9,12 @@ namespace MPF.Web { public class SubmissionInfo { + /// + /// Version of the generated submission information + /// + [JsonProperty(PropertyName = "version", DefaultValueHandling = DefaultValueHandling.Ignore)] + public int SubmissionInfoVersion { get; set; } = 1; + /// /// List of matched Redump IDs ///