mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-01-06 13:31:19 -06:00
added minimumversion
This commit is contained in:
@@ -5,6 +5,7 @@ namespace MetaNodes
|
||||
public class Plugin : FileFlows.Plugin.IPlugin
|
||||
{
|
||||
public string Name => "Meta Nodes";
|
||||
public string MinimumVersion => string.Empty;
|
||||
|
||||
public void Init() { }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user