-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
Using Microsoft.PowerShell.PSPowerShellGet 1.1.0 (PowerShellGet 3.0 project) you can install de last SecretManagment.KeePass module from Powershell Gallery with:
Install-PSResource -Name SecretManagement.KeePass -Repository PSGallery -TrustRepositoryYou can also download this with:
Save-PSResource -Name SecretManagement.KeePass -Repository PSGallery -TrustRepository -AsNupkg -Path c:\PATH_TO_FOLDERThis installs at the moment SecretManagement.KeePass version 0.9.2
Hovever, when looking up SecuritManagment.KeePass.psd1-file in the installed folder/nuget package, the version is set to 0.9.1.4 and SecuritManagment.KeePass.extension.psd1-file version 0.9.1.3
If you use the saved nuget in a file-repository, the module doesn't install due to the version differences in the different files.
Could the versionnumbers be synchronised again, to prevent this issue?
Metadata
Metadata
Assignees
Labels
No labels