mirror of
https://github.com/SabreTools/MPF.git
synced 2026-07-02 17:24:48 +00:00
Add version to submission info
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user