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

View File

@@ -2,6 +2,7 @@ namespace FileFlows.Gotify;
public class Plugin : FileFlows.Plugin.IPlugin
{
public Guid Uid => new Guid("3d8e13f2-819f-437f-b177-be40147c6e2b");
public string Name => "Gotify Nodes";
public string MinimumVersion => "0.6.3.1000";