PowerShell / SecretManagement

PowerShell module to consistent usage of secrets through different extension vaults
MIT License
317 stars 46 forks source link

Fix missing dependency on WindowsPowerShell dotNetFramework 4.6.1 #191

Closed PaulHigin closed 2 years ago

PaulHigin commented 2 years ago

dotNetFramework 4.6.1 does not include the InteropServices.RuntimeInformation types, that are needed by the module. Fix is to include the binary in the module package.

This PR also contains CI release changes to update the build image.