mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2025-12-30 19:20:56 -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 => "0.8.3.1487";
|
|
|
|
public void Init()
|
|
{
|
|
}
|
|
}
|