[PR #897] [MERGED] Parse XboxOne/SX Title IDs #1219

Closed
opened 2026-01-29 16:26:08 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/SabreTools/MPF/pull/897
Author: @Deterous
Created: 10/12/2025
Status: Merged
Merged: 10/13/2025
Merged by: @mnadareski

Base: masterHead: master


📝 Commits (4)

📊 Changes

12 files changed (+67 additions, -11 deletions)

View changed files

📝 CHANGELIST.md (+1 -0)
📝 MPF.CLI/MPF.CLI.csproj (+1 -1)
📝 MPF.Check/MPF.Check.csproj (+1 -1)
📝 MPF.ExecutionContexts.Test/MPF.ExecutionContexts.Test.csproj (+1 -1)
📝 MPF.ExecutionContexts/MPF.ExecutionContexts.csproj (+1 -1)
📝 MPF.Frontend.Test/MPF.Frontend.Test.csproj (+1 -1)
📝 MPF.Frontend/MPF.Frontend.csproj (+1 -1)
📝 MPF.Frontend/Tools/PhysicalTool.cs (+55 -2)
📝 MPF.Frontend/Tools/SubmissionGenerator.cs (+2 -0)
📝 MPF.Processors.Test/MPF.Processors.Test.csproj (+1 -1)
📝 MPF.Processors/MPF.Processors.csproj (+1 -1)
📝 MPF.UI/MPF.UI.csproj (+1 -1)

📄 Description

Requires RedumpLib bump https://github.com/SabreTools/SabreTools.RedumpLib/pull/12


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/SabreTools/MPF/pull/897 **Author:** [@Deterous](https://github.com/Deterous) **Created:** 10/12/2025 **Status:** ✅ Merged **Merged:** 10/13/2025 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (4) - [`1788504`](https://github.com/SabreTools/MPF/commit/1788504e655ab530696bf4efff35c84a8304bc15) Parse XboxOne/SX Title IDs - [`6727c2c`](https://github.com/SabreTools/MPF/commit/6727c2c4a2d70de2c561013b76a33932cffa1119) Bump RedumpLib - [`b1bc805`](https://github.com/SabreTools/MPF/commit/b1bc805b05f28a0af2743762003554d895cf398e) Fix build - [`6275c1f`](https://github.com/SabreTools/MPF/commit/6275c1f0c1a62b612f4e8357ad63f6f713bc0a20) Don't use lists because net20 ### 📊 Changes **12 files changed** (+67 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELIST.md` (+1 -0) 📝 `MPF.CLI/MPF.CLI.csproj` (+1 -1) 📝 `MPF.Check/MPF.Check.csproj` (+1 -1) 📝 `MPF.ExecutionContexts.Test/MPF.ExecutionContexts.Test.csproj` (+1 -1) 📝 `MPF.ExecutionContexts/MPF.ExecutionContexts.csproj` (+1 -1) 📝 `MPF.Frontend.Test/MPF.Frontend.Test.csproj` (+1 -1) 📝 `MPF.Frontend/MPF.Frontend.csproj` (+1 -1) 📝 `MPF.Frontend/Tools/PhysicalTool.cs` (+55 -2) 📝 `MPF.Frontend/Tools/SubmissionGenerator.cs` (+2 -0) 📝 `MPF.Processors.Test/MPF.Processors.Test.csproj` (+1 -1) 📝 `MPF.Processors/MPF.Processors.csproj` (+1 -1) 📝 `MPF.UI/MPF.UI.csproj` (+1 -1) </details> ### 📄 Description Requires RedumpLib bump https://github.com/SabreTools/SabreTools.RedumpLib/pull/12 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 16:26:08 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/MPF#1219