mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-01-01 20:50:21 -06:00
13 lines
283 B
C#
13 lines
283 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 => "1.0.4.2019";
|
|
|
|
public void Init()
|
|
{
|
|
}
|
|
}
|