Added missing Windows 10 release IDs
This commit is contained in:
parent
164a29c61d
commit
2f1a25e27e
@ -20,6 +20,9 @@ namespace DerpingDrivers.Util
|
||||
/// </summary>
|
||||
public static class OsVersionInfo
|
||||
{
|
||||
/// <summary>
|
||||
/// https://en.wikipedia.org/wiki/Windows_10_version_history#Channels
|
||||
/// </summary>
|
||||
private static readonly List<string> Windows10ReleaseIds = new List<string>
|
||||
{
|
||||
"1507",
|
||||
@ -28,7 +31,10 @@ namespace DerpingDrivers.Util
|
||||
"1709",
|
||||
"1803",
|
||||
"1809",
|
||||
"1903"
|
||||
"1903",
|
||||
"1909",
|
||||
"2004",
|
||||
"20H2"
|
||||
};
|
||||
|
||||
#region SERVICE PACK
|
||||
|
Loading…
Reference in New Issue
Block a user