Skip to content

ModuleFast adds trailing zeros to version numbers #3

@o-l-a-v

Description

@o-l-a-v

Reproduce

Install SetBIOS which in PowerShellGallery has version 1.0.

What happens

ModuleFast creates a folder 1.0.0, instead of 1.0.

This is a problem because

  • ModuleFast installs duplicate on top of what is already installed by PowerShellGet or PackageManagement.
  • Sorting on [System.Version], 1.0.0 counts as newer/higher than 1.0.

Expected behavior

ModuleFast does not modify version number from PowerShellGallery.

Screenshot

image

First folder 1.0 was installed by PackageManagement\Save-Package, 1.0.0 was installed using ModuleFast.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions