From ddccd22e7063a706988d23aefc6cd8ae53567d8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20H=C3=B6glinger-Stelzer?= Date: Thu, 25 Oct 2018 16:15:15 +0200 Subject: [PATCH] Added ReleaseId to Windows 10 product name --- DerpingDrivers/Util/OSVersionInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DerpingDrivers/Util/OSVersionInfo.cs b/DerpingDrivers/Util/OSVersionInfo.cs index e452d14..534427c 100644 --- a/DerpingDrivers/Util/OSVersionInfo.cs +++ b/DerpingDrivers/Util/OSVersionInfo.cs @@ -769,7 +769,7 @@ namespace DerpingDrivers.Util switch (productType) { case 1: - return "Windows 10"; + return $"Windows 10 ({ReleaseId})"; case 3: switch (releaseId) {