Skip to content

Commit

Permalink
AU-dotnet: 2 updated
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
flcdrg committed Oct 30, 2024
1 parent 535e55e commit 457ab6b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion sqltoolbelt/sqltoolbelt.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>sqltoolbelt</id>
<version>2024.10.22</version>
<version>2024.10.28</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/sqltoolbelt</packageSourceUrl>
<owners>flcdrg</owners>
<title>SQL Toolbelt</title>
Expand Down
4 changes: 2 additions & 2 deletions sqltoolbelt/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$ErrorActionPreference = 'Stop';
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$url = 'https://download.red-gate.com/installers/SQLToolbelt/2024-10-22/SQLToolbelt.exe'
$checksum = '78E2553D21E4E4CFD9384E63D5BD875F98DCDB483B3907BD6A7B4BA2899E3525'
$url = 'https://download.red-gate.com/installers/SQLToolbelt/2024-10-28/SQLToolbelt.exe'
$checksum = '82AEF7F6AADC694A63B0E7DAC2211F0FB2D3D3FBE7E9D1840DC8D0EBC9637CCD'

$validProductPackageNames = @(
"SQL Compare",
Expand Down
2 changes: 1 addition & 1 deletion stripe-cli/stripe-cli.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>stripe-cli</id>
<version>1.21.10</version>
<version>1.21.11</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/stripe-cli</packageSourceUrl>
<owners>flcdrg</owners>
<title>Stripe CLI</title>
Expand Down

0 comments on commit 457ab6b

Please sign in to comment.