Add "Vcpkg" variant; fix typo in IsValid property comment

Updated expect.txt to include the "Vcpkg" variant assignment. Fixed a duplicated word typo in the XML comment for the IsValid property in VcpFeatureValue.cs.
This commit is contained in:
Yu Leng
2025-12-11 10:57:40 +08:00
parent 5f15229691
commit d3ebebc24c
2 changed files with 1 additions and 2 deletions

View File

@@ -1951,7 +1951,6 @@ vcamp
VCENTER
vcgtq
VCINSTALLDIR
VCP
Vcp
vcp
vcpcodes

View File

@@ -28,7 +28,7 @@ namespace PowerDisplay.Common.Models
public int Maximum { get; }
/// <summary>
/// Gets a value indicating whether whether the value information is valid
/// Gets a value indicating whether the value information is valid
/// </summary>
public bool IsValid { get; }