[PR #4] [MERGED] Improve IRD Model #7

Open
opened 2026-01-29 22:30:36 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/SabreTools/SabreTools.Models/pull/4
Author: @Deterous
Created: 10/23/2023
Status: Merged
Merged: 10/23/2023
Merged by: @mnadareski

Base: mainHead: Deterous-patch-1


📝 Commits (3)

  • 9751384 ID and UID are the same Property
  • 835fce7 Comment on UID
  • d445f02 Specify the reserved attributes

📊 Changes

1 file changed (+7 additions, -12 deletions)

View changed files

📝 IRD/File.cs (+7 -12)

📄 Description

  • ID field is a duplicate of UID field (psdev wiki uses different names for some reason)
  • UID stands for Unique Identifier
  • The two extra attributes have defined names in the 3k3y ripp3r source (Extra configuration and Attachments)

🔄 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/SabreTools.Models/pull/4 **Author:** [@Deterous](https://github.com/Deterous) **Created:** 10/23/2023 **Status:** ✅ Merged **Merged:** 10/23/2023 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `main` ← **Head:** `Deterous-patch-1` --- ### 📝 Commits (3) - [`9751384`](https://github.com/SabreTools/SabreTools.Models/commit/97513840e0e69bc5d3d6acd86366d7b52a0b7773) ID and UID are the same Property - [`835fce7`](https://github.com/SabreTools/SabreTools.Models/commit/835fce78761a67b3d875a45234587a2e9a6ed31e) Comment on UID - [`d445f02`](https://github.com/SabreTools/SabreTools.Models/commit/d445f02ba6dc038ad2a68a30100e9575a72de5b7) Specify the reserved attributes ### 📊 Changes **1 file changed** (+7 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `IRD/File.cs` (+7 -12) </details> ### 📄 Description - ID field is a duplicate of UID field (psdev wiki uses different names for some reason) - UID stands for Unique Identifier - The two extra attributes have defined names in the 3k3y ripp3r source (Extra configuration and Attachments) --- <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 22:30:36 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/SabreTools.Models#7