Skip to content

Commit

Permalink
API11
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeffuro committed Nov 14, 2024
1 parent f16f4d2 commit d5b82a9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LMeter/LMeter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@

<!-- NuGet Packages -->
<ItemGroup>
<PackageReference Include="DalamudPackager" Version="2.1.13" />
<PackageReference Include="DalamudPackager" Version="11.0.0" />
</ItemGroup>

<!-- Dalamud Packager Task-->
Expand Down
2 changes: 1 addition & 1 deletion LMeter/PluginManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ private void OpenConfigUi()
}
}

private void OnLogout()
private void OnLogout(int _, int __)
{
ConfigHelpers.SaveConfig();
}
Expand Down
6 changes: 3 additions & 3 deletions LMeter/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"net8.0-windows7.0": {
"DalamudPackager": {
"type": "Direct",
"requested": "[2.1.13, )",
"resolved": "2.1.13",
"contentHash": "rMN1omGe8536f4xLMvx9NwfvpAc9YFFfeXJ1t4P4PE6Gu8WCIoFliR1sh07hM+bfODmesk/dvMbji7vNI+B/pQ=="
"requested": "[11.0.0, )",
"resolved": "11.0.0",
"contentHash": "bjT7XUlhIJSmsE/O76b7weUX+evvGQctbQB8aKXt94o+oPWxHpCepxAGMs7Thow3AzCyqWs7cOpp9/2wcgRRQA=="
}
}
}
Expand Down

0 comments on commit d5b82a9

Please sign in to comment.