this is not valid:
1.0.250651.0
The version consists of two 32-bit integers, defined by four 16-bit integers. For example, "FILEVERSION 3,10,0,61" is translated into two doublewords: 0x0003000a and 0x0000003d, in that order.
https://learn.microsoft.com/windows/win32/menurc/versioninfo-resource
this means the maximum value for any of the four number is 0xFFFF, or 65535