mirror of
https://github.com/aaru-dps/Aaru.CommonTypes.git
synced 2025-12-16 19:24:30 +00:00
Rename DiscImageChef to Aaru in getting software name.
This commit is contained in:
@@ -47,7 +47,7 @@ namespace Aaru.CommonTypes.Metadata
|
||||
/// <returns>XML software type</returns>
|
||||
public static SoftwareType GetSoftwareType() => new SoftwareType
|
||||
{
|
||||
Name = "DiscImageChef", OperatingSystem = DetectOS.GetRealPlatformID().ToString(),
|
||||
Name = "Aaru", OperatingSystem = DetectOS.GetRealPlatformID().ToString(),
|
||||
Version = typeof(Version).Assembly.GetName().Version.ToString()
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user