From e6ec048df04bbc53f27700e5f7fb760d888f0a55 Mon Sep 17 00:00:00 2001 From: Mikael Karlsson <43226266+Micke-K@users.noreply.github.com> Date: Thu, 4 May 2023 23:42:37 +1000 Subject: [PATCH] 3.9.0 Module Added version in the module file --- CloudAPIPowerShellManagement.psd1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CloudAPIPowerShellManagement.psd1 b/CloudAPIPowerShellManagement.psd1 index 7b4a126..175b7c2 100644 --- a/CloudAPIPowerShellManagement.psd1 +++ b/CloudAPIPowerShellManagement.psd1 @@ -12,7 +12,7 @@ RootModule = 'CloudAPIPowerShellManagement.psm1' # Version number of this module. -ModuleVersion = '3.8.1' +ModuleVersion = '3.9.0' # Supported PSEditions # CompatiblePSEditions = @() @@ -27,7 +27,7 @@ Author = 'Mikael Karlsson' # CompanyName = '' # Copyright statement for this module -Copyright = '(c) 2022 Mikael Karlsson. Software released under MIT License.' +Copyright = '(c) 2023 Mikael Karlsson. Software released under MIT License.' # Description of the functionality provided by this module Description = 'Management of Intune and Azure via Cloud APIs like Microsoft Graph API'