diff --git a/src/IdLE.Core/IdLE.Core.psd1 b/src/IdLE.Core/IdLE.Core.psd1 index a0170e3..1eca63f 100644 --- a/src/IdLE.Core/IdLE.Core.psd1 +++ b/src/IdLE.Core/IdLE.Core.psd1 @@ -19,7 +19,7 @@ PrivateData = @{ PSData = @{ - Tags = @('Identity Lifecycle Engine', 'IdLE', 'Identity', 'Lifecycle', 'Automation', 'Identity Management', 'JML', 'Onboarding', 'Offboarding', 'Account Management') + Tags = @('IdentityLifecycleEngine', 'IdLE', 'Identity', 'Lifecycle', 'Automation', 'IdentityManagement', 'JML', 'Onboarding', 'Offboarding', 'AccountManagement') LicenseUri = 'https://www.apache.org/licenses/LICENSE-2.0' ProjectUri = 'https://github.com/blindzero/IdentityLifecycleEngine' ContactEmail = '13959569+blindzero@users.noreply.github.com' diff --git a/src/IdLE.Provider.Mock/IdLE.Provider.Mock.psd1 b/src/IdLE.Provider.Mock/IdLE.Provider.Mock.psd1 index e8e71df..32cedd9 100644 --- a/src/IdLE.Provider.Mock/IdLE.Provider.Mock.psd1 +++ b/src/IdLE.Provider.Mock/IdLE.Provider.Mock.psd1 @@ -13,7 +13,7 @@ PrivateData = @{ PSData = @{ - Tags = @('Identity Lifecycle Engine', 'IdLE', 'Provider', 'Mock') + Tags = @('IdentityLifecycleEngine', 'IdLE', 'Provider', 'Mock') LicenseUri = 'https://www.apache.org/licenses/LICENSE-2.0' ProjectUri = 'https://github.com/blindzero/IdentityLifecycleEngine' ContactEmail = '13959569+blindzero@users.noreply.github.com' diff --git a/src/IdLE.Steps.Common/IdLE.Steps.Common.psd1 b/src/IdLE.Steps.Common/IdLE.Steps.Common.psd1 index de58219..1f12b3e 100644 --- a/src/IdLE.Steps.Common/IdLE.Steps.Common.psd1 +++ b/src/IdLE.Steps.Common/IdLE.Steps.Common.psd1 @@ -15,7 +15,7 @@ PrivateData = @{ PSData = @{ - Tags = @('Identity Lifecycle Engine', 'IdLE', 'Steps') + Tags = @('IdentityLifecycleEngine', 'IdLE', 'Steps') LicenseUri = 'https://www.apache.org/licenses/LICENSE-2.0' ProjectUri = 'https://github.com/blindzero/IdentityLifecycleEngine' ContactEmail = '13959569+blindzero@users.noreply.github.com' diff --git a/src/IdLE/IdLE.psd1 b/src/IdLE/IdLE.psd1 index 03b2db4..ee1620d 100644 --- a/src/IdLE/IdLE.psd1 +++ b/src/IdLE/IdLE.psd1 @@ -28,7 +28,7 @@ PrivateData = @{ PSData = @{ - Tags = @('Identity Lifecycle Engine', 'IdLE', 'Identity', 'Lifecycle', 'Automation', 'Identity Management', 'JML', 'Onboarding', 'Offboarding', 'Account Management') + Tags = @('IdentityLifecycleEngine', 'IdLE', 'Identity', 'Lifecycle', 'Automation', 'IdentityManagement', 'JML', 'Onboarding', 'Offboarding', 'AccountManagement') LicenseUri = 'https://www.apache.org/licenses/LICENSE-2.0' ProjectUri = 'https://github.com/blindzero/IdentityLifecycleEngine' ContactEmail = '13959569+blindzero@users.noreply.github.com'