Move VersionTool to root of Core

This commit is contained in:
Matt Nadareski
2024-05-28 11:40:17 -04:00
parent bb92c43b35
commit c07ca9f39c
2 changed files with 2 additions and 1 deletions

View File

@@ -139,6 +139,7 @@
- Centralize PS1/2 region detection
- Move ProgramSupportsMedia to MainViewModel
- Rename Tools to VersionTool
- Move VersionTool to root of Core
### 3.1.9a (2024-05-21)

View File

@@ -1,7 +1,7 @@
using System;
using System.Reflection;
namespace MPF.Core.Utilities
namespace MPF.Core
{
public static class VersionTool
{