chocolatey / package-validator

Windows service to validate packages conform to package standards
Apache License 2.0
31 stars 29 forks source link

Note: Be aware of differences between version and software version #117

Open ferventcoder opened 8 years ago

ferventcoder commented 8 years ago

Leave a note when found. This will help in early detection of incorrect use of package fix version notation when not required.

AdmiringWorm commented 7 years ago

@ferventcoder I'm a little curious on this one, how would you plan for this to work? Download the binary file and check if file version matches the package version? I've seen quite a few times in the past that the file version of an installer isn't always incremented to match the software version (same goes for the program itself). Or do you plan to only check for this when a package fix notation is used?

ferventcoder commented 7 years ago

It's a note - and it's not exactly easy to implement this one.

ferventcoder commented 7 years ago

Note terminology - https://github.com/chocolatey/package-validator/wiki#notes

AdmiringWorm commented 7 years ago

I didn't mean on how it was meant to be displayed to mods/users (in this case as a note). But rather on how the detection itself would possibly work.

ferventcoder commented 7 years ago

That's to be determined still :D