HandyOrg / HandyWinGet

GUI for installing apps through WinGet and Creating Yaml file
MIT License
380 stars 33 forks source link

Latest version not always reported correctly. #13

Closed tardis4500 closed 3 years ago

tardis4500 commented 3 years ago

Looking at pgAdmin4, the latest version in the available versions list is 4.3.0.0 but in the "Latest Version" column it says the latest version is 4.29.0.0.

ghost1372 commented 3 years ago

The program sorts the versions in ascending order Since the version number is registered as 2 digits (x.29.x.x) and the next version is 1 digit (x.3.x.x), it causes interference The program incorrectly compares 29 with 3 and returns an incorrect result I hope I can solve this problem

tardis4500 commented 3 years ago

That is not what I am seeing. The version in the drop down is 4.30.0.0 followed by 4.29.0.0. I have attached a screen shot showing they are sorted correctly in the versions list. Capture

ghost1372 commented 3 years ago

@tardis4500 oh you right, I will try to solve this problem soon

ghost1372 commented 3 years ago

@tardis4500 try new version 3.0.0.0 https://github.com/HandyOrg/HandyWinGet/releases/tag/v3.0.0.0