updated minimum supported version due to nodeparameters change

This commit is contained in:
John Andrews
2022-05-16 11:35:13 +12:00
parent a6378ed631
commit 5c5bfe842a
34 changed files with 2549 additions and 14 deletions

View File

@@ -6,7 +6,7 @@ namespace CollectionNodes
public class Plugin : IPlugin
{
public string Name => "Collection Nodes";
public string MinimumVersion => "0.5.2.690";
public string MinimumVersion => "0.6.1.900";
[Folder(1)]
[Required]