diff --git a/src/IdLE.Core/IdLE.Core.psd1 b/src/IdLE.Core/IdLE.Core.psd1 index 48385a27..366a2845 100644 --- a/src/IdLE.Core/IdLE.Core.psd1 +++ b/src/IdLE.Core/IdLE.Core.psd1 @@ -1,6 +1,6 @@ @{ RootModule = 'IdLE.Core.psm1' - ModuleVersion = '0.9.1' + ModuleVersion = '0.9.2' GUID = 'c6232cd4-6fe9-4c37-a87b-eed8ce7e3517' Author = 'Matthias Fleschuetz' Copyright = '(c) Matthias Fleschuetz. All rights reserved.' @@ -22,10 +22,14 @@ PrivateData = @{ PSData = @{ - 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' + Tags = @('IdentityLifecycleEngine', 'IdLE', 'Core', 'Engine', 'Workflow', 'Plan', 'Execution', 'Validation') + LicenseUri = 'https://www.apache.org/licenses/LICENSE-2.0' + ProjectUri = 'https://github.com/blindzero/IdentityLifecycleEngine' + ReleaseNotes = 'https://github.com/blindzero/IdentityLifecycleEngine/releases' + HelpInfoUri = 'https://blindzero.github.io/IdentityLifecycleEngine/' + ContactEmail = '13959569+blindzero@users.noreply.github.com' + RepositoryUrl = 'https://github.com/blindzero/IdentityLifecycleEngine' + BugTrackerUrl = 'https://github.com/blindzero/IdentityLifecycleEngine/issues' } } } diff --git a/src/IdLE.Provider.AD/IdLE.Provider.AD.psd1 b/src/IdLE.Provider.AD/IdLE.Provider.AD.psd1 index 7d34cf07..b73b3940 100644 --- a/src/IdLE.Provider.AD/IdLE.Provider.AD.psd1 +++ b/src/IdLE.Provider.AD/IdLE.Provider.AD.psd1 @@ -1,6 +1,6 @@ @{ RootModule = 'IdLE.Provider.AD.psm1' - ModuleVersion = '0.9.1' + ModuleVersion = '0.9.2' GUID = '8a7f3c2e-9b4d-4e1a-a8c6-5f9d2b1e3a4c' Author = 'Matthias Fleschuetz' Copyright = '(c) Matthias Fleschuetz. All rights reserved.' @@ -14,9 +14,13 @@ PrivateData = @{ PSData = @{ Tags = @('IdentityLifecycleEngine', 'IdLE', 'Provider', 'ActiveDirectory', 'AD') - LicenseUri = 'https://www.apache.org/licenses/LICENSE-2.0' - ProjectUri = 'https://github.com/blindzero/IdentityLifecycleEngine' - ContactEmail = '13959569+blindzero@users.noreply.github.com' + LicenseUri = 'https://www.apache.org/licenses/LICENSE-2.0' + ProjectUri = 'https://github.com/blindzero/IdentityLifecycleEngine' + ReleaseNotes = 'https://github.com/blindzero/IdentityLifecycleEngine/releases' + HelpInfoUri = 'https://blindzero.github.io/IdentityLifecycleEngine/' + ContactEmail = '13959569+blindzero@users.noreply.github.com' + RepositoryUrl = 'https://github.com/blindzero/IdentityLifecycleEngine' + BugTrackerUrl = 'https://github.com/blindzero/IdentityLifecycleEngine/issues' } } } diff --git a/src/IdLE.Provider.DirectorySync.EntraConnect/IdLE.Provider.DirectorySync.EntraConnect.psd1 b/src/IdLE.Provider.DirectorySync.EntraConnect/IdLE.Provider.DirectorySync.EntraConnect.psd1 index ab8c7aeb..2e256825 100644 --- a/src/IdLE.Provider.DirectorySync.EntraConnect/IdLE.Provider.DirectorySync.EntraConnect.psd1 +++ b/src/IdLE.Provider.DirectorySync.EntraConnect/IdLE.Provider.DirectorySync.EntraConnect.psd1 @@ -1,6 +1,6 @@ @{ RootModule = 'IdLE.Provider.DirectorySync.EntraConnect.psm1' - ModuleVersion = '0.9.1' + ModuleVersion = '0.9.2' GUID = 'a1b2c3d4-5e6f-7890-abcd-ef1234567890' Author = 'Matthias Fleschuetz' Copyright = '(c) Matthias Fleschuetz. All rights reserved.' @@ -14,9 +14,13 @@ PrivateData = @{ PSData = @{ Tags = @('IdentityLifecycleEngine', 'IdLE', 'Provider', 'DirectorySync', 'EntraConnect') - LicenseUri = 'https://www.apache.org/licenses/LICENSE-2.0' - ProjectUri = 'https://github.com/blindzero/IdentityLifecycleEngine' - ContactEmail = '13959569+blindzero@users.noreply.github.com' + LicenseUri = 'https://www.apache.org/licenses/LICENSE-2.0' + ProjectUri = 'https://github.com/blindzero/IdentityLifecycleEngine' + ReleaseNotes = 'https://github.com/blindzero/IdentityLifecycleEngine/releases' + HelpInfoUri = 'https://blindzero.github.io/IdentityLifecycleEngine/' + ContactEmail = '13959569+blindzero@users.noreply.github.com' + RepositoryUrl = 'https://github.com/blindzero/IdentityLifecycleEngine' + BugTrackerUrl = 'https://github.com/blindzero/IdentityLifecycleEngine/issues' } } } diff --git a/src/IdLE.Provider.EntraID/IdLE.Provider.EntraID.psd1 b/src/IdLE.Provider.EntraID/IdLE.Provider.EntraID.psd1 index 5c3d8505..7f4ca6e7 100644 --- a/src/IdLE.Provider.EntraID/IdLE.Provider.EntraID.psd1 +++ b/src/IdLE.Provider.EntraID/IdLE.Provider.EntraID.psd1 @@ -1,6 +1,6 @@ @{ RootModule = 'IdLE.Provider.EntraID.psm1' - ModuleVersion = '0.9.1' + ModuleVersion = '0.9.2' GUID = 'b2c3d4e5-f6a7-4b8c-9d0e-1f2a3b4c5d6e' Author = 'Matthias Fleschuetz' Copyright = '(c) Matthias Fleschuetz. All rights reserved.' @@ -14,9 +14,13 @@ PrivateData = @{ PSData = @{ Tags = @('IdentityLifecycleEngine', 'IdLE', 'Provider', 'EntraID', 'AzureAD', 'MicrosoftGraph') - LicenseUri = 'https://www.apache.org/licenses/LICENSE-2.0' - ProjectUri = 'https://github.com/blindzero/IdentityLifecycleEngine' - ContactEmail = '13959569+blindzero@users.noreply.github.com' + LicenseUri = 'https://www.apache.org/licenses/LICENSE-2.0' + ProjectUri = 'https://github.com/blindzero/IdentityLifecycleEngine' + ReleaseNotes = 'https://github.com/blindzero/IdentityLifecycleEngine/releases' + HelpInfoUri = 'https://blindzero.github.io/IdentityLifecycleEngine/' + ContactEmail = '13959569+blindzero@users.noreply.github.com' + RepositoryUrl = 'https://github.com/blindzero/IdentityLifecycleEngine' + BugTrackerUrl = 'https://github.com/blindzero/IdentityLifecycleEngine/issues' } } } diff --git a/src/IdLE.Provider.ExchangeOnline/IdLE.Provider.ExchangeOnline.psd1 b/src/IdLE.Provider.ExchangeOnline/IdLE.Provider.ExchangeOnline.psd1 index b3c59c69..be6e968b 100644 --- a/src/IdLE.Provider.ExchangeOnline/IdLE.Provider.ExchangeOnline.psd1 +++ b/src/IdLE.Provider.ExchangeOnline/IdLE.Provider.ExchangeOnline.psd1 @@ -1,6 +1,6 @@ @{ RootModule = 'IdLE.Provider.ExchangeOnline.psm1' - ModuleVersion = '0.9.1' + ModuleVersion = '0.9.2' GUID = 'e8f9a3b1-4c2d-4a5b-9f7e-3d2c1a9b8e7f' Author = 'Matthias Fleschuetz' Copyright = '(c) Matthias Fleschuetz. All rights reserved.' @@ -13,10 +13,14 @@ PrivateData = @{ PSData = @{ - Tags = @('IdentityLifecycleEngine', 'IdLE', 'Provider', 'ExchangeOnline', 'Mailbox') - LicenseUri = 'https://www.apache.org/licenses/LICENSE-2.0' - ProjectUri = 'https://github.com/blindzero/IdentityLifecycleEngine' - ContactEmail = '13959569+blindzero@users.noreply.github.com' + Tags = @('IdentityLifecycleEngine', 'IdLE', 'Provider', 'ExchangeOnline', 'Mailbox', 'EXO') + LicenseUri = 'https://www.apache.org/licenses/LICENSE-2.0' + ProjectUri = 'https://github.com/blindzero/IdentityLifecycleEngine' + ReleaseNotes = 'https://github.com/blindzero/IdentityLifecycleEngine/releases' + HelpInfoUri = 'https://blindzero.github.io/IdentityLifecycleEngine/' + ContactEmail = '13959569+blindzero@users.noreply.github.com' + RepositoryUrl = 'https://github.com/blindzero/IdentityLifecycleEngine' + BugTrackerUrl = 'https://github.com/blindzero/IdentityLifecycleEngine/issues' } } } diff --git a/src/IdLE.Provider.Mock/IdLE.Provider.Mock.psd1 b/src/IdLE.Provider.Mock/IdLE.Provider.Mock.psd1 index c24fc3bc..e97ea3b7 100644 --- a/src/IdLE.Provider.Mock/IdLE.Provider.Mock.psd1 +++ b/src/IdLE.Provider.Mock/IdLE.Provider.Mock.psd1 @@ -1,6 +1,6 @@ @{ RootModule = 'IdLE.Provider.Mock.psm1' - ModuleVersion = '0.9.1' + ModuleVersion = '0.9.2' GUID = 'e661d3d6-1797-4cb1-b173-474982dbd653' Author = 'Matthias Fleschuetz' Copyright = '(c) Matthias Fleschuetz. All rights reserved.' @@ -13,10 +13,14 @@ PrivateData = @{ PSData = @{ - 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' + Tags = @('IdentityLifecycleEngine', 'IdLE', 'Provider', 'Mock', 'Testing') + LicenseUri = 'https://www.apache.org/licenses/LICENSE-2.0' + ProjectUri = 'https://github.com/blindzero/IdentityLifecycleEngine' + ReleaseNotes = 'https://github.com/blindzero/IdentityLifecycleEngine/releases' + HelpInfoUri = 'https://blindzero.github.io/IdentityLifecycleEngine/' + ContactEmail = '13959569+blindzero@users.noreply.github.com' + RepositoryUrl = 'https://github.com/blindzero/IdentityLifecycleEngine' + BugTrackerUrl = 'https://github.com/blindzero/IdentityLifecycleEngine/issues' } } } diff --git a/src/IdLE.Steps.Common/IdLE.Steps.Common.psd1 b/src/IdLE.Steps.Common/IdLE.Steps.Common.psd1 index 9526e698..bb69fac3 100644 --- a/src/IdLE.Steps.Common/IdLE.Steps.Common.psd1 +++ b/src/IdLE.Steps.Common/IdLE.Steps.Common.psd1 @@ -1,6 +1,6 @@ @{ RootModule = 'IdLE.Steps.Common.psm1' - ModuleVersion = '0.9.1' + ModuleVersion = '0.9.2' GUID = '9bdf5e97-0344-4191-82ed-c534bd7cb9b5' Author = 'Matthias Fleschuetz' Copyright = '(c) Matthias Fleschuetz. All rights reserved.' @@ -23,10 +23,14 @@ PrivateData = @{ PSData = @{ - 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' + Tags = @('IdentityLifecycleEngine', 'IdLE', 'Steps', 'Common', 'Builtin') + LicenseUri = 'https://www.apache.org/licenses/LICENSE-2.0' + ProjectUri = 'https://github.com/blindzero/IdentityLifecycleEngine' + ReleaseNotes = 'https://github.com/blindzero/IdentityLifecycleEngine/releases' + HelpInfoUri = 'https://blindzero.github.io/IdentityLifecycleEngine/' + ContactEmail = '13959569+blindzero@users.noreply.github.com' + RepositoryUrl = 'https://github.com/blindzero/IdentityLifecycleEngine' + BugTrackerUrl = 'https://github.com/blindzero/IdentityLifecycleEngine/issues' } } } diff --git a/src/IdLE.Steps.DirectorySync/IdLE.Steps.DirectorySync.psd1 b/src/IdLE.Steps.DirectorySync/IdLE.Steps.DirectorySync.psd1 index ed07b09c..d03ff75e 100644 --- a/src/IdLE.Steps.DirectorySync/IdLE.Steps.DirectorySync.psd1 +++ b/src/IdLE.Steps.DirectorySync/IdLE.Steps.DirectorySync.psd1 @@ -1,6 +1,6 @@ @{ RootModule = 'IdLE.Steps.DirectorySync.psm1' - ModuleVersion = '0.9.1' + ModuleVersion = '0.9.2' GUID = 'b2c3d4e5-6f78-9012-bcde-f12345678901' Author = 'Matthias Fleschuetz' Copyright = '(c) Matthias Fleschuetz. All rights reserved.' @@ -19,10 +19,14 @@ PrivateData = @{ PSData = @{ - Tags = @('IdentityLifecycleEngine', 'IdLE', 'Steps', 'DirectorySync') - LicenseUri = 'https://www.apache.org/licenses/LICENSE-2.0' - ProjectUri = 'https://github.com/blindzero/IdentityLifecycleEngine' - ContactEmail = '13959569+blindzero@users.noreply.github.com' + Tags = @('IdentityLifecycleEngine', 'IdLE', 'Steps', 'DirectorySync', 'Synchronization') + LicenseUri = 'https://www.apache.org/licenses/LICENSE-2.0' + ProjectUri = 'https://github.com/blindzero/IdentityLifecycleEngine' + ReleaseNotes = 'https://github.com/blindzero/IdentityLifecycleEngine/releases' + HelpInfoUri = 'https://blindzero.github.io/IdentityLifecycleEngine/' + ContactEmail = '13959569+blindzero@users.noreply.github.com' + RepositoryUrl = 'https://github.com/blindzero/IdentityLifecycleEngine' + BugTrackerUrl = 'https://github.com/blindzero/IdentityLifecycleEngine/issues' } } } diff --git a/src/IdLE.Steps.Mailbox/IdLE.Steps.Mailbox.psd1 b/src/IdLE.Steps.Mailbox/IdLE.Steps.Mailbox.psd1 index b07d5d3d..647ddce9 100644 --- a/src/IdLE.Steps.Mailbox/IdLE.Steps.Mailbox.psd1 +++ b/src/IdLE.Steps.Mailbox/IdLE.Steps.Mailbox.psd1 @@ -1,6 +1,6 @@ @{ RootModule = 'IdLE.Steps.Mailbox.psm1' - ModuleVersion = '0.9.1' + ModuleVersion = '0.9.2' GUID = 'f7e6d5c4-b3a2-9180-7e6f-5d4c3b2a1908' Author = 'Matthias Fleschuetz' Copyright = '(c) Matthias Fleschuetz. All rights reserved.' @@ -19,9 +19,13 @@ PrivateData = @{ PSData = @{ Tags = @('IdentityLifecycleEngine', 'IdLE', 'Steps', 'Mailbox') - LicenseUri = 'https://www.apache.org/licenses/LICENSE-2.0' - ProjectUri = 'https://github.com/blindzero/IdentityLifecycleEngine' - ContactEmail = '13959569+blindzero@users.noreply.github.com' + LicenseUri = 'https://www.apache.org/licenses/LICENSE-2.0' + ProjectUri = 'https://github.com/blindzero/IdentityLifecycleEngine' + ReleaseNotes = 'https://github.com/blindzero/IdentityLifecycleEngine/releases' + HelpInfoUri = 'https://blindzero.github.io/IdentityLifecycleEngine/' + ContactEmail = '13959569+blindzero@users.noreply.github.com' + RepositoryUrl = 'https://github.com/blindzero/IdentityLifecycleEngine' + BugTrackerUrl = 'https://github.com/blindzero/IdentityLifecycleEngine/issues' } } } diff --git a/src/IdLE/IdLE.Init.ps1 b/src/IdLE/IdLE.Init.ps1 index 9f75ef4c..28e02679 100644 --- a/src/IdLE/IdLE.Init.ps1 +++ b/src/IdLE/IdLE.Init.ps1 @@ -35,7 +35,8 @@ if ($PSScriptRoot) { break } } catch { - # Ignore resolution errors + # Non-fatal: path resolution can fail for invalid entries. + Write-Verbose "Skipping unresolved PSModulePath entry: $p" } } } diff --git a/src/IdLE/IdLE.psd1 b/src/IdLE/IdLE.psd1 index f668cae3..344c02a5 100644 --- a/src/IdLE/IdLE.psd1 +++ b/src/IdLE/IdLE.psd1 @@ -1,6 +1,6 @@ @{ RootModule = 'IdLE.psm1' - ModuleVersion = '0.9.1' + ModuleVersion = '0.9.2' GUID = 'e2f1c3a4-7b9d-4f2a-8c3e-1d5b6a7c8e9f' Author = 'Matthias Fleschuetz' Copyright = '(c) Matthias Fleschuetz. All rights reserved.' @@ -39,9 +39,13 @@ PrivateData = @{ PSData = @{ 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' + LicenseUri = 'https://www.apache.org/licenses/LICENSE-2.0' + ProjectUri = 'https://github.com/blindzero/IdentityLifecycleEngine' + ReleaseNotes = 'https://github.com/blindzero/IdentityLifecycleEngine/releases' + HelpInfoUri = 'https://blindzero.github.io/IdentityLifecycleEngine/' + ContactEmail = '13959569+blindzero@users.noreply.github.com' + RepositoryUrl = 'https://github.com/blindzero/IdentityLifecycleEngine' + BugTrackerUrl = 'https://github.com/blindzero/IdentityLifecycleEngine/issues' } } }