From c0f4339188cbd956b0e083493fa171aefddcf793 Mon Sep 17 00:00:00 2001 From: Pilzinsel64 Date: Wed, 11 May 2022 13:34:04 +0200 Subject: [PATCH] compatibility with API v6 --- PlayerTags/DalamudPackager.targets | 2 +- PlayerTags/PlayerTags.csproj | 2 +- PlayerTags/PlayerTags.json | 9 +++++---- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/PlayerTags/DalamudPackager.targets b/PlayerTags/DalamudPackager.targets index fe58a7b..689b28c 100644 --- a/PlayerTags/DalamudPackager.targets +++ b/PlayerTags/DalamudPackager.targets @@ -6,6 +6,6 @@ OutputPath="$(OutputPath)" AssemblyName="$(AssemblyName)" MakeZip="true" - Exclude="$(AssemblyName).pdb;$(AssemblyName).deps.json" /> + Exclude="$(AssemblyName).pdb;$(AssemblyName).deps.json"/> \ No newline at end of file diff --git a/PlayerTags/PlayerTags.csproj b/PlayerTags/PlayerTags.csproj index 5e6ab4a..d3f3480 100644 --- a/PlayerTags/PlayerTags.csproj +++ b/PlayerTags/PlayerTags.csproj @@ -20,7 +20,7 @@ - + $(DalamudLibPath)FFXIVClientStructs.dll false diff --git a/PlayerTags/PlayerTags.json b/PlayerTags/PlayerTags.json index 3bbd2d4..2470679 100644 --- a/PlayerTags/PlayerTags.json +++ b/PlayerTags/PlayerTags.json @@ -2,13 +2,14 @@ "Author": "r00telement", "Name": "Player Tags", "Description": "Lightweight job visibility in nameplates and chat. Create custom tags and add them to players with the context menu.", + "Punchline": "Lightweight job visibility in nameplates and chat.", "Tags": [ "Jobs", "UI" ], "CategoryTags": [ "jobs", "UI" ], - "RepoUrl": "https://github.com/r00telement/PlayerTags", - "IconUrl": "https://github.com/r00telement/PlayerTags/raw/main/PlayerTags/Resources/Promo/Icon.png", + "RepoUrl": "https://github.com/pilzinsel64/PlayerTags", + "IconUrl": "https://github.com/pilzinsel64/PlayerTags/raw/main/PlayerTags/Resources/Promo/Icon.png", "ImageUrls": [ - "https://github.com/r00telement/PlayerTags/raw/main/PlayerTags/Resources/Promo/Nameplates_1.png", - "https://github.com/r00telement/PlayerTags/raw/main/PlayerTags/Resources/Promo/Chat_1.png" + "https://github.com/pilzinsel64/PlayerTags/raw/main/PlayerTags/Resources/Promo/Nameplates_1.png", + "https://github.com/pilzinsel64/PlayerTags/raw/main/PlayerTags/Resources/Promo/Chat_1.png" ], "Changelog": "" } \ No newline at end of file