Files
FileFlowsPlugins/Gotify/Plugin.cs
T
2022-06-23 21:53:33 +12:00

13 lines
588 B
C#

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.8.3.1487";
public void Init()
{
}
}