Move InfoTool to Core.Utilities

This commit is contained in:
Matt Nadareski
2024-05-23 13:38:05 -04:00
parent 1bb38ea987
commit 505fbf2567
2 changed files with 2 additions and 1 deletions

View File

@@ -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)

View File

@@ -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
{