mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-05-07 23:49:07 -05: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