Skip to content

Commit

Permalink
AU: 4 updated - linqpad linqpad8 linqpad8.install linqpad8.portable
Browse files Browse the repository at this point in the history
  • Loading branch information
bdukes committed Oct 21, 2024
1 parent 108820e commit d52ff5d
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions automatic/linqpad/linqpad.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>linqpad</id>
<title>LINQPad</title>
<version>8.5.5</version>
<version>8.6.4</version>
<authors>Joseph Albahari</authors>
<owners>Brian Dukes</owners>
<summary>LINQPad 8 Low-Impact Setup</summary>
Expand All @@ -31,7 +31,7 @@
<bugTrackerUrl>https://linqpad.uservoice.com/</bugTrackerUrl>
<releaseNotes>https://www.linqpad.net/LINQPad8.aspx</releaseNotes>
<dependencies>
<dependency id="linqpad8" version="[8.5.5]" />
<dependency id="linqpad8" version="[8.6.4]" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion automatic/linqpad8.install/linqpad8.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>linqpad8.install</id>
<title>LINQPad 8 (Low-Impact Setup)</title>
<version>8.5.5</version>
<version>8.6.4</version>
<authors>Joseph Albahari</authors>
<owners>Brian Dukes</owners>
<summary>LINQPad 8 Low-Impact Setup</summary>
Expand Down
2 changes: 1 addition & 1 deletion automatic/linqpad8.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ $packageArgs = @{
fileType = 'exe'
url = $url
softwareName = 'linqpad*'
checksum = '2b1da04834a0f2d5f3988ef3c642745af7e40c4664e2e8d22dd413105080a82c'
checksum = 'bfb542c8f4b5b6869f106f983047a9ce7d79b90eecd0573470a88f5193ac6115'
checksumType = 'sha256'
silentArgs = "/verysilent"
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/linqpad8.portable/linqpad8.portable.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>linqpad8.portable</id>
<title>LINQPad 8 (Portable)</title>
<version>8.5.5</version>
<version>8.6.4</version>
<authors>Joseph Albahari</authors>
<owners>Brian Dukes</owners>
<summary>LINQPad 8 (Portable)</summary>
Expand Down
2 changes: 1 addition & 1 deletion automatic/linqpad8.portable/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ $packageArgs = @{
packageName = $packageName
unzipLocation = $toolsDir
url = $url
checksum = '745979065890853647292912ac461c22c28248a1ef045b8a1bcfe6aef8b2ec7c'
checksum = '62a508e6be307ee19553d4a8955040ab3e0f437a19e8ae6bcb79abd33c69aa83'
checksumType = 'sha256'
}

Expand Down
4 changes: 2 additions & 2 deletions automatic/linqpad8/linqpad8.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>linqpad8</id>
<title>LINQPad</title>
<version>8.5.5</version>
<version>8.6.4</version>
<authors>Joseph Albahari</authors>
<owners>Brian Dukes</owners>
<summary>LINQPad 8 Low-Impact Setup</summary>
Expand All @@ -31,7 +31,7 @@
<bugTrackerUrl>https://linqpad.uservoice.com/</bugTrackerUrl>
<releaseNotes>https://www.linqpad.net/LINQPad8.aspx</releaseNotes>
<dependencies>
<dependency id="linqpad8.install" version="[8.5.5]" />
<dependency id="linqpad8.install" version="[8.6.4]" />
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit d52ff5d

Please sign in to comment.