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.
+1
View File
@@ -2,6 +2,7 @@ namespace FileFlows.ImageNodes;
public class Plugin : FileFlows.Plugin.IPlugin
{
public Guid Uid => new Guid("a6ddeee5-4c5a-46c5-80d5-e48552dd6a9b");
public string Name => "Image Nodes";
public string MinimumVersion => "0.6.3.1000";