mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Rename old AaruFormat plugin to prevent collision.
This commit is contained in:
@@ -69,13 +69,13 @@ public sealed partial class AaruFormatOld
|
||||
public ImageInfo Info => _imageInfo;
|
||||
|
||||
/// <inheritdoc />
|
||||
public string Name => Localization.AaruFormat_Name;
|
||||
public string Name => "Aaru (old)";
|
||||
|
||||
/// <inheritdoc />
|
||||
public Guid Id => new("49360069-1784-4A2F-B723-0C844D610B0A");
|
||||
|
||||
/// <inheritdoc />
|
||||
public string Format => "Aaru";
|
||||
public string Format => "Aaru (old)";
|
||||
|
||||
/// <inheritdoc />
|
||||
public string Author => Authors.NataliaPortillo;
|
||||
|
||||
Reference in New Issue
Block a user