From f9ff48a13bbb8f0a218db634fd4c6ea77fd302fc Mon Sep 17 00:00:00 2001 From: Matthias Fleschuetz <13959569+blindzero@users.noreply.github.com> Date: Sun, 11 Jan 2026 01:50:56 +0100 Subject: [PATCH] fix: PSD1 manifest must not contain whitespace in tags --- src/IdLE.Core/IdLE.Core.psd1 | 2 +- src/IdLE.Provider.Mock/IdLE.Provider.Mock.psd1 | 2 +- src/IdLE.Steps.Common/IdLE.Steps.Common.psd1 | 2 +- src/IdLE/IdLE.psd1 | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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'