mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2025-12-29 23:39:31 -06:00
13 lines
592 B
C#
13 lines
592 B
C#
namespace FileFlows.Apprise;
|
||
|
||
public class Plugin : FileFlows.Plugin.IPlugin
|
||
{
|
||
public Guid Uid => new Guid("32d0e2ad-7617-4b52-bc39-338d2cfe468c");
|
||
public string Name => "Apprise Nodes";
|
||
public string MinimumVersion => "0.8.0.1378";
|
||
|
||
public void Init()
|
||
{
|
||
}
|
||
}
|