From 4e6dc549804bc24d816dfb0b4fef2f147f9478a2 Mon Sep 17 00:00:00 2001 From: Adam Driscoll Date: Thu, 18 Jul 2024 16:33:31 -0500 Subject: [PATCH] Update Universal.Notifications.psd1 --- .../Universal.Notifications/Universal.Notifications.psd1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Notifications/Universal.Notifications/Universal.Notifications.psd1 b/Notifications/Universal.Notifications/Universal.Notifications.psd1 index 464b0b6..3a5ddfa 100644 --- a/Notifications/Universal.Notifications/Universal.Notifications.psd1 +++ b/Notifications/Universal.Notifications/Universal.Notifications.psd1 @@ -12,7 +12,7 @@ RootModule = '.\Universal.Notifications.psm1' # Version number of this module. - ModuleVersion = '0.0.4' + ModuleVersion = '0.0.5' # Supported PSEditions # CompatiblePSEditions = @() @@ -51,7 +51,7 @@ # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module - RequiredModules = @("PSHtml", "PSTeams") + RequiredModules = @("PSWriteHtml", "PSTeams") # Assemblies that must be loaded prior to importing this module # RequiredAssemblies = @()