compatibility with API v6
This commit is contained in:
@@ -6,6 +6,6 @@
|
||||
OutputPath="$(OutputPath)"
|
||||
AssemblyName="$(AssemblyName)"
|
||||
MakeZip="true"
|
||||
Exclude="$(AssemblyName).pdb;$(AssemblyName).deps.json" />
|
||||
Exclude="$(AssemblyName).pdb;$(AssemblyName).deps.json"/>
|
||||
</Target>
|
||||
</Project>
|
||||
@@ -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>
|
||||
|
||||
@@ -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": ""
|
||||
}
|
||||
Reference in New Issue
Block a user