mirror of
https://github.com/SabreTools/MPF.git
synced 2026-07-02 17:24:48 +00:00
Move InfoTool to Core.Utilities
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
@@ -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
|
||||
{
|
||||
Reference in New Issue
Block a user