From 0019a3868e51947c445f350c3265b4aa0367933b Mon Sep 17 00:00:00 2001 From: Liza Carvelli Date: Wed, 11 Jan 2023 19:08:06 +0100 Subject: [PATCH] API level 8 --- FishNotify.csproj | 8 ++++---- FishNotify.json | 1 - 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/FishNotify.csproj b/FishNotify.csproj index 4322bdf..6c521ee 100644 --- a/FishNotify.csproj +++ b/FishNotify.csproj @@ -3,7 +3,7 @@ - 4.1 + 5.0 Plays a sound effect when a fish bites https://github.com/carvelli/Fish-Notify @@ -11,7 +11,7 @@ - net6.0-windows + net7.0-windows x64 enable latest @@ -37,8 +37,8 @@ - - + + $(DalamudLibPath)FFXIVClientStructs.dll false diff --git a/FishNotify.json b/FishNotify.json index 7f0e00a..17eb075 100644 --- a/FishNotify.json +++ b/FishNotify.json @@ -4,7 +4,6 @@ "Punchline": "Plays a sound when a fish is caught", "Description": "Plays a sound when a fish is caught, depending on tug-strength", "InternalName": "FishNotify", - "DalamudApiLevel": 7, "Tags": [ "fishing" ],