diff --git a/logchamp/logchamp/LogchampPlugin.json b/logchamp/logchamp/LogchampPlugin.json index 901968b..d561897 100644 --- a/logchamp/logchamp/LogchampPlugin.json +++ b/logchamp/logchamp/LogchampPlugin.json @@ -3,7 +3,7 @@ "Name": "LogChamp", "Description": "automatically deletes your ACT logs after a configurable amount of time", "Punchline": "keep your ACT's FFXIVLogs folder in check", - "Changelog": "- updated for Dalamud apiX", + "Changelog": "- updated for Dalamud api11", "InternalName": "LogchampPlugin", "Tags": ["log", "act"], "RepoUrl": "https://github.com/Eisenhuth/dalamud-logchamp", diff --git a/logchamp/logchamp/logchamp.csproj b/logchamp/logchamp/logchamp.csproj index 66fe96d..2659773 100644 --- a/logchamp/logchamp/logchamp.csproj +++ b/logchamp/logchamp/logchamp.csproj @@ -9,7 +9,7 @@ false $(AppData)\Eisenhuth\DalamudDevPlugins\LogchampPlugin\ false - 1.0.7.0 + 1.0.7.1 true true https://github.com/Eisenhuth/dalamud-logchamp @@ -18,7 +18,7 @@ - + diff --git a/logchamp/logchamp/packages.lock.json b/logchamp/logchamp/packages.lock.json index 19fcea9..2dec460 100644 --- a/logchamp/logchamp/packages.lock.json +++ b/logchamp/logchamp/packages.lock.json @@ -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==" } } }