OlafHaag / chocolatey-packages

Configurations for community packages on chocolatey.org, a Windows package/software manager.
MIT License
6 stars 4 forks source link

jamovi: Get-FixVersion introduces extra 0's #16

Closed Gootjes closed 4 years ago

Gootjes commented 4 years ago

The usage of fix version here changes version 1.0.7.0 to 1.0.7.000. Which is technically not true, and it means users have to type --version=1.0.7.000 instead of the more intuitive --version=1.0.7.0 to get the right version. The normal Get-Version does not do this.

Is there a reason that I am unaware of doing this? Maybe it caused #15 .

OlafHaag commented 4 years ago

I agree. Should be more intuitive with the next jamovi updates.

OlafHaag commented 4 years ago

With Get-FixVersion there's always at leat 1 appended extra zero.