Files
FileFlowsPlugins/Apprise/Plugin.cs
2022-06-15 14:25:53 +12:00

13 lines
592 B
C#
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
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()
{
}
}