Skip to content

Commit

Permalink
v0.6.50
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyaven committed Jan 5, 2025
1 parent 53de6f4 commit 5d493f5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 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.6.32</version>
<releaseNotes>https://github.com/stackql/stackql/releases/tag/v0.6.32</releaseNotes>
<version>0.6.50</version>
<releaseNotes>https://github.com/stackql/stackql/releases/tag/v0.6.50</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.6.32</version>
<releaseNotes>https://github.com/stackql/stackql/releases/tag/v0.6.32</releaseNotes>
<version>0.6.50</version>
<releaseNotes>https://github.com/stackql/stackql/releases/tag/v0.6.50</releaseNotes>
<packageSourceUrl>https://github.com/stackql/chocolatey-install</packageSourceUrl>
<owners>stackql</owners>
<title>stackql (Install)</title>
Expand Down
3 changes: 2 additions & 1 deletion stackql/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ $packageArgs = @{
fileType = 'MSI'
url64bit = $url64
softwareName = 'stackql*'
checksum64 = '9fa507aaaed7d016ee660e083297edec4e72b7afeb7d60a90fbe89448f8dbeb0'
checksum64 = '16ca3b38e38788243ef97385e25c2e153ad3bed92b1333f76333e9fe3760963c'
checksumType64 = 'sha256'
silentArgs = "/passive /l* stackql.log"
validExitCodes = @(0, 3010, 1641)
Expand All @@ -25,3 +25,4 @@ Install-ChocolateyPackage @packageArgs




0 comments on commit 5d493f5

Please sign in to comment.