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

@@ -44,9 +44,9 @@ namespace DiscImageChef.DiscImages
{
public ImageInfo Info => imageInfo;
public string Name => "QEMU Copy-On-Write disk image v2";
public Guid Id => new Guid("F20107CB-95B3-4398-894B-975261F1E8C5");
public string Name => "QEMU Copy-On-Write disk image v2";
public Guid Id => new Guid("F20107CB-95B3-4398-894B-975261F1E8C5");
public string Author => "Natalia Portillo";
public string Format => "QEMU Copy-On-Write";
public List<Partition> Partitions =>