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:
@@ -1369,8 +1369,9 @@ namespace DiscImageChef.Partitions
|
||||
}
|
||||
};
|
||||
|
||||
public string Name => "UNIX hardwired";
|
||||
public Guid Id => new Guid("9ED7E30B-53BF-4619-87A0-5D2002155617");
|
||||
public string Name => "UNIX hardwired";
|
||||
public Guid Id => new Guid("9ED7E30B-53BF-4619-87A0-5D2002155617");
|
||||
public string Author => "Natalia Portillo";
|
||||
|
||||
public bool GetInformation(IMediaImage imagePlugin, out List<Partition> partitions, ulong sectorOffset)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user