mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Add DateCreate and DateUpdated metadata
This commit is contained in:
parent
e4582ebde3
commit
4b17d488c7
@ -40,5 +40,9 @@ namespace Wabbajack.DTOs
|
||||
[JsonPropertyName("version")] public Version? Version { get; set; }
|
||||
|
||||
[JsonIgnore] public ModListSummary ValidationSummary { get; set; } = new();
|
||||
|
||||
[JsonPropertyName("dateCreated")] public DateTime DateCreated { get; set; } = DateTime.UnixEpoch;
|
||||
|
||||
[JsonPropertyName("dateUpdated")] public DateTime DateUpdated { get; set; }
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user