From 4101adaf4d408d2a0b6471f3abcfad426a837225 Mon Sep 17 00:00:00 2001 From: Liza Carvelli Date: Wed, 15 Dec 2021 19:31:58 +0100 Subject: [PATCH] Update dalamudpackager + manifest --- DalamudPackager.targets | 11 +++++++++++ SliceIsRight.csproj | 16 ++++++++-------- SliceIsRight.json | 13 ------------- SliceIsRight.yaml | 10 ++++++++++ 4 files changed, 29 insertions(+), 21 deletions(-) create mode 100644 DalamudPackager.targets delete mode 100644 SliceIsRight.json create mode 100644 SliceIsRight.yaml diff --git a/DalamudPackager.targets b/DalamudPackager.targets new file mode 100644 index 0000000..852bac3 --- /dev/null +++ b/DalamudPackager.targets @@ -0,0 +1,11 @@ + + + + + + \ No newline at end of file diff --git a/SliceIsRight.csproj b/SliceIsRight.csproj index eb6b900..517278e 100644 --- a/SliceIsRight.csproj +++ b/SliceIsRight.csproj @@ -3,7 +3,7 @@ - 2.0.0.0 + 2 Slice is Right. https://github.com/carvelli/SliceIsRight @@ -22,12 +22,6 @@ false - - - PreserveNewest - - - $(appdata)\XIVLauncher\addon\Hooks\dev\ @@ -38,7 +32,7 @@ - + $(DalamudLibPath)FFXIVClientStructs.dll false @@ -69,4 +63,10 @@ + + + Never + + + diff --git a/SliceIsRight.json b/SliceIsRight.json deleted file mode 100644 index 0f4ca75..0000000 --- a/SliceIsRight.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "Author": "Liza Carvelli", - "Name": "Slice is Right", - "Punchline": "Shows where Bamboo falls.", - "Description": "Shows where Bamboo falls.", - "InternalName": "SliceIsRight", - "DalamudApiLevel": 5, - "Tags": [ - "gold saucer", - "yojimbo" - ], - "RepoUrl": "https://github.com/carvelli/Slice-Is-Right" -} diff --git a/SliceIsRight.yaml b/SliceIsRight.yaml new file mode 100644 index 0000000..c9660f3 --- /dev/null +++ b/SliceIsRight.yaml @@ -0,0 +1,10 @@ +author: Liza Carvelli +name: Slice is Right +punchline: Shows where Bamboo falls. +description: Shows where Bamboo falls. +internal_name: SliceIsRight +dalamud_api_level: 5 +tags: + - gold saucer + - yojimbo +repo_url: https://github.com/carvelli/Slice-Is-Right