diff --git a/Apprise/Apprise.csproj b/Apprise/Apprise.csproj
index 1620aa28..57941e3a 100644
--- a/Apprise/Apprise.csproj
+++ b/Apprise/Apprise.csproj
@@ -5,8 +5,8 @@
enable
enable
FileFlows.$(MSBuildProjectName.Replace(" ", "_"))
- 0.9.4.168
- 0.9.4.168
+ 1.0.0.169
+ 1.0.0.169
true
true
FileFlows
diff --git a/Apprise/Plugin.cs b/Apprise/Plugin.cs
index be2f2c95..cacf7848 100644
--- a/Apprise/Plugin.cs
+++ b/Apprise/Plugin.cs
@@ -4,7 +4,7 @@ public class Plugin : FileFlows.Plugin.IPlugin
{
public Guid Uid => new Guid("32d0e2ad-7617-4b52-bc39-338d2cfe468c");
public string Name => "Apprise Nodes";
- public string MinimumVersion => "0.9.0.1487";
+ public string MinimumVersion => "1.0.0.1864";
public void Init()
{
diff --git a/AudioNodes/AudioNodes.csproj b/AudioNodes/AudioNodes.csproj
index 51e53b21..6de2105e 100644
--- a/AudioNodes/AudioNodes.csproj
+++ b/AudioNodes/AudioNodes.csproj
@@ -6,8 +6,8 @@
enable
true
true
- 0.9.4.168
- 0.9.4.168
+ 1.0.0.169
+ 1.0.0.169
true
true
FileFlows
diff --git a/AudioNodes/Plugin.cs b/AudioNodes/Plugin.cs
index c7b4e5bc..1950278b 100644
--- a/AudioNodes/Plugin.cs
+++ b/AudioNodes/Plugin.cs
@@ -7,7 +7,7 @@ public class Plugin : FileFlows.Plugin.IPlugin
{
public Guid Uid => new Guid("d951a39e-4296-4801-ab41-4070b0789465");
public string Name => "Audio Nodes";
- public string MinimumVersion => "0.9.0.1487";
+ public string MinimumVersion => "1.0.0.1864";
public void Init()
{
diff --git a/BasicNodes/BasicNodes.csproj b/BasicNodes/BasicNodes.csproj
index 54f58912..18270f6c 100644
--- a/BasicNodes/BasicNodes.csproj
+++ b/BasicNodes/BasicNodes.csproj
@@ -4,8 +4,8 @@
net6.0
enable
enable
- 0.9.4.168
- 0.9.4.168
+ 1.0.0.169
+ 1.0.0.169
true
FileFlows
John Andrews
diff --git a/BasicNodes/Plugin.cs b/BasicNodes/Plugin.cs
index ee6f2989..e75d415c 100644
--- a/BasicNodes/Plugin.cs
+++ b/BasicNodes/Plugin.cs
@@ -6,7 +6,7 @@ namespace FileFlows.BasicNodes
{
public Guid Uid => new Guid("789b5213-4ca5-42da-816e-f2117f00cd16");
public string Name => "Basic Nodes";
- public string MinimumVersion => "0.9.0.1487";
+ public string MinimumVersion => "1.0.0.1864";
public void Init() { }
}
diff --git a/ChecksumNodes/ChecksumNodes.csproj b/ChecksumNodes/ChecksumNodes.csproj
index 4ed9e9ea..70473d69 100644
--- a/ChecksumNodes/ChecksumNodes.csproj
+++ b/ChecksumNodes/ChecksumNodes.csproj
@@ -5,8 +5,8 @@
enable
true
true
- 0.9.4.168
- 0.9.4.168
+ 1.0.0.169
+ 1.0.0.169
true
FileFlows
John Andrews
diff --git a/ChecksumNodes/Plugin.cs b/ChecksumNodes/Plugin.cs
index 21083780..71a1daea 100644
--- a/ChecksumNodes/Plugin.cs
+++ b/ChecksumNodes/Plugin.cs
@@ -4,7 +4,7 @@ public class Plugin : IPlugin
{
public Guid Uid => new Guid("5ce1524c-5e7b-40ee-9fc1-2152181490f1");
public string Name => "Checksum Nodes";
- public string MinimumVersion => "0.9.0.1487";
+ public string MinimumVersion => "1.0.0.1864";
public void Init()
{
diff --git a/CollectionNodes/CollectionNodes.csproj b/CollectionNodes/CollectionNodes.csproj
index 9559b2e5..f9cc2c07 100644
--- a/CollectionNodes/CollectionNodes.csproj
+++ b/CollectionNodes/CollectionNodes.csproj
@@ -4,8 +4,8 @@
net6.0
enable
enable
- 0.9.4.168
- 0.9.4.168
+ 1.0.0.169
+ 1.0.0.169
true
true
FileFlows
diff --git a/CollectionNodes/Plugin.cs b/CollectionNodes/Plugin.cs
index 8d7bdf5a..abfc2fa4 100644
--- a/CollectionNodes/Plugin.cs
+++ b/CollectionNodes/Plugin.cs
@@ -7,7 +7,7 @@ public class Plugin : IPlugin
{
public Guid Uid => new Guid("e62e3b2e-5147-4732-92df-f6fbbdb3bb08");
public string Name => "Collection Nodes";
- public string MinimumVersion => "0.9.0.1487";
+ public string MinimumVersion => "1.0.0.1864";
[Folder(1)]
[Required]
diff --git a/ComicNodes/ComicNodes.csproj b/ComicNodes/ComicNodes.csproj
index 455a2ea9..15d9083a 100644
--- a/ComicNodes/ComicNodes.csproj
+++ b/ComicNodes/ComicNodes.csproj
@@ -5,8 +5,8 @@
enable
enable
FileFlows.$(MSBuildProjectName.Replace(" ", "_"))
- 0.9.4.168
- 0.9.4.168
+ 1.0.0.169
+ 1.0.0.169
true
true
FileFlows
diff --git a/ComicNodes/ComicNodes.en.json b/ComicNodes/ComicNodes.en.json
index e5cf4233..e76ac448 100644
--- a/ComicNodes/ComicNodes.en.json
+++ b/ComicNodes/ComicNodes.en.json
@@ -16,7 +16,7 @@
"Outputs": {
"1": "Comic was extracted"
},
- "Description": "Extracts all files from a comic book format and saves them to them to a specific folder",
+ "Description": "Extracts all files from a comic book format and saves them to them to a specific folder.\n\nSupports converting from CBZ, CBR, CB7, PDF, GZ, BZ2",
"Fields": {
"DestinationPath": "Destination Path",
"DestinationPath-Help": "The folder to save the extract comic book files to"
diff --git a/ComicNodes/Plugin.cs b/ComicNodes/Plugin.cs
index 93f2d5e7..1bbd69e0 100644
--- a/ComicNodes/Plugin.cs
+++ b/ComicNodes/Plugin.cs
@@ -4,7 +4,7 @@ public class Plugin : FileFlows.Plugin.IPlugin
{
public Guid Uid => new Guid("3664da0a-b531-47b9-bdc8-e8368d9746ce");
public string Name => "Comic Nodes";
- public string MinimumVersion => "0.9.0.1487";
+ public string MinimumVersion => "1.0.0.1864";
public void Init()
{
diff --git a/DiscordNodes/DiscordNodes.csproj b/DiscordNodes/DiscordNodes.csproj
index 7811d30c..5d1c8d70 100644
--- a/DiscordNodes/DiscordNodes.csproj
+++ b/DiscordNodes/DiscordNodes.csproj
@@ -5,8 +5,8 @@
enable
enable
FileFlows.$(MSBuildProjectName.Replace(" ", "_"))
- 0.9.4.168
- 0.9.4.168
+ 1.0.0.169
+ 1.0.0.169
true
true
FileFlows
diff --git a/DiscordNodes/Plugin.cs b/DiscordNodes/Plugin.cs
index 460f7de8..a99863b6 100644
--- a/DiscordNodes/Plugin.cs
+++ b/DiscordNodes/Plugin.cs
@@ -4,7 +4,7 @@ public class Plugin : FileFlows.Plugin.IPlugin
{
public Guid Uid => new Guid("ebaea108-8783-46b2-a889-be0d79bc8ad6");
public string Name => "Discord";
- public string MinimumVersion => "0.9.0.1487";
+ public string MinimumVersion => "1.0.0.1864";
public void Init()
{
diff --git a/EmailNodes/EmailNodes.csproj b/EmailNodes/EmailNodes.csproj
index b61b81ae..77c4fa87 100644
--- a/EmailNodes/EmailNodes.csproj
+++ b/EmailNodes/EmailNodes.csproj
@@ -9,8 +9,8 @@
true
true
true
- 0.9.4.168
- 0.9.4.168
+ 1.0.0.169
+ 1.0.0.169
true
FileFlows
John Andrews
diff --git a/EmailNodes/Plugin.cs b/EmailNodes/Plugin.cs
index 86ade6da..777ef101 100644
--- a/EmailNodes/Plugin.cs
+++ b/EmailNodes/Plugin.cs
@@ -4,7 +4,7 @@ public class Plugin : IPlugin
{
public Guid Uid => new Guid("b5077522-4a31-4faa-b9a7-b409ecb9c01e");
public string Name => "Email";
- public string MinimumVersion => "0.9.0.1487";
+ public string MinimumVersion => "1.0.0.1864";
public void Init()
{
diff --git a/Emby/Emby.csproj b/Emby/Emby.csproj
index b5455ae1..6d2b3c54 100644
--- a/Emby/Emby.csproj
+++ b/Emby/Emby.csproj
@@ -5,8 +5,8 @@
enable
enable
FileFlows.$(MSBuildProjectName.Replace(" ", "_"))
- 0.9.4.168
- 0.9.4.168
+ 1.0.0.169
+ 1.0.0.169
true
true
FileFlows
diff --git a/Emby/Plugin.cs b/Emby/Plugin.cs
index 660a39b6..afe66ba9 100644
--- a/Emby/Plugin.cs
+++ b/Emby/Plugin.cs
@@ -4,7 +4,7 @@ public class Plugin : FileFlows.Plugin.IPlugin
{
public Guid Uid => new Guid("51bdd442-6630-4c8c-b3a4-70a2d1c60309");
public string Name => "Emby";
- public string MinimumVersion => "0.9.0.1487";
+ public string MinimumVersion => "1.0.0.1864";
public void Init()
{
diff --git a/Gotify/Gotify.csproj b/Gotify/Gotify.csproj
index c0a2df78..6edef2c2 100644
--- a/Gotify/Gotify.csproj
+++ b/Gotify/Gotify.csproj
@@ -5,8 +5,8 @@
enable
enable
FileFlows.$(MSBuildProjectName.Replace(" ", "_"))
- 0.9.4.168
- 0.9.4.168
+ 1.0.0.169
+ 1.0.0.169
true
true
FileFlows
diff --git a/Gotify/Plugin.cs b/Gotify/Plugin.cs
index 32820ee8..70749311 100644
--- a/Gotify/Plugin.cs
+++ b/Gotify/Plugin.cs
@@ -4,7 +4,7 @@ public class Plugin : FileFlows.Plugin.IPlugin
{
public Guid Uid => new Guid("3d8e13f2-819f-437f-b177-be40147c6e2b");
public string Name => "Gotify Nodes";
- public string MinimumVersion => "0.9.0.1487";
+ public string MinimumVersion => "1.0.0.1864";
public void Init()
{
diff --git a/ImageNodes/ImageNodes.csproj b/ImageNodes/ImageNodes.csproj
index 5c674910..cc983011 100644
--- a/ImageNodes/ImageNodes.csproj
+++ b/ImageNodes/ImageNodes.csproj
@@ -5,8 +5,8 @@
enable
enable
FileFlows.$(MSBuildProjectName.Replace(" ", "_"))
- 0.9.4.168
- 0.9.4.168
+ 1.0.0.169
+ 1.0.0.169
true
true
FileFlows
diff --git a/ImageNodes/Plugin.cs b/ImageNodes/Plugin.cs
index 84fe3874..c2b9bc75 100644
--- a/ImageNodes/Plugin.cs
+++ b/ImageNodes/Plugin.cs
@@ -4,7 +4,7 @@ public class Plugin : FileFlows.Plugin.IPlugin
{
public Guid Uid => new Guid("a6ddeee5-4c5a-46c5-80d5-e48552dd6a9b");
public string Name => "Image Nodes";
- public string MinimumVersion => "0.9.0.1487";
+ public string MinimumVersion => "1.0.0.1864";
public void Init()
{
diff --git a/MetaNodes/MetaNodes.csproj b/MetaNodes/MetaNodes.csproj
index 6e95f88a..b015aa2b 100644
--- a/MetaNodes/MetaNodes.csproj
+++ b/MetaNodes/MetaNodes.csproj
@@ -6,8 +6,8 @@
enable
true
true
- 0.9.4.168
- 0.9.4.168
+ 1.0.0.169
+ 1.0.0.169
true
true
FileFlows
diff --git a/MetaNodes/Plugin.cs b/MetaNodes/Plugin.cs
index 667eb1b2..aedf2bea 100644
--- a/MetaNodes/Plugin.cs
+++ b/MetaNodes/Plugin.cs
@@ -6,7 +6,7 @@ public class Plugin : FileFlows.Plugin.IPlugin
{
public Guid Uid => new Guid("ed1e2547-6f92-4bc8-ae49-fcd7c74e7e9c");
public string Name => "Meta Nodes";
- public string MinimumVersion => "0.9.0.1487";
+ public string MinimumVersion => "1.0.0.1864";
public void Init() { }
}
diff --git a/MusicNodes/MusicNodes.csproj b/MusicNodes/MusicNodes.csproj
index 46d04f5c..ef72caca 100644
--- a/MusicNodes/MusicNodes.csproj
+++ b/MusicNodes/MusicNodes.csproj
@@ -6,8 +6,8 @@
enable
true
true
- 0.9.4.168
- 0.9.4.168
+ 1.0.0.169
+ 1.0.0.169
true
true
FileFlows
diff --git a/MusicNodes/Plugin.cs b/MusicNodes/Plugin.cs
index 9242fbb7..9db90930 100644
--- a/MusicNodes/Plugin.cs
+++ b/MusicNodes/Plugin.cs
@@ -7,7 +7,7 @@ public class Plugin : FileFlows.Plugin.IPlugin
{
public Guid Uid => new Guid("d84fbd06-f0e3-4827-8de0-6b0ef20dd883");
public string Name => "Music Nodes (Obsolete)";
- public string MinimumVersion => "0.9.0.1487";
+ public string MinimumVersion => "1.0.0.1864";
public void Init()
{
diff --git a/Plex/Plex.csproj b/Plex/Plex.csproj
index 5c28a424..b1f1a18b 100644
--- a/Plex/Plex.csproj
+++ b/Plex/Plex.csproj
@@ -5,8 +5,8 @@
enable
enable
FileFlows.$(MSBuildProjectName.Replace(" ", "_"))
- 0.9.4.168
- 0.9.4.168
+ 1.0.0.169
+ 1.0.0.169
true
true
FileFlows
diff --git a/Plex/Plugin.cs b/Plex/Plugin.cs
index 14ca726a..2f74c89d 100644
--- a/Plex/Plugin.cs
+++ b/Plex/Plugin.cs
@@ -4,7 +4,7 @@ public class Plugin : FileFlows.Plugin.IPlugin
{
public Guid Uid => new Guid("5be72267-7574-4ba9-a958-f3dda0d6c2dc");
public string Name => "Plex";
- public string MinimumVersion => "0.9.0.1487";
+ public string MinimumVersion => "1.0.0.1864";
public void Init()
{
diff --git a/VideoLegacyNodes/Plugin.cs b/VideoLegacyNodes/Plugin.cs
index 3fe9eb4d..bf18fab3 100644
--- a/VideoLegacyNodes/Plugin.cs
+++ b/VideoLegacyNodes/Plugin.cs
@@ -7,7 +7,7 @@ public class Plugin : FileFlows.Plugin.IPlugin
{
public Guid Uid => new Guid("881b486b-4b38-4e66-b39e-fbc0fc9deee0");
public string Name => "Video Nodes";
- public string MinimumVersion => "0.9.0.1487";
+ public string MinimumVersion => "1.0.0.1864";
public void Init()
{
diff --git a/VideoLegacyNodes/VideoLegacyNodes.csproj b/VideoLegacyNodes/VideoLegacyNodes.csproj
index 0ffc221b..6ae4ea1b 100644
--- a/VideoLegacyNodes/VideoLegacyNodes.csproj
+++ b/VideoLegacyNodes/VideoLegacyNodes.csproj
@@ -6,8 +6,8 @@
enable
true
true
- 0.9.4.168
- 0.9.4.168
+ 1.0.0.169
+ 1.0.0.169
true
FileFlows
John Andrews
diff --git a/VideoNodes/Plugin.cs b/VideoNodes/Plugin.cs
index 3ebe3224..020740b9 100644
--- a/VideoNodes/Plugin.cs
+++ b/VideoNodes/Plugin.cs
@@ -7,7 +7,7 @@ public class Plugin : FileFlows.Plugin.IPlugin
{
public Guid Uid => new Guid("881b486b-4b38-4e66-b39e-fbc0fc9deee1");
public string Name => "Video Nodes";
- public string MinimumVersion => "0.9.0.1487";
+ public string MinimumVersion => "1.0.0.1864";
public void Init()
{
diff --git a/VideoNodes/VideoNodes.csproj b/VideoNodes/VideoNodes.csproj
index 945275c4..a20f6297 100644
--- a/VideoNodes/VideoNodes.csproj
+++ b/VideoNodes/VideoNodes.csproj
@@ -6,8 +6,8 @@
enable
true
true
- 0.9.4.168
- 0.9.4.168
+ 1.0.0.169
+ 1.0.0.169
true
FileFlows
John Andrews