mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Added statistics for runtime version.
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user