From 586b87d253dbcd67c90781197e148378e86390d6 Mon Sep 17 00:00:00 2001 From: Haselnussbomber Date: Fri, 17 Apr 2026 22:32:43 +0200 Subject: [PATCH 1/2] Switch to csproj manifest fields --- SamplePlugin/SamplePlugin.csproj | 11 ++++++++--- SamplePlugin/SamplePlugin.json | 12 ------------ 2 files changed, 8 insertions(+), 15 deletions(-) delete mode 100644 SamplePlugin/SamplePlugin.json diff --git a/SamplePlugin/SamplePlugin.csproj b/SamplePlugin/SamplePlugin.csproj index e75d487..24fa458 100644 --- a/SamplePlugin/SamplePlugin.csproj +++ b/SamplePlugin/SamplePlugin.csproj @@ -2,9 +2,14 @@ 0.0.0.1 - https://github.com/goatcorp/SamplePlugin - AGPL-3.0-or-later - false + + your name here + Sample Plugin + A short one-liner that shows up in /xlplugins. + A description that shows up in /xlplugins. +List any major slash-command(s). + https://github.com/goatcorp/SamplePlugin + sample;plugin;goats diff --git a/SamplePlugin/SamplePlugin.json b/SamplePlugin/SamplePlugin.json deleted file mode 100644 index c806554..0000000 --- a/SamplePlugin/SamplePlugin.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "Author": "your name here", - "Name": "Sample Plugin", - "Punchline": "A short one-liner that shows up in /xlplugins.", - "Description": "A description that shows up in /xlplugins. List any major slash-command(s).", - "ApplicableVersion": "any", - "Tags": [ - "sample", - "plugin", - "goats" - ] -} From 625b9ffec9af3b212e6af9f80a3ef8ad7f731bf4 Mon Sep 17 00:00:00 2001 From: Haselnussbomber Date: Sat, 15 Aug 2026 18:33:44 +0200 Subject: [PATCH 2/2] Update Description --- SamplePlugin/SamplePlugin.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SamplePlugin/SamplePlugin.csproj b/SamplePlugin/SamplePlugin.csproj index 24fa458..036406c 100644 --- a/SamplePlugin/SamplePlugin.csproj +++ b/SamplePlugin/SamplePlugin.csproj @@ -6,8 +6,8 @@ your name here Sample Plugin A short one-liner that shows up in /xlplugins. - A description that shows up in /xlplugins. -List any major slash-command(s). + A brief overview of what your plugin does, highlighting its key features. +This is shown when the user expands the plugin entry in /xlplugins. https://github.com/goatcorp/SamplePlugin sample;plugin;goats