StartAutomating/PSDevOps

PublishPowerShellModule fails to publish 2+ digit minversion revisions

Closed this issue · 0 comments

If a module is published with a version of 0.0.10, it will not update, because it considers 0.0.9 to be greater.

This is probably due to a string comparison (instead of a Version comparison)