From 04b4198ed8e4bc1f1197e03183ad33f0f985cbf2 Mon Sep 17 00:00:00 2001 From: Jeffrey Aven Date: Thu, 18 Jul 2024 17:49:51 +1000 Subject: [PATCH] 0.5.699 --- 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 af17964..b678b7c 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.692 - https://github.com/stackql/stackql/releases/tag/v0.5.692 + 0.5.699 + https://github.com/stackql/stackql/releases/tag/v0.5.699 ... ``` diff --git a/stackql/stackql.nuspec b/stackql/stackql.nuspec index 852391f..fc3f487 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.692 - https://github.com/stackql/stackql/releases/tag/v0.5.692 + 0.5.699 + https://github.com/stackql/stackql/releases/tag/v0.5.699 https://github.com/stackql/chocolatey-install stackql stackql (Install) diff --git a/stackql/tools/chocolateyinstall.ps1 b/stackql/tools/chocolateyinstall.ps1 index 5c7c988..50a5189 100644 --- a/stackql/tools/chocolateyinstall.ps1 +++ b/stackql/tools/chocolateyinstall.ps1 @@ -8,7 +8,7 @@ $packageArgs = @{ fileType = 'MSI' url64bit = $url64 softwareName = 'stackql*' - checksum64 = '6d3af8ea27bac206e0d99b2ff291e8ba85d5c0922a7395f942ddf6f3eb53f7f4' + checksum64 = '20e42ea2b170bfc348a385060f5398acdbd9a6151563cde0b2f9a11c430e8942' checksumType64 = 'sha256' silentArgs = "/passive /l* stackql.log" validExitCodes = @(0, 3010, 1641) @@ -17,3 +17,4 @@ $packageArgs = @{ Install-ChocolateyPackage @packageArgs +