Add "Author" field to plugins.

This commit is contained in:
2018-08-29 22:15:43 +01:00
parent bb359d88d3
commit abfc476e01
155 changed files with 937 additions and 980 deletions

View File

@@ -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)
{