Skip to content

pspm installs older version of modules even if it is specified as Latest #62

@mkht

Description

@mkht

In case

PS> Find-Module VMWare.PowerCLI -AllVersions -AllowPrerelease | select Version,Name
Version              Name           
-------              ----           
10.1.1.8827524       VMware.PowerCLI
10.1.0.8403314       VMware.PowerCLI
10.0.0.7895300       VMware.PowerCLI
10.0.0-beta7736736   VMware.PowerCLI
6.5.4.7155375        VMware.PowerCLI
6.5.3.6870460        VMware.PowerCLI
6.5.2.6268016        VMware.PowerCLI
6.5.1.5377412        VMware.PowerCLI

pspm install will install v6.5.4.7155375 even if it is not specified version.

PS> pspm install VMWare.PowerCLI
VMWare.PowerCLI@6.5.4.7155375: Downloading module.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions