From feeec5ad9b10dc1fd74ba4715e7bef1a1ba02727 Mon Sep 17 00:00:00 2001 From: Anna Clemens Date: Mon, 3 May 2021 19:43:18 -0400 Subject: [PATCH] chore: add packager and manifest --- NoSoliciting.Lite/DalamudPackager.targets | 10 ++++++++++ NoSoliciting.Lite/NoSoliciting.Lite.csproj | 1 + NoSoliciting.Lite/NoSoliciting.Lite.yaml | 9 +++++++++ 3 files changed, 20 insertions(+) create mode 100755 NoSoliciting.Lite/DalamudPackager.targets create mode 100755 NoSoliciting.Lite/NoSoliciting.Lite.yaml diff --git a/NoSoliciting.Lite/DalamudPackager.targets b/NoSoliciting.Lite/DalamudPackager.targets new file mode 100755 index 0000000..6958ba3 --- /dev/null +++ b/NoSoliciting.Lite/DalamudPackager.targets @@ -0,0 +1,10 @@ + + + + + diff --git a/NoSoliciting.Lite/NoSoliciting.Lite.csproj b/NoSoliciting.Lite/NoSoliciting.Lite.csproj index 0e5eb8b..463838a 100755 --- a/NoSoliciting.Lite/NoSoliciting.Lite.csproj +++ b/NoSoliciting.Lite/NoSoliciting.Lite.csproj @@ -37,6 +37,7 @@ + diff --git a/NoSoliciting.Lite/NoSoliciting.Lite.yaml b/NoSoliciting.Lite/NoSoliciting.Lite.yaml new file mode 100755 index 0000000..d649d93 --- /dev/null +++ b/NoSoliciting.Lite/NoSoliciting.Lite.yaml @@ -0,0 +1,9 @@ +author: ascclemens +name: NoSoliciting Lite +description: |- + Customisable, simple chat and Party Finder filtering. + + Only filters out text that you configure. +repo_url: https://git.sr.ht/~jkcclemens/NoSoliciting +# Use higher priority to filter messages before other plugins get them. +load_priority: 100