From 72b9ed8ad7111a729493201d572f2ea08cd62ace Mon Sep 17 00:00:00 2001 From: Anna Date: Sun, 21 Aug 2022 04:19:01 -0400 Subject: [PATCH] chore: update for api7 and net6 --- TextBoxStyler/TextBoxStyler.csproj | 25 +++++++++++++++++++------ TextBoxStyler/TextBoxStyler.yaml | 1 + TextBoxStyler/packages.lock.json | 19 +++++++++++++++++++ 3 files changed, 39 insertions(+), 6 deletions(-) create mode 100644 TextBoxStyler/packages.lock.json diff --git a/TextBoxStyler/TextBoxStyler.csproj b/TextBoxStyler/TextBoxStyler.csproj index 75d16d5..aa5df49 100755 --- a/TextBoxStyler/TextBoxStyler.csproj +++ b/TextBoxStyler/TextBoxStyler.csproj @@ -1,32 +1,45 @@ - net5-windows + net6-windows 1.1.3 latest enable false true + true + + + + $(AppData)\XIVLauncher\addon\Hooks\dev + + + + $(DALAMUD_HOME) + + + + $(HOME)/dalamud - $(AppData)\XIVLauncher\addon\Hooks\dev\Dalamud.dll + $(DalamudLibPath)\Dalamud.dll False - $(AppData)\XIVLauncher\addon\Hooks\dev\ImGui.NET.dll + $(DalamudLibPath)\ImGui.NET.dll False - $(AppData)\XIVLauncher\addon\Hooks\dev\ImGuiScene.dll + $(DalamudLibPath)\ImGuiScene.dll False - - + + diff --git a/TextBoxStyler/TextBoxStyler.yaml b/TextBoxStyler/TextBoxStyler.yaml index 9271ee7..69a91ce 100755 --- a/TextBoxStyler/TextBoxStyler.yaml +++ b/TextBoxStyler/TextBoxStyler.yaml @@ -4,3 +4,4 @@ punchline: Allows replacing every text box with the background of your choice. description: >- Allows replacing every text box with the background of your choice. repo_url: https://git.annaclemens.io/ascclemens/TextBoxStyler +dalamud_api_level: 7 diff --git a/TextBoxStyler/packages.lock.json b/TextBoxStyler/packages.lock.json new file mode 100644 index 0000000..67c2b34 --- /dev/null +++ b/TextBoxStyler/packages.lock.json @@ -0,0 +1,19 @@ +{ + "version": 1, + "dependencies": { + "net6.0-windows7.0": { + "DalamudPackager": { + "type": "Direct", + "requested": "[2.1.7, )", + "resolved": "2.1.7", + "contentHash": "jnZ/sdInyn07ycuWI+pPOtP/xE3v+c4+jYJfDt36FWnBF9NKqkpzfviJtPl/jGLgbaCmFIXu+Yid0N8GvdKefg==" + }, + "XivCommon": { + "type": "Direct", + "requested": "[6.0.0, )", + "resolved": "6.0.0", + "contentHash": "8HwrC7mnkcaP+JxRoIIu9MqFElQRVL8HOr8EQ6Te+11zzvKoXTZZrZ7VWETF2CHfB+7c1v5wONZKqZJ2hETpjg==" + } + } + } +} \ No newline at end of file