From 41093d9d09a2c99544e968a49bfcf831813c11e5 Mon Sep 17 00:00:00 2001 From: Jeffrey Aven Date: Mon, 16 Sep 2024 14:18:44 +1000 Subject: [PATCH] 0.5.740 --- README.md | 4 ++-- stackql/stackql.nuspec | 4 ++-- stackql/tools/chocolateyinstall.ps1 | 3 ++- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d603ca9..a25a5dc 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,8 @@ To bump the version, update the `version` and `releaseNotes` fields in `stackql/ stackql - 0.5.724 - https://github.com/stackql/stackql/releases/tag/v0.5.724 + 0.5.740 + https://github.com/stackql/stackql/releases/tag/v0.5.740 ... ``` diff --git a/stackql/stackql.nuspec b/stackql/stackql.nuspec index 0cf1470..82f4c30 100644 --- a/stackql/stackql.nuspec +++ b/stackql/stackql.nuspec @@ -19,8 +19,8 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe stackql - 0.5.724 - https://github.com/stackql/stackql/releases/tag/v0.5.724 + 0.5.740 + https://github.com/stackql/stackql/releases/tag/v0.5.740 https://github.com/stackql/chocolatey-install stackql stackql (Install) diff --git a/stackql/tools/chocolateyinstall.ps1 b/stackql/tools/chocolateyinstall.ps1 index 55f5508..f9a3b60 100644 --- a/stackql/tools/chocolateyinstall.ps1 +++ b/stackql/tools/chocolateyinstall.ps1 @@ -8,7 +8,7 @@ $packageArgs = @{ fileType = 'MSI' url64bit = $url64 softwareName = 'stackql*' - checksum64 = 'a6f049897033dcf2e2c9492552c8c9cdb15b39db277e56e7d6cba0b191f2e412' + checksum64 = '59e038963775fd074f5e7280ffd702eca254f3626539432cde7b1ce9c715a4d0' checksumType64 = 'sha256' silentArgs = "/passive /l* stackql.log" validExitCodes = @(0, 3010, 1641) @@ -20,3 +20,4 @@ Install-ChocolateyPackage @packageArgs +