plugins now have constant UID

This commit is contained in:
John Andrews
2022-06-03 09:56:05 +12:00
parent 763afbedd6
commit 8e5cd21d23
39 changed files with 780 additions and 130 deletions

Binary file not shown.

View File

@@ -2,6 +2,7 @@ namespace FileFlows.DiscordNodes;
public class Plugin : FileFlows.Plugin.IPlugin
{
public Guid Uid => new Guid("ebaea108-8783-46b2-a889-be0d79bc8ad6");
public string Name => "Discord";
public string MinimumVersion => "0.6.3.1000";