diff --git a/tools/chocolateyinstall.ps1 b/tools/chocolateyinstall.ps1
index ef41aaf..5d8e5dd 100644
--- a/tools/chocolateyinstall.ps1
+++ b/tools/chocolateyinstall.ps1
@@ -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'
}
diff --git a/wash.nuspec b/wash.nuspec
index 21d0ba0..3c8cd89 100644
--- a/wash.nuspec
+++ b/wash.nuspec
@@ -4,22 +4,22 @@
wash
- 0.21.1
+ 0.23.0
wash
wasmCloud Maintainers
https://wasmcloud.com
https://wasmcloud.com/img/wasmcloud_icon.png
- https://github.com/wasmCloud/wash/blob/main/LICENSE
+ https://github.com/wasmCloud/wasmCloud/blob/main/LICENSE
false
- https://github.com/wasmcloud/wash
+ https://github.com/wasmCloud/wasmCloud/tree/main/crates/wash-cli
https://github.com/wasmCloud/chocolatey-wash
https://wasmcloud.com
- https://github.com/wasmCloud/wash/issues
+ https://github.com/wasmCloud/wasmCloud/issues?q=is%3Aopen+is%3Aissue+label%3Awash-cli
wash wasmCloud wasm
WAsmcloud SHell - the comprehensive command-line tool for wasmCloud development
WAsmcloud SHell - the comprehensive command-line tool for wasmCloud development
- https://github.com/wasmCloud/wash/releases/tag/v0.21.1
+ https://github.com/wasmCloud/wasmCloud/releases/tag/wash-cli-v0.23.0