diff --git a/BasicNodes/BasicNodes.csproj b/BasicNodes/BasicNodes.csproj index 5ec7f305..4f8cfd87 100644 Binary files a/BasicNodes/BasicNodes.csproj and b/BasicNodes/BasicNodes.csproj differ diff --git a/BasicNodes/Plugin.cs b/BasicNodes/Plugin.cs index 55de9b97..02028334 100644 --- a/BasicNodes/Plugin.cs +++ b/BasicNodes/Plugin.cs @@ -5,7 +5,7 @@ namespace FileFlows.BasicNodes public class Plugin : FileFlows.Plugin.IPlugin { public string Name => "Basic Nodes"; - public string MinimumVersion => "0.2.1.349"; + public string MinimumVersion => "0.3.1.391"; public void Init() { } } diff --git a/ChecksumNodes/ChecksumNodes.csproj b/ChecksumNodes/ChecksumNodes.csproj index de8b35e8..0b2ef8b3 100644 Binary files a/ChecksumNodes/ChecksumNodes.csproj and b/ChecksumNodes/ChecksumNodes.csproj differ diff --git a/ChecksumNodes/Plugin.cs b/ChecksumNodes/Plugin.cs index a8b95bdf..d18a84f0 100644 --- a/ChecksumNodes/Plugin.cs +++ b/ChecksumNodes/Plugin.cs @@ -3,7 +3,7 @@ namespace ChecksumNodes public class Plugin : IPlugin { public string Name => "Checksum Nodes"; - public string MinimumVersion => string.Empty; + public string MinimumVersion => "0.3.1.391"; public void Init() { diff --git a/CollectionNodes/CollectionNodes.csproj b/CollectionNodes/CollectionNodes.csproj index ece42607..9e0366aa 100644 Binary files a/CollectionNodes/CollectionNodes.csproj and b/CollectionNodes/CollectionNodes.csproj differ diff --git a/CollectionNodes/Plugin.cs b/CollectionNodes/Plugin.cs index c3f2266e..9fc1f2ec 100644 --- a/CollectionNodes/Plugin.cs +++ b/CollectionNodes/Plugin.cs @@ -6,7 +6,7 @@ namespace CollectionNodes public class Plugin : IPlugin { public string Name => "Collection Nodes"; - public string MinimumVersion => "0.2.0.310"; + public string MinimumVersion => "0.3.1.391"; [Folder(1)] [Required] diff --git a/EmailNodes/EmailNodes.csproj b/EmailNodes/EmailNodes.csproj index 215d1f70..59b2dd2c 100644 Binary files a/EmailNodes/EmailNodes.csproj and b/EmailNodes/EmailNodes.csproj differ diff --git a/EmailNodes/Plugin.cs b/EmailNodes/Plugin.cs index b86909d1..18fb42fe 100644 --- a/EmailNodes/Plugin.cs +++ b/EmailNodes/Plugin.cs @@ -3,7 +3,7 @@ public class Plugin : IPlugin { public string Name => "Email Nodes"; - public string MinimumVersion => "0.3.1.378"; + public string MinimumVersion => "0.3.1.391"; public void Init() { diff --git a/FileFlows.Plugin.dll b/FileFlows.Plugin.dll index c0288aa5..e247fe9b 100644 Binary files a/FileFlows.Plugin.dll and b/FileFlows.Plugin.dll differ diff --git a/FileFlows.Plugin.pdb b/FileFlows.Plugin.pdb index 013b5c0d..62a1faf4 100644 Binary files a/FileFlows.Plugin.pdb and b/FileFlows.Plugin.pdb differ diff --git a/MetaNodes/MetaNodes.csproj b/MetaNodes/MetaNodes.csproj index d939f0de..f7a35217 100644 Binary files a/MetaNodes/MetaNodes.csproj and b/MetaNodes/MetaNodes.csproj differ diff --git a/MetaNodes/Plugin.cs b/MetaNodes/Plugin.cs index f8e7f023..824949fe 100644 --- a/MetaNodes/Plugin.cs +++ b/MetaNodes/Plugin.cs @@ -5,7 +5,7 @@ namespace MetaNodes public class Plugin : FileFlows.Plugin.IPlugin { public string Name => "Meta Nodes"; - public string MinimumVersion => string.Empty; + public string MinimumVersion => "0.3.1.391"; public void Init() { } } diff --git a/MusicNodes/MusicNodes.csproj b/MusicNodes/MusicNodes.csproj index b702c466..37b4a5dc 100644 Binary files a/MusicNodes/MusicNodes.csproj and b/MusicNodes/MusicNodes.csproj differ diff --git a/MusicNodes/Plugin.cs b/MusicNodes/Plugin.cs index 5297c5db..93d0ac79 100644 --- a/MusicNodes/Plugin.cs +++ b/MusicNodes/Plugin.cs @@ -6,7 +6,7 @@ namespace FileFlows.MusicNodes public class Plugin : FileFlows.Plugin.IPlugin { public string Name => "Music Nodes"; - public string MinimumVersion => string.Empty; + public string MinimumVersion => "0.3.1.391"; public void Init() { diff --git a/VideoNodes/Plugin.cs b/VideoNodes/Plugin.cs index 1424fece..a2f8c432 100644 --- a/VideoNodes/Plugin.cs +++ b/VideoNodes/Plugin.cs @@ -6,7 +6,7 @@ namespace FileFlows.VideoNodes public class Plugin : FileFlows.Plugin.IPlugin { public string Name => "Video Nodes"; - public string MinimumVersion => string.Empty; + public string MinimumVersion => "0.3.1.391"; public void Init() { diff --git a/VideoNodes/VideoNodes.csproj b/VideoNodes/VideoNodes.csproj index a68a0b59..948ec3ab 100644 Binary files a/VideoNodes/VideoNodes.csproj and b/VideoNodes/VideoNodes.csproj differ diff --git a/build/utils/PluginInfoGenerator/FileFlows.Plugin.dll b/build/utils/PluginInfoGenerator/FileFlows.Plugin.dll index 32b9c0f8..8f7c2f00 100644 Binary files a/build/utils/PluginInfoGenerator/FileFlows.Plugin.dll and b/build/utils/PluginInfoGenerator/FileFlows.Plugin.dll differ diff --git a/build/utils/PluginInfoGenerator/FileFlows.Plugin.pdb b/build/utils/PluginInfoGenerator/FileFlows.Plugin.pdb index 2217fb8a..dcb5fda4 100644 Binary files a/build/utils/PluginInfoGenerator/FileFlows.Plugin.pdb and b/build/utils/PluginInfoGenerator/FileFlows.Plugin.pdb differ diff --git a/build/utils/PluginInfoGenerator/FileFlows.ServerShared.dll b/build/utils/PluginInfoGenerator/FileFlows.ServerShared.dll index 0efc67c3..2db82fc0 100644 Binary files a/build/utils/PluginInfoGenerator/FileFlows.ServerShared.dll and b/build/utils/PluginInfoGenerator/FileFlows.ServerShared.dll differ diff --git a/build/utils/PluginInfoGenerator/FileFlows.ServerShared.pdb b/build/utils/PluginInfoGenerator/FileFlows.ServerShared.pdb index 6b39821d..0ff4d1fc 100644 Binary files a/build/utils/PluginInfoGenerator/FileFlows.ServerShared.pdb and b/build/utils/PluginInfoGenerator/FileFlows.ServerShared.pdb differ diff --git a/build/utils/PluginInfoGenerator/FileFlows.Shared.dll b/build/utils/PluginInfoGenerator/FileFlows.Shared.dll index 7a8c03f0..d0e4c412 100644 Binary files a/build/utils/PluginInfoGenerator/FileFlows.Shared.dll and b/build/utils/PluginInfoGenerator/FileFlows.Shared.dll differ diff --git a/build/utils/PluginInfoGenerator/FileFlows.Shared.pdb b/build/utils/PluginInfoGenerator/FileFlows.Shared.pdb index 23969bd1..7aa40dda 100644 Binary files a/build/utils/PluginInfoGenerator/FileFlows.Shared.pdb and b/build/utils/PluginInfoGenerator/FileFlows.Shared.pdb differ diff --git a/build/utils/PluginInfoGenerator/PluginInfoGenerator.dll b/build/utils/PluginInfoGenerator/PluginInfoGenerator.dll index 59af7acf..e2fc1c8c 100644 Binary files a/build/utils/PluginInfoGenerator/PluginInfoGenerator.dll and b/build/utils/PluginInfoGenerator/PluginInfoGenerator.dll differ diff --git a/build/utils/PluginInfoGenerator/PluginInfoGenerator.pdb b/build/utils/PluginInfoGenerator/PluginInfoGenerator.pdb index 5c1d5931..13354652 100644 Binary files a/build/utils/PluginInfoGenerator/PluginInfoGenerator.pdb and b/build/utils/PluginInfoGenerator/PluginInfoGenerator.pdb differ diff --git a/ref/FileFlows.Plugin.dll b/ref/FileFlows.Plugin.dll index cdd75934..7396c3c8 100644 Binary files a/ref/FileFlows.Plugin.dll and b/ref/FileFlows.Plugin.dll differ