namespace FileFlows.FileDropPlugin; /// /// Plugin Information /// public class Plugin : FileFlows.Plugin.IPlugin { /// public Guid Uid => new Guid("ba8cfaa3-4ac0-4a39-9e1b-a48def94eb3d"); /// public string Name => "File Drop"; /// public string MinimumVersion => "24.12.4.4168"; /// public string Icon => "fas fa-tint"; /// public void Init() { } }