mirror of
https://github.com/SabreTools/MPF.git
synced 2026-07-02 17:24:48 +00:00
Move SubmissionGenerator to Core.Frontend
This commit is contained in:
@@ -96,6 +96,7 @@
|
||||
- Move Logging to Core.Frontend
|
||||
- Decouple InfoTool from processors
|
||||
- Rename SubmissionInfoTool to SubmissionGenerator
|
||||
- Move SubmissionGenerator to Core.Frontend
|
||||
|
||||
### 3.1.9a (2024-05-21)
|
||||
|
||||
|
||||
@@ -5,11 +5,12 @@ using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
using BinaryObjectScanner;
|
||||
using MPF.Core.Processors;
|
||||
using MPF.Core.Utilities;
|
||||
using SabreTools.RedumpLib;
|
||||
using SabreTools.RedumpLib.Data;
|
||||
using SabreTools.RedumpLib.Web;
|
||||
|
||||
namespace MPF.Core.Utilities
|
||||
namespace MPF.Core.Frontend
|
||||
{
|
||||
/// <summary>
|
||||
/// Generator for SubmissionInfo objects
|
||||
Reference in New Issue
Block a user