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

@@ -29,7 +29,7 @@
using System.IO;
using Aaru.CommonTypes;
using Aaru.CommonTypes.Interfaces;
using Aaru.DiscImages;
using Aaru.Images;
using NUnit.Framework;
namespace Aaru.Tests.Images.AppleDOS;