From 495b4f59b8ba49e169d3396724c9c59d546e7002 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20MICHEL?= Date: Mon, 16 Sep 2024 11:27:47 +0200 Subject: [PATCH] V1.7 --- EasyPIM/EasyPIM.psd1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/EasyPIM/EasyPIM.psd1 b/EasyPIM/EasyPIM.psd1 index 5411dc5..052c67f 100644 --- a/EasyPIM/EasyPIM.psd1 +++ b/EasyPIM/EasyPIM.psd1 @@ -4,7 +4,7 @@ RootModule = 'EasyPIM.psm1' # Version number of this module. -ModuleVersion = '1.6.7' +ModuleVersion = '1.7' # Supported PSEditions # CompatiblePSEditions = @() @@ -127,7 +127,7 @@ PrivateData = @{ PSData = @{ # Tags applied to this module. These help with module discovery in online galleries. - Tags = @("Azure","PIM","EntraID") + Tags = @("Azure","PIM","EntraID","Identity","Privileged Identity Management") # A URL to the license for this module. LicenseUri = 'https://github.com/kayasax/EasyPIM/blob/main/LICENSE'