Fixes external dependencies in updated module manifest files #7

Merged
OCram85 merged 12 commits from fixExtDeps into master 2022-07-27 14:27:45 +02:00
Showing only changes of commit bfb18cd684 - Show all commits

View File

@ -43,7 +43,7 @@ Describe 'Update-ModuleMeta' {
}
It 'Update test module manifest' {
{ Update-ModuleMeta } | Should -Not -Throw
$data = Test-ModuleManifest -Path './resources/MyModule.psd1'
$data = Import-PowerShellDataFile -Path './resources/MyModule.psd1'
$data.ModuleVersion | Should -Be '9.9.9'
$data.PrivateData.PSData.Prerelease | Should -Be 'dev9'
}