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:
@@ -49,8 +49,9 @@ namespace DiscImageChef.Partitions
|
||||
const int V_NUMPAR = 16;
|
||||
const uint XPDVERS = 3; /* 1st version of extended pdinfo */
|
||||
|
||||
public string Name => "UNIX VTOC";
|
||||
public Guid Id => new Guid("6D35A66F-8D77-426F-A562-D88F6A1F1702");
|
||||
public string Name => "UNIX VTOC";
|
||||
public Guid Id => new Guid("6D35A66F-8D77-426F-A562-D88F6A1F1702");
|
||||
public string Author => "Natalia Portillo";
|
||||
|
||||
public bool GetInformation(IMediaImage imagePlugin, out List<Partition> partitions, ulong sectorOffset)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user