PowerShell / SecretStore

MIT License
155 stars 23 forks source link

Fix missing dependency on Windows dotNetFramework 4.6.1 #92

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.