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:
@@ -42,12 +42,11 @@ namespace DiscImageChef.DiscImages
|
||||
{
|
||||
public partial class Virtual98
|
||||
{
|
||||
public ImageInfo Info => imageInfo;
|
||||
|
||||
public string Name => "Virtual98 Disk Image";
|
||||
public Guid Id => new Guid("C0CDE13D-04D0-4913-8740-AFAA44D0A107");
|
||||
|
||||
public string Format => "Virtual98 disk image";
|
||||
public ImageInfo Info => imageInfo;
|
||||
public string Name => "Virtual98 Disk Image";
|
||||
public Guid Id => new Guid("C0CDE13D-04D0-4913-8740-AFAA44D0A107");
|
||||
public string Author => "Natalia Portillo";
|
||||
public string Format => "Virtual98 disk image";
|
||||
|
||||
public List<Partition> Partitions =>
|
||||
throw new FeatureUnsupportedImageException("Feature not supported by image format");
|
||||
|
||||
Reference in New Issue
Block a user