From dbf7150a317b37cc341ba31f0eb30a444e2fe01b Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Thu, 23 May 2024 13:45:21 -0400 Subject: [PATCH] Move Drive to root of Core --- CHANGELIST.md | 1 + MPF.Core/{Data => }/Drive.cs | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) rename MPF.Core/{Data => }/Drive.cs (99%) diff --git a/CHANGELIST.md b/CHANGELIST.md index 261a774e..35f78055 100644 --- a/CHANGELIST.md +++ b/CHANGELIST.md @@ -81,6 +81,7 @@ - Fix build - Rename Protection to ProtectionTool - Move ProtectionTool to Core.Utilities +- Move Drive to root of Core ### 3.1.9a (2024-05-21) diff --git a/MPF.Core/Data/Drive.cs b/MPF.Core/Drive.cs similarity index 99% rename from MPF.Core/Data/Drive.cs rename to MPF.Core/Drive.cs index 499e910e..ea180dc9 100644 --- a/MPF.Core/Data/Drive.cs +++ b/MPF.Core/Drive.cs @@ -6,11 +6,12 @@ using System.Linq; using Microsoft.Management.Infrastructure; using Microsoft.Management.Infrastructure.Generic; #endif +using MPF.Core.Data; using MPF.Core.Utilities; using SabreTools.IO; using SabreTools.RedumpLib.Data; -namespace MPF.Core.Data +namespace MPF.Core { /// /// Represents information for a single drive