I want to get Operating System name and version of windows phone using C#. I am trying System.Environment.OSVersion
but it says OSVersion
not found in System.Environment
System.Environment.OSVersion
will not work in Windows 8.1, because win 8.1 has many several versions. I think they will fix this bug when release newer versions.