go-fileversion icon indicating copy to clipboard operation
go-fileversion copied to clipboard

Go wrapper for querying windows version-information resource.

Results 3 go-fileversion issues
Sort by recently updated
recently updated
newest added

Hi ! I propose a fix for the inversion of word parsing order for the Patch/Build field in Fileversion and ProductVersion, following the description in https://learn.microsoft.com/en-us/windows/win32/menurc/versioninfo-resource Best

When a Windows application is built and I look at the file's Properties, and then the Details tab, the file version values are in the order I would expect, Mahor,...

The build part should comes before the patch private part as usual. ![image](https://user-images.githubusercontent.com/16368559/135704342-a3fdcc9d-91bf-4e85-a9bc-60df61614424.png) ![image](https://user-images.githubusercontent.com/16368559/135704348-eb9d471d-c0f1-4dc3-bf45-88248a953fe2.png)