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] 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 8d1ab84..4a5d030 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 +}