Skip to content

Commit

Permalink
API 9 support
Browse files Browse the repository at this point in the history
- Bump DalamudPackager version
- Remove manual override
  • Loading branch information
KazWolfe committed Oct 3, 2023
1 parent 2ba6b9e commit cf4796e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion FFXIVPlugin/XIVDeck.FFXIVPlugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<PackageReference Include="EmbedIO" Version="3.5.2" />

<!-- Dalamud things -->
<PackageReference Include="DalamudPackager" Version="2.1.11" GeneratePathProperty="false" />
<PackageReference Include="DalamudPackager" Version="2.1.12" GeneratePathProperty="false" />
<Reference Include="FFXIVClientStructs">
<HintPath>$(DalamudLibPath)FFXIVClientStructs.dll</HintPath>
<Private>false</Private>
Expand Down
1 change: 0 additions & 1 deletion FFXIVPlugin/XIVDeck.FFXIVPlugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@ tags:
- integrations
category_tags:
- UI
dalamud_api_level: 9 # TODO: Remove with DalamudPackager bump
6 changes: 3 additions & 3 deletions FFXIVPlugin/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"net7.0-windows7.0": {
"DalamudPackager": {
"type": "Direct",
"requested": "[2.1.11, )",
"resolved": "2.1.11",
"contentHash": "9qlAWoRRTiL/geAvuwR/g6Bcbrd/bJJgVnB/RurBiyKs6srsP0bvpoo8IK+Eg8EA6jWeM6/YJWs66w4FIAzqPw=="
"requested": "[2.1.12, )",
"resolved": "2.1.12",
"contentHash": "Sc0PVxvgg4NQjcI8n10/VfUQBAS4O+Fw2pZrAqBdRMbthYGeogzu5+xmIGCGmsEZ/ukMOBuAqiNiB5qA3MRalg=="
},
"EmbedIO": {
"type": "Direct",
Expand Down

0 comments on commit cf4796e

Please sign in to comment.