Skip to content

Commit

Permalink
deps: Update wham to v0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
amis92 authored Sep 16, 2021
1 parent baf93e6 commit 88d2278
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/BsdataCatpkg/BsdataCatpkg.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ function Build-BsdataReleaseAssets {
$env:DOTNET_NOLOGO = 1
$env:DOTNET_CLI_TELEMETRY_OPTOUT = 1
{
dotnet tool install wham --version 0.11.0 --tool-path "$PSScriptRoot/lib"
dotnet tool install wham --version 0.13.0 --tool-path "$PSScriptRoot/lib"
} | CallNative -PrintCommand -OutHost
}

Expand Down Expand Up @@ -403,4 +403,4 @@ function Expand-UriTemplate {
return $template
}

Export-ModuleMember Build-BsdataReleaseAssets, Publish-GitHubReleaseAsset
Export-ModuleMember Build-BsdataReleaseAssets, Publish-GitHubReleaseAsset

0 comments on commit 88d2278

Please sign in to comment.