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