Skip to content

Commit

Permalink
Bump rtoolsHCK version (0.5.0)
Browse files Browse the repository at this point in the history
Signed-off-by: Konstantin Kostiuk <[email protected]>
  • Loading branch information
kostyanf14 committed Sep 2, 2024
1 parent e24933a commit c0a3279
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
# rtoolsHCK version extend to class
class RToolsHCK
# Current rtoolsHCK version
VERSION = '0.4.3'
VERSION = '0.5.0'
end
4 changes: 2 additions & 2 deletions tools/toolsHCK.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ if ($env:WTTSTDIO -like "*\Hardware Certification Kit\*") {
}

##
$Version = "0.0.3"
$Version = "0.5.0"
$MaxJsonDepth = 6
##

Expand Down Expand Up @@ -1531,7 +1531,7 @@ function queuetest {
if (-Not [String]::IsNullOrEmpty($parameters)) {
$parametersHashtable = ConvertFrom-Json $parameters
foreach ($parameter in $parametersHashtable.PSObject.Properties) {
$WntdTest.SetParameter($parameter.Name, $parameter.Value, [Microsoft.Windows.Kits.Hardware.ObjectModel.ParameterSetAsDefault]::DoNotSetAsDefault) | Out-Null
$WntdTest.SetParameter($parameter.Name, $parameter.Value, [Microsoft.Windows.Kits.Hardware.ObjectModel.ParameterSetAsDefault]::DoNotSetAsDefault) | Out-Null
}
}

Expand Down

0 comments on commit c0a3279

Please sign in to comment.