Skip to content

Commit

Permalink
v0.5.688
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyaven committed Jul 5, 2024
1 parent 989cc21 commit 49a590e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 12 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ To bump the version, update the `version` and `releaseNotes` fields in `stackql/
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>stackql</id>
<version>0.5.665</version>
<releaseNotes>https://github.com/stackql/stackql/releases/tag/v0.5.665</releaseNotes>
<version>0.5.688</version>
<releaseNotes>https://github.com/stackql/stackql/releases/tag/v0.5.688</releaseNotes>
...
```

Expand Down
4 changes: 2 additions & 2 deletions stackql/stackql.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>stackql</id>
<version>0.5.665</version>
<releaseNotes>https://github.com/stackql/stackql/releases/tag/v0.5.665</releaseNotes>
<version>0.5.688</version>
<releaseNotes>https://github.com/stackql/stackql/releases/tag/v0.5.688</releaseNotes>
<packageSourceUrl>https://github.com/stackql/chocolatey-install</packageSourceUrl>
<owners>stackql</owners>
<title>stackql (Install)</title>
Expand Down
9 changes: 1 addition & 8 deletions stackql/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,11 @@ $packageArgs = @{
fileType = 'MSI'
url64bit = $url64
softwareName = 'stackql*'
checksum64 = 'c0f448859229b15bf2b0382efa6de288f4fcbfc22b356dc9df974c0f1af26356'
checksum64 = '834e73d9bae433ac1adecaf6ca4e6e6f00ffce716561f67ca5d64104a0122889'
checksumType64 = 'sha256'
silentArgs = "/passive /l* stackql.log"
validExitCodes = @(0, 3010, 1641)
}

Install-ChocolateyPackage @packageArgs








0 comments on commit 49a590e

Please sign in to comment.