From 46cd51940fea0dacfd1287e9a60eecbc2cdc6f28 Mon Sep 17 00:00:00 2001 From: goaaats Date: Thu, 23 Jun 2022 12:22:51 +0200 Subject: [PATCH 1/2] feat: serialize LocalPluginManifest for troubleshootings --- Dalamud/Support/Troubleshooting.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dalamud/Support/Troubleshooting.cs b/Dalamud/Support/Troubleshooting.cs index 54ce570a7..ffe445704 100644 --- a/Dalamud/Support/Troubleshooting.cs +++ b/Dalamud/Support/Troubleshooting.cs @@ -99,7 +99,7 @@ namespace Dalamud.Support private class TroubleshootingPayload { - public PluginManifest[] LoadedPlugins { get; set; } + public LocalPluginManifest[] LoadedPlugins { get; set; } public string DalamudVersion { get; set; } From 62d34f326a28c899b289ab59797146fee2bc285b Mon Sep 17 00:00:00 2001 From: goaaats Date: Thu, 23 Jun 2022 13:53:30 +0200 Subject: [PATCH 2/2] deps: update Lumina to 3.6.0 --- Dalamud.CorePlugin/Dalamud.CorePlugin.csproj | 2 +- Dalamud/Dalamud.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dalamud.CorePlugin/Dalamud.CorePlugin.csproj b/Dalamud.CorePlugin/Dalamud.CorePlugin.csproj index a53ccabe4..ce3d3cf08 100644 --- a/Dalamud.CorePlugin/Dalamud.CorePlugin.csproj +++ b/Dalamud.CorePlugin/Dalamud.CorePlugin.csproj @@ -27,7 +27,7 @@ - + diff --git a/Dalamud/Dalamud.csproj b/Dalamud/Dalamud.csproj index 66b6dfc56..a838813eb 100644 --- a/Dalamud/Dalamud.csproj +++ b/Dalamud/Dalamud.csproj @@ -65,7 +65,7 @@ - +