Skip to content

Commit

Permalink
deprecate win10 21h2
Browse files Browse the repository at this point in the history
  • Loading branch information
13xforever committed Jun 14, 2023
1 parent 7ad715b commit bb85e7b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VkDiag/Program.OsInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ private static (OsSupportStatus status, string name) GetWindowsInfo(Version wind
case 19041: return (OsSupportStatus.Deprecated, "10 2004");
case 19042: return (OsSupportStatus.Deprecated, "10 20H2");
case 19043: return (OsSupportStatus.Deprecated, "10 21H1");
case 19044: return (OsSupportStatus.Supported, "10 21H2");
case 19044: return (OsSupportStatus.Deprecated, "10 21H2");
case 19045: return (OsSupportStatus.Supported, "10 22H2");

// https://learn.microsoft.com/en-us/lifecycle/products/windows-11-home-and-pro
Expand Down
2 changes: 1 addition & 1 deletion VkDiag/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace VkDiag
{
internal static partial class Program
{
private const string VkDiagVersion = "1.2.0";
private const string VkDiagVersion = "1.2.1";

private static bool isAdmin = false;
private static bool autofix = false;
Expand Down
2 changes: 1 addition & 1 deletion VkDiag/VkDiag.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Mono.Options" Version="6.12.0.148" />
<PackageReference Include="System.Text.Json" Version="7.0.2" />
<PackageReference Include="System.Text.Json" Version="7.0.3" />
</ItemGroup>

<Target Name="MergeLibs" AfterTargets="Build" Condition="'$(Configuration)'=='Release'">
Expand Down

0 comments on commit bb85e7b

Please sign in to comment.