From 505fbf25670af79629bdfbc2403ef64f90627858 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Thu, 23 May 2024 13:38:05 -0400 Subject: [PATCH] Move InfoTool to Core.Utilities --- CHANGELIST.md | 1 + MPF.Core/{ => Utilities}/InfoTool.cs | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) rename MPF.Core/{ => Utilities}/InfoTool.cs (99%) 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 {