Still looking for a way to simply get the current OS version (e.g. OS Version:10.0.14393.0) from a C#/UWP iot-core app. Pointers? If I search the web, I get jumbles of confusing hacks.
The version number for iot-core being very significant, we find statements like this all over the place "This branch supports the lastest windows IoTCore release available ( currently 1607, version number 10.0.14393.x )" And windows 10 UWP devices now do automatic OS updates. So how do I get this information from the device (iot-core/UWP) at runtime?
Note: "Environment.OSVersion.Version" is apparently not available so this is not a duplicate to post How to get OS version number?