From 9249ff6df70f7730e21ef441cd4730ddf0294295 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 16 Dec 2025 18:39:12 +0000 Subject: [PATCH 1/5] Update Excel Schema --- lib/Lumina.Excel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Lumina.Excel b/lib/Lumina.Excel index 5d01489c3..1420d8a4a 160000 --- a/lib/Lumina.Excel +++ b/lib/Lumina.Excel @@ -1 +1 @@ -Subproject commit 5d01489c34f33a3d645f49085d7fc0065a1ac801 +Subproject commit 1420d8a4abdc61e50808152e00217e3119ca2914 From 01901c237a178fb00bbf271ea684fc058df49109 Mon Sep 17 00:00:00 2001 From: goaaats Date: Tue, 16 Dec 2025 21:01:50 +0100 Subject: [PATCH 2/5] Downgrade Iced to resolve version conflict between Dalamud and Injector --- Directory.Packages.props | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index ec2e7e276..06338efac 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -33,7 +33,8 @@ - + + From 46954e6add867b1eb5b86a46c1ce647084b664d7 Mon Sep 17 00:00:00 2001 From: goaaats Date: Tue, 16 Dec 2025 21:01:58 +0100 Subject: [PATCH 3/5] Remove plugin targets from SLN --- Dalamud.sln | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dalamud.sln b/Dalamud.sln index ee3c75b25..de91e7ceb 100644 --- a/Dalamud.sln +++ b/Dalamud.sln @@ -7,8 +7,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution .editorconfig = .editorconfig .gitignore = .gitignore tools\BannedSymbols.txt = tools\BannedSymbols.txt - targets\Dalamud.Plugin.Bootstrap.targets = targets\Dalamud.Plugin.Bootstrap.targets - targets\Dalamud.Plugin.targets = targets\Dalamud.Plugin.targets tools\dalamud.ruleset = tools\dalamud.ruleset Directory.Build.props = Directory.Build.props Directory.Packages.props = Directory.Packages.props From f142fb1058887be55cb3b9cbebd370643f4bc3d5 Mon Sep 17 00:00:00 2001 From: goaaats Date: Wed, 17 Dec 2025 00:50:14 +0100 Subject: [PATCH 4/5] Set language version to preview for now Fixes a docfx error, since they haven't upgraded to a Roslyn version that knows C# 14 --- Directory.Build.props | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Directory.Build.props b/Directory.Build.props index 3897256bf..8a8df22d7 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -5,7 +5,9 @@ net10.0-windows x64 x64 - 14.0 + + + preview From fccc61aa5aaf43c5c1cb43b527ec4657db1a54e1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 17 Dec 2025 01:58:29 +0000 Subject: [PATCH 5/5] Update Excel Schema --- lib/Lumina.Excel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Lumina.Excel b/lib/Lumina.Excel index 5d01489c3..8345e7312 160000 --- a/lib/Lumina.Excel +++ b/lib/Lumina.Excel @@ -1 +1 @@ -Subproject commit 5d01489c34f33a3d645f49085d7fc0065a1ac801 +Subproject commit 8345e7312761187732c591f157470fdafb780fb4