A Mango phone (Windows Phone 7.5/Windows Phone OS 7.1) at my hand says "7.10.XXXX" when I executed the following code:
System.Environment.OSVersion.Version.ToString()
I expected "7.1.XXXX".
Why is the minor version number (the second number) "10" (not "1")?
Is there any convention to interpret "10" as "1" ???