From f08baba71b8c06c86202ca8354d90adbfb91993e Mon Sep 17 00:00:00 2001 From: Anna Date: Tue, 3 Oct 2023 17:35:46 -0400 Subject: [PATCH] chore: bump version to 3.0.8 --- NoSoliciting/NoSoliciting.csproj | 4 ++-- NoSoliciting/Plugin.cs | 2 +- NoSoliciting/packages.lock.json | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/NoSoliciting/NoSoliciting.csproj b/NoSoliciting/NoSoliciting.csproj index 0793be8..5eab411 100755 --- a/NoSoliciting/NoSoliciting.csproj +++ b/NoSoliciting/NoSoliciting.csproj @@ -3,7 +3,7 @@ latest enable - 3.0.7 + 3.0.8 net7-windows true x64 @@ -52,7 +52,7 @@ - + diff --git a/NoSoliciting/Plugin.cs b/NoSoliciting/Plugin.cs index 1ab21e1..4b6d258 100644 --- a/NoSoliciting/Plugin.cs +++ b/NoSoliciting/Plugin.cs @@ -77,7 +77,7 @@ namespace NoSoliciting { this.ConfigureLanguage(); this.Interface.LanguageChanged += this.OnLanguageUpdate; - this.Common = new XivCommonBase(Hooks.PartyFinderListings); + this.Common = new XivCommonBase(this.Interface, Hooks.PartyFinderListings); this.DalamudContextMenu = new DalamudContextMenu(this.Interface); this.Ui = new PluginUi(this); diff --git a/NoSoliciting/packages.lock.json b/NoSoliciting/packages.lock.json index 9b2f870..9271be9 100644 --- a/NoSoliciting/packages.lock.json +++ b/NoSoliciting/packages.lock.json @@ -47,9 +47,9 @@ }, "XivCommon": { "type": "Direct", - "requested": "[7.0.2, )", - "resolved": "7.0.2", - "contentHash": "raQqMKIquvM+BjDJz8QW8zOa2cajMtlwfKBlocNtkzNy/HMC7PGzkh8kN9KbUrwxc7PPvn6EjEXsAU9q9EUKJQ==" + "requested": "[9.0.0, )", + "resolved": "9.0.0", + "contentHash": "avaBp3FmSCi/PiQhntCeBDYOHejdyTWmFtz4pRBVQQ8vHkmRx+YTk1la9dkYBMlXxRXKckEdH1iI1Fu61JlE7w==" }, "YamlDotNet": { "type": "Direct",