diff --git a/CHANGELIST.md b/CHANGELIST.md index b3287c98..e2b58d73 100644 --- a/CHANGELIST.md +++ b/CHANGELIST.md @@ -76,6 +76,7 @@ - Merge EnumConverter and EnumExtensions - Move event args to root of Core - Move processing queue to root of Core +- Move InfoTool to Core.Utilities ### 3.1.9a (2024-05-21) diff --git a/MPF.Core/InfoTool.cs b/MPF.Core/Utilities/InfoTool.cs similarity index 99% rename from MPF.Core/InfoTool.cs rename to MPF.Core/Utilities/InfoTool.cs index 229d6acc..a3797747 100644 --- a/MPF.Core/InfoTool.cs +++ b/MPF.Core/Utilities/InfoTool.cs @@ -23,7 +23,7 @@ using Formatting = Newtonsoft.Json.Formatting; #pragma warning disable SYSLIB1045 // Convert to 'GeneratedRegexAttribute'. -namespace MPF.Core +namespace MPF.Core.Utilities { public static class InfoTool {