Skip to content

Commit

Permalink
bump wash to v0.23.0
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
connorsmith256 committed Nov 16, 2023
1 parent b8d6a70 commit 92f9ca3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
$ErrorActionPreference = 'Stop'; # stop on all errors
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$url64 = 'https://github.com/wasmCloud/wash/releases/download/v0.21.1/wash.exe'
$url64 = 'https://github.com/wasmCloud/wasmCloud/releases/download/wash-cli-v0.23.0/wash-x86_64-pc-windows-msvc.exe'

$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileFullPath = "$toolsDir\wash.exe"
url64bit = $url64

checksum64 = 'D025B07B03DC059943B70B6D1B3FB2198ADCF256A682A12641C9D7EA0B9A65EB'
checksum64 = '4A5CFAA9919489B0F0D72A338A6DD7FCF06F23B4771B0DF218EA34C4420A03ED'
checksumType64= 'sha256'
}

Expand Down
10 changes: 5 additions & 5 deletions wash.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,22 @@
<metadata>
<id>wash</id>

<version>0.21.1</version>
<version>0.23.0</version>

<title>wash</title>
<authors>wasmCloud Maintainers</authors>
<projectUrl>https://wasmcloud.com</projectUrl>
<iconUrl>https://wasmcloud.com/img/wasmcloud_icon.png</iconUrl>
<licenseUrl>https://github.com/wasmCloud/wash/blob/main/LICENSE</licenseUrl>
<licenseUrl>https://github.com/wasmCloud/wasmCloud/blob/main/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectSourceUrl>https://github.com/wasmcloud/wash</projectSourceUrl>
<projectSourceUrl>https://github.com/wasmCloud/wasmCloud/tree/main/crates/wash-cli</projectSourceUrl>
<packageSourceUrl>https://github.com/wasmCloud/chocolatey-wash</packageSourceUrl>
<docsUrl>https://wasmcloud.com</docsUrl>
<bugTrackerUrl>https://github.com/wasmCloud/wash/issues</bugTrackerUrl>
<bugTrackerUrl>https://github.com/wasmCloud/wasmCloud/issues?q=is%3Aopen+is%3Aissue+label%3Awash-cli</bugTrackerUrl>
<tags>wash wasmCloud wasm</tags>
<summary>WAsmcloud SHell - the comprehensive command-line tool for wasmCloud development</summary>
<description>WAsmcloud SHell - the comprehensive command-line tool for wasmCloud development</description>
<releaseNotes>https://github.com/wasmCloud/wash/releases/tag/v0.21.1</releaseNotes>
<releaseNotes>https://github.com/wasmCloud/wasmCloud/releases/tag/wash-cli-v0.23.0</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down

0 comments on commit 92f9ca3

Please sign in to comment.