We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36fddf6 commit d6551e4Copy full SHA for d6551e4
1 file changed
src/BsdataCatpkg/BsdataCatpkg.psm1
@@ -64,7 +64,7 @@ function Build-BsdataReleaseAssets {
64
$env:DOTNET_SKIP_FIRST_TIME_EXPERIENCE = 1
65
$env:DOTNET_NOLOGO = 1
66
$env:DOTNET_CLI_TELEMETRY_OPTOUT = 1
67
- dotnet tool install wham --version 0.8.0 --tool-path "$PSScriptRoot/lib" | Out-Host
+ dotnet tool install wham --version 0.10.0 --tool-path "$PSScriptRoot/lib" | Out-Host
68
}
69
70
# create catz/gstz files
0 commit comments