Maximum possible length of FileVersionInfo.FileVersion string on Windows
See the question and my original answer on StackOverflowMSDN says it's composed of 4x16-bit numbers. So I would say 5 (max for a short is 65535) * 4 + 3 dots, so a maximum size of 23 characters.