Added statistics for runtime version.

This commit is contained in:
2017-06-04 02:24:04 +01:00
parent cc63232d7b
commit 5ce62b9a9f
6 changed files with 92 additions and 17 deletions

View File

@@ -40,6 +40,8 @@ namespace DiscImageChef.Metadata
{
[XmlArrayItem("OperatingSystem")]
public List<NameValueStats> OperatingSystems { get; set; }
[XmlArrayItem("Version")]
public List<NameValueStats> Versions { get; set; }
public CommandsStats Commands;
[XmlArrayItem("Filesystem")]
public List<NameValueStats> Filesystems { get; set; }