mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-03-03 10:39:57 -06:00
plugins now have constant UID
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user