From 6001395181b969f16858080997bf3d0208856cde Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Mon, 25 Sep 2023 15:12:05 -0400 Subject: [PATCH] Move RedumpSystemComboBoxItem --- CHANGELIST.md | 1 + {MPF => MPF.UI.Core}/ComboBoxItems/RedumpSystemComboBoxItem.cs | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) rename {MPF => MPF.UI.Core}/ComboBoxItems/RedumpSystemComboBoxItem.cs (98%) diff --git a/CHANGELIST.md b/CHANGELIST.md index 9d976008..68c58221 100644 --- a/CHANGELIST.md +++ b/CHANGELIST.md @@ -15,6 +15,7 @@ - Migrate to Nuget package for PIC - Fix timestamp (Ragowit) - Not building against .NET Standard +- Move RedumpSystemComboBoxItem ### 2.6.3 (2023-08-15) diff --git a/MPF/ComboBoxItems/RedumpSystemComboBoxItem.cs b/MPF.UI.Core/ComboBoxItems/RedumpSystemComboBoxItem.cs similarity index 98% rename from MPF/ComboBoxItems/RedumpSystemComboBoxItem.cs rename to MPF.UI.Core/ComboBoxItems/RedumpSystemComboBoxItem.cs index c8694ce5..b8770105 100644 --- a/MPF/ComboBoxItems/RedumpSystemComboBoxItem.cs +++ b/MPF.UI.Core/ComboBoxItems/RedumpSystemComboBoxItem.cs @@ -5,7 +5,7 @@ using MPF.Core.Utilities; using MPF.UI.Core.ComboBoxItems; using SabreTools.RedumpLib.Data; -namespace MPF +namespace MPF.UI.Core.ComboBoxItems { /// /// Represents a single item in the System combo box