From d56ca98eeb2d8172f973f02ed007d32317b998ca Mon Sep 17 00:00:00 2001 From: goaaats <16760685+goaaats@users.noreply.github.com> Date: Mon, 8 Jun 2020 13:39:23 +0200 Subject: [PATCH] Update samplePlugin.json --- Data/samplePlugin.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Data/samplePlugin.json b/Data/samplePlugin.json index b287019..0dc78f9 100644 --- a/Data/samplePlugin.json +++ b/Data/samplePlugin.json @@ -5,5 +5,6 @@ "InternalName": "samplePlugin", "AssemblyVersion": "1.0.0.0", "RepoUrl": "https://github.com/yourName/yourRepo", - "ApplicableVersion": "any" + "ApplicableVersion": "any", + "Tags": ["sample", "plugin", "goats"] }