From b1b9ccb1796d208a74344f43c04501b4e0ad594e Mon Sep 17 00:00:00 2001 From: Lighto Date: Sat, 24 Feb 2024 14:00:58 +0200 Subject: [PATCH 1/2] Update plugins-manifest.json --- plugins-manifest.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/plugins-manifest.json b/plugins-manifest.json index 82c23b8..97995ef 100644 --- a/plugins-manifest.json +++ b/plugins-manifest.json @@ -259,11 +259,26 @@ "PublisherName": "Blast Apps", "Version": "1.0.0.0", "MinimumFluentSearchVersion": null, + "MaximumFluentSearchVersion": "1.0.0.32", "URL": "https://github.com/adirh3/Fluent-Search-Tasks/tree/main/Utilities/Open%20Apps%20Link%20Path", "DownloadURL": "https://raw.githubusercontent.com/adirh3/Fluent-Search-Tasks/main/Utilities/Open%20Apps%20Link%20Path/Lnk_files_in_App%20(1).yaml", "IconUrl": null, "IconGlyph": "", "IconBase64": null + }, + { + "PluginType": "Task", + "Name": "Open Apps Link Path", + "DisplayName": "Open Apps Link Path", + "Description": "Open the folder containing the .lnk file of an app", + "PublisherName": "Blast Apps", + "Version": "1.0.0.0", + "MinimumFluentSearchVersion": "1.0.0.33", + "URL": "https://github.com/adirh3/Fluent-Search-Tasks/tree/main/Utilities/Open%20Apps%20Link%20Path", + "DownloadURL": "https://raw.githubusercontent.com/adirh3/Fluent-Search-Tasks/main/Utilities/Open%20Apps%20Link%20Path/Lnk_files_in_App%20V2.yaml", + "IconUrl": null, + "IconGlyph": "", + "IconBase64": null }, { "PluginType": "Task", From b3c3cc251542351dd58bbfb466815eb784522a64 Mon Sep 17 00:00:00 2001 From: Lighto Date: Sat, 24 Feb 2024 14:03:42 +0200 Subject: [PATCH 2/2] Update plugins-manifest.json --- plugins-manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins-manifest.json b/plugins-manifest.json index 97995ef..32f714e 100644 --- a/plugins-manifest.json +++ b/plugins-manifest.json @@ -272,7 +272,7 @@ "DisplayName": "Open Apps Link Path", "Description": "Open the folder containing the .lnk file of an app", "PublisherName": "Blast Apps", - "Version": "1.0.0.0", + "Version": "1.1.0.0", "MinimumFluentSearchVersion": "1.0.0.33", "URL": "https://github.com/adirh3/Fluent-Search-Tasks/tree/main/Utilities/Open%20Apps%20Link%20Path", "DownloadURL": "https://raw.githubusercontent.com/adirh3/Fluent-Search-Tasks/main/Utilities/Open%20Apps%20Link%20Path/Lnk_files_in_App%20V2.yaml",