Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wash v0.34.0 #52

Merged
merged 1 commit into from
Sep 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/wasmCloud/releases/download/wash-cli-v0.32.1/wash-x86_64-pc-windows-msvc.exe'
$url64 = 'https://github.com/wasmCloud/wasmCloud/releases/download/wash-cli-v0.34.0/wash-x86_64-pc-windows-msvc.exe'

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

checksum64 = '3FE3BADEB52D96AD002A20892D1CB83C9D1885713CF31249EF781A310F97568D'
checksum64 = 'C676DFD882BCC3BCA96723311AC1E1E171120B8A567BF3A0AC66EC32C28B20C7'
checksumType64= 'sha256'
}

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

<version>0.32.1</version>
<version>0.34.0</version>

<title>wash</title>
<authors>wasmCloud Maintainers</authors>
Expand All @@ -19,7 +19,7 @@
<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/wasmCloud/releases/tag/wash-cli-v0.32.1</releaseNotes>
<releaseNotes>https://github.com/wasmCloud/wasmCloud/releases/tag/wash-cli-v0.34.0</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down