mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-05-25 01:48:20 -05:00
plugins now have constant UID
This commit is contained in:
Binary file not shown.
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user