mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Add "Author" field to plugins.
This commit is contained in:
@@ -45,6 +45,7 @@ namespace DiscImageChef.DiscImages
|
||||
public string Name => "Apple New Disk Image Format";
|
||||
public Guid Id => new Guid("5A7FF7D8-491E-458D-8674-5B5EADBECC24");
|
||||
public string Format => "Apple New Disk Image Format";
|
||||
public string Author => "Natalia Portillo";
|
||||
|
||||
public List<Partition> Partitions =>
|
||||
throw new FeatureUnsupportedImageException("Feature not supported by image format");
|
||||
|
||||
Reference in New Issue
Block a user