mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-08 21:31:47 +00:00
[PR #670] [MERGED] Enable LibIRD for all .NET frameworks #1096
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/SabreTools/MPF/pull/670
Author: @Deterous
Created: 3/7/2024
Status: ✅ Merged
Merged: 3/7/2024
Merged by: @mnadareski
Base:
master← Head:update-libird📝 Commits (1)
6d9bfa6Enable LibIRD for all .NET frameworks📊 Changes
10 files changed (+9 additions, -59 deletions)
View changed files
📝
CHANGELIST.md(+1 -0)📝
MPF.Core/Data/Options.cs(+0 -5)📝
MPF.Core/DumpEnvironment.cs(+0 -2)📝
MPF.Core/InfoTool.cs(+6 -3)📝
MPF.Core/MPF.Core.csproj(+1 -3)📝
MPF.Core/UI/ViewModels/CreateIRDViewModel.cs(+0 -4)📝
MPF.Core/UI/ViewModels/MainViewModel.cs(+0 -24)📝
MPF.Core/UI/ViewModels/OptionsViewModel.cs(+0 -13)📝
MPF.UI.Core/Windows/MainWindow.xaml(+0 -4)📝
MPF.UI.Core/Windows/OptionsWindow.xaml(+1 -1)📄 Description
No longer limited to .NET 6
However, IRDs created with frameworks prior to .NET 6 will not be byte-identical due to the different GZipStream compression level used. The contents should be the same though.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.