Skip to content

Commit

Permalink
AU: 4 updated - linqpad linqpad6 linqpad6.install linqpad6.portable
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
bdukes committed Feb 16, 2021
1 parent 22ad6b0 commit 00c82ce
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>6.11.11</version>
<version>6.12.4</version>
<authors>Joseph Albahari</authors>
<owners>Brian Dukes</owners>
<summary>LINQPad 6 Low-Impact Setup</summary>
Expand All @@ -31,7 +31,7 @@
<bugTrackerUrl>https://linqpad.uservoice.com/</bugTrackerUrl>
<releaseNotes>https://www.linqpad.net/LINQPad6.aspx</releaseNotes>
<dependencies>
<dependency id="linqpad6" version="[6.11.11]" />
<dependency id="linqpad6" version="[6.12.4]" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion automatic/linqpad6.install/linqpad6.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>linqpad6.install</id>
<title>LINQPad 6 (Low-Impact Setup)</title>
<version>6.11.11</version>
<version>6.12.4</version>
<authors>Joseph Albahari</authors>
<owners>Brian Dukes</owners>
<summary>LINQPad 6 Low-Impact Setup</summary>
Expand Down
2 changes: 1 addition & 1 deletion automatic/linqpad6.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 = '41170259f5b710260ffc462373d21d0dd1e86f5761eb87f2e21557ba2f4afa19'
checksum = '36905cfca8a1be200b8edbd6607ba865d2dfc13c6c20a3451b40a5c51aebdf69'
checksumType = 'sha256'
silentArgs = "/silent"
validExitCodes= @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/linqpad6.portable/linqpad6.portable.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>linqpad6.portable</id>
<title>LINQPad 6 (Portable)</title>
<version>6.11.11</version>
<version>6.12.4</version>
<authors>Joseph Albahari</authors>
<owners>Brian Dukes</owners>
<summary>LINQPad 6 (Portable)</summary>
Expand Down
2 changes: 1 addition & 1 deletion automatic/linqpad6.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 = '098f5a1139ed19d72b904d8cb1993f4889fd71b6b6ef7dcd88b30bb72b6a3f0d'
checksum = 'd99646663c6492a2ff4b61f98e282b206ebf919da72e10f42b5efadf9c3fa388'
checksumType = 'sha256'
}

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

0 comments on commit 00c82ce

Please sign in to comment.