Skip to content

Instantly share code, notes, and snippets.

@guitarrapc
Created November 13, 2019 05:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save guitarrapc/2fbf641d56377feb04765c881e568f3e to your computer and use it in GitHub Desktop.
Save guitarrapc/2fbf641d56377feb04765c881e568f3e to your computer and use it in GitHub Desktop.
{
"version": "6.3",
"homepage": "https://www.linqpad.net",
"description": "The .NET programmer’s playground.",
"license": {
"identifier": "Freeware",
"url": "https://www.linqpad.net/eula.txt"
},
"url": "http://download.linqpad.net/public/LINQPad6.zip",
"hash": "78ae277876f48e594fe4a3ecc8145a29d7ff8439fe43dcf2af537871961aee72",
"depends": "dotnet-sdk",
"architecture": {
"64bit": {
"bin": [
"lprun6.exe",
"linqpad6.exe",
"lprun6-x86.exe",
"linqpad6-x86.exe"
],
"shortcuts": [
[
"linqpad6.exe",
"LINQPad"
],
[
"linqpad6-x86.exe",
"LINQPad x86"
]
]
},
"32bit": {
"bin": [
"lprun6-x86.exe",
"linqpad6-x86.exe"
],
"shortcuts": [
[
"linqpad6-x86.exe",
"LINQPad"
]
]
}
},
"checkver": {
"url": "https://www.linqpad.net/Download.aspx",
"regex": "<td>([\\d.]+)</td>\\s+</tr>"
},
"autoupdate": {
"url": "http://download.linqpad.net/public/LINQPad$majorVersion.zip"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment