diff --git a/FogApi/Public/Set-FogSnapins.ps1 b/FogApi/Public/Set-FogSnapins.ps1 index e3942ef..9b9601a 100644 --- a/FogApi/Public/Set-FogSnapins.ps1 +++ b/FogApi/Public/Set-FogSnapins.ps1 @@ -49,7 +49,7 @@ they could then be deployed with start-fogsnapins } # } })] - [string]$pkgList, + [string[]]$pkgList, [parameter(ParameterSetName='byId')] [parameter(ParameterSetName='byObject')] [switch]$exactNames, diff --git a/docs/ReleaseNotes.md b/docs/ReleaseNotes.md index e1ae763..9c788f0 100644 --- a/docs/ReleaseNotes.md +++ b/docs/ReleaseNotes.md @@ -5,6 +5,7 @@ ### 2408.9.1 resolves Auto add aliases on build #9 + ### 2408.9.0 Major version doc updates, added many new functions and implemented some pipeline functionality