From a2bc50aeb0bd42b10484a43c6ca9843bbec9c238 Mon Sep 17 00:00:00 2001 From: Even Martinsen <154437017+evenmartinsen@users.noreply.github.com> Date: Mon, 21 Oct 2024 14:35:50 +0200 Subject: [PATCH 1/3] Remove flagged URI Removed due to various AV's flagging the link as malicious thus flagging and quarentining the module. --- ImportExcel.psd1 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ImportExcel.psd1 b/ImportExcel.psd1 index 8d1ab846..4a5d0306 100644 --- a/ImportExcel.psd1 +++ b/ImportExcel.psd1 @@ -150,7 +150,6 @@ Check out the How To Videos https://www.youtube.com/watch?v=U3Ne_yX4tYo&list=PL5 Tags = @("Excel", "EPPlus", "Export", "Import") # The web address of an icon which can be used in galleries to represent this module - #IconUri = "http://pesterbdd.com/images/Pester.png" # The web address of this module's project or support homepage. ProjectUri = "https://github.com/dfinke/ImportExcel" @@ -215,4 +214,4 @@ Check out the How To Videos https://www.youtube.com/watch?v=U3Ne_yX4tYo&list=PL5 # Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix. # DefaultCommandPrefix = '' -} \ No newline at end of file +} From 5a61c5dda472c76f116ae9c47f81fb2628b742ec Mon Sep 17 00:00:00 2001 From: Even Martinsen <154437017+evenmartinsen@users.noreply.github.com> Date: Mon, 21 Oct 2024 14:37:55 +0200 Subject: [PATCH 2/3] Re-add icon variable (Commented) re-added variable for easier modification in the future. --- ImportExcel.psd1 | 1 + 1 file changed, 1 insertion(+) diff --git a/ImportExcel.psd1 b/ImportExcel.psd1 index 4a5d0306..3a703478 100644 --- a/ImportExcel.psd1 +++ b/ImportExcel.psd1 @@ -150,6 +150,7 @@ Check out the How To Videos https://www.youtube.com/watch?v=U3Ne_yX4tYo&list=PL5 Tags = @("Excel", "EPPlus", "Export", "Import") # The web address of an icon which can be used in galleries to represent this module + #IconUri = # The web address of this module's project or support homepage. ProjectUri = "https://github.com/dfinke/ImportExcel" From fb41d3de83cf674ea565cd1ae03a3bb27f9d8d0c Mon Sep 17 00:00:00 2001 From: dfinke Date: Mon, 21 Oct 2024 19:39:44 -0400 Subject: [PATCH 3/3] chore: Update module version to 7.8.10 --- ImportExcel.psd1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ImportExcel.psd1 b/ImportExcel.psd1 index 3a703478..b9a6148c 100644 --- a/ImportExcel.psd1 +++ b/ImportExcel.psd1 @@ -6,7 +6,7 @@ RootModule = 'ImportExcel.psm1' # Version number of this module. - ModuleVersion = '7.8.9' + ModuleVersion = '7.8.10' # ID used to uniquely identify this module GUID = '60dd4136-feff-401a-ba27-a84458c57ede'