From 52d1042aa6332baeb1c2e872f3c80cc887886709 Mon Sep 17 00:00:00 2001 From: NostraThomas99 <34015422+NostraThomas99@users.noreply.github.com> Date: Sun, 30 Jun 2024 09:34:45 -0500 Subject: [PATCH] Update DalamudApiLevel and remove AssemblyVersion The AssemblyVersion information was removed from manifest.json as it was outdated and unnecessary. Also, the DalamudApiLevel has been updated from 9 to 10 to match with the latest API level changes. --- ECommons | 2 +- manifest.json | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/ECommons b/ECommons index 34d10d7..9de6521 160000 --- a/ECommons +++ b/ECommons @@ -1 +1 @@ -Subproject commit 34d10d769732885b3b0a78850bbd708d67e8334b +Subproject commit 9de65215ec8aab18c350a3d0f75a9fdeca49ebdb diff --git a/manifest.json b/manifest.json index e192f16..57833ab 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,6 @@ "Author": "The Combat Reborn Team", "Name": "ActionTimeline Reborn", "InternalName": "ActionTimelineEx", - "AssemblyVersion": "1.3.6.0", "Description": "Configurable timeline display of all the actions you use.", "ApplicableVersion": "any", "Tags": [ @@ -11,7 +10,7 @@ "CategoryTags": [ "UI" ], - "DalamudApiLevel": 9, + "DalamudApiLevel": 10, "LoadRequiredState": 0, "LoadSync": false, "CanUnloadAsync": false,