compatibility with API v6

This commit is contained in:
2022-05-11 13:34:04 +02:00
parent 6031310aa8
commit c0f4339188
3 changed files with 7 additions and 6 deletions

View File

@@ -6,6 +6,6 @@
OutputPath="$(OutputPath)"
AssemblyName="$(AssemblyName)"
MakeZip="true"
Exclude="$(AssemblyName).pdb;$(AssemblyName).deps.json" />
Exclude="$(AssemblyName).pdb;$(AssemblyName).deps.json"/>
</Target>
</Project>

View File

@@ -20,7 +20,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="DalamudPackager" Version="2.1.5" />
<PackageReference Include="DalamudPackager" Version="2.1.7" />
<Reference Include="FFXIVClientStructs">
<HintPath>$(DalamudLibPath)FFXIVClientStructs.dll</HintPath>
<Private>false</Private>

View File

@@ -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": ""
}