mirror of
https://github.com/SabreTools/MPF.git
synced 2026-07-02 17:24:48 +00:00
Move ProtectionTool to Core.Utilities
This commit is contained in:
@@ -80,6 +80,7 @@
|
||||
- Move SubmissionInfoTool to Core.Utilities
|
||||
- Fix build
|
||||
- Rename Protection to ProtectionTool
|
||||
- Move ProtectionTool to Core.Utilities
|
||||
|
||||
### 3.1.9a (2024-05-21)
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ using psxt001z;
|
||||
|
||||
#pragma warning disable SYSLIB1045 // Convert to 'GeneratedRegexAttribute'.
|
||||
|
||||
namespace MPF.Core
|
||||
namespace MPF.Core.Utilities
|
||||
{
|
||||
public static class ProtectionTool
|
||||
{
|
||||
@@ -1,7 +1,7 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using MPF.Core;
|
||||
using MPF.Core.Utilities;
|
||||
using Xunit;
|
||||
|
||||
namespace MPF.Test.Library
|
||||
|
||||
Reference in New Issue
Block a user