From caf01d8773fe734517198b3599f2290943da6dfc Mon Sep 17 00:00:00 2001 From: Anna Date: Sun, 27 Dec 2020 11:33:18 -0500 Subject: [PATCH] chore: add DalamudPackager --- NoSoliciting/DalamudPackager.targets | 11 +++++++++++ NoSoliciting/NoSoliciting.csproj | 1 + NoSoliciting/NoSoliciting.json | 10 ---------- NoSoliciting/NoSoliciting.yaml | 15 +++++++++++++++ 4 files changed, 27 insertions(+), 10 deletions(-) create mode 100644 NoSoliciting/DalamudPackager.targets delete mode 100644 NoSoliciting/NoSoliciting.json create mode 100644 NoSoliciting/NoSoliciting.yaml diff --git a/NoSoliciting/DalamudPackager.targets b/NoSoliciting/DalamudPackager.targets new file mode 100644 index 0000000..d888d34 --- /dev/null +++ b/NoSoliciting/DalamudPackager.targets @@ -0,0 +1,11 @@ + + + + + diff --git a/NoSoliciting/NoSoliciting.csproj b/NoSoliciting/NoSoliciting.csproj index 976136e..f8695c5 100644 --- a/NoSoliciting/NoSoliciting.csproj +++ b/NoSoliciting/NoSoliciting.csproj @@ -36,6 +36,7 @@ + diff --git a/NoSoliciting/NoSoliciting.json b/NoSoliciting/NoSoliciting.json deleted file mode 100644 index 06df23f..0000000 --- a/NoSoliciting/NoSoliciting.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Author": "ascclemens", - "Name": "NoSoliciting", - "Description": "Customisable chat and Party Finder filtering. In addition to letting you filter anything from chat and PF, it comes with built-in filters for the following:\n\n- RMT (both gil and content)\n- FC ads\n- RP ads\n- Phishing messages\n- Static recruitment\n- Trade ads\n- Any PF with an item level over the max\n\nNow with experimental machine learning!", - "InternalName": "NoSoliciting", - "AssemblyVersion": "1.5.0", - "RepoUrl": "https://git.sr.ht/~jkcclemens/NoSoliciting", - "ApplicableVersion": "any", - "DalamudApiLevel": 2 -} diff --git a/NoSoliciting/NoSoliciting.yaml b/NoSoliciting/NoSoliciting.yaml new file mode 100644 index 0000000..9e2b34c --- /dev/null +++ b/NoSoliciting/NoSoliciting.yaml @@ -0,0 +1,15 @@ +author: ascclemens +name: NoSoliciting +description: |- + Customisable chat and Party Finder filtering. In addition to letting you filter anything from chat and PF, it comes with built-in filters for the following: + + - RMT (both gil and content) + - FC ads + - RP ads + - Phishing messages + - Static recruitment + - Trade ads + - Any PF with an item level over the max + + Now with experimental machine learning! +repo_url: https://git.sr.ht/~jkcclemens/NoSoliciting