Rename Aaru.DiscImages namespace to Aaru.Images.

This commit is contained in:
2023-10-06 01:16:28 +01:00
parent 3b917207e3
commit 55353809f7
616 changed files with 624 additions and 632 deletions

View File

@@ -40,7 +40,7 @@ using Aaru.CommonTypes.Structs;
using Partition = Aaru.CommonTypes.Partition;
using Track = Aaru.CommonTypes.Structs.Track;
namespace Aaru.DiscImages;
namespace Aaru.Images;
public sealed partial class AaruFormat
{