File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ public enum Windows10Release
66
66
/// <summary>
67
67
/// 10.0.19042.0 (20H02)
68
68
/// </summary>
69
- September2020 = 2009
69
+ October2020 = 2010
70
70
71
71
}
72
72
}
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ static WindowsVersionHelper()
31
31
{
32
32
if ( IsApiContractPresent ( 11 ) )
33
33
{
34
- Windows10Release = Windows10Release . September2020 ;
34
+ Windows10Release = Windows10Release . October2020 ;
35
35
} else if ( IsApiContractPresent ( 10 ) )
36
36
{
37
37
Windows10Release = Windows10Release . May2020 ;
@@ -87,9 +87,9 @@ static WindowsVersionHelper()
87
87
88
88
89
89
/// <summary>
90
- /// Gets a value indicating whether the current OS is Windows 10 September 2020 Update (20H02) or greater
90
+ /// Gets a value indicating whether the current OS is Windows 10 October 2020 Update (20H02) or greater
91
91
/// </summary>
92
- public static bool IsWindows10September2020OrGreater => IsWindows10 && Windows10Release >= Windows10Release . September2020 ;
92
+ public static bool IsWindows10October2020OrGreater => IsWindows10 && Windows10Release >= Windows10Release . October2020 ;
93
93
94
94
/// <summary>
95
95
/// Gets a value indicating whether the current OS is Windows 10 May 2020 Update (20H01) or greater
You can’t perform that action at this time.
0 commit comments