Skip to content

Instantly share code, notes, and snippets.

@highstreeto
Last active March 7, 2019 15:44
Show Gist options
  • Save highstreeto/95c1d70d79a7e23951410640a9c223e1 to your computer and use it in GitHub Desktop.
Save highstreeto/95c1d70d79a7e23951410640a9c223e1 to your computer and use it in GitHub Desktop.
[Scoop] ILSpy with Shortcut
{
"homepage": "http://ilspy.net/",
"version": "4.0.1",
"license": "MIT",
"url": "https://github.com/icsharpcode/ILSpy/releases/download/v4.0.1/ILSpy_binaries_4.0.1.4530.zip",
"hash": "e79baa7c88b53698f397f385e0ca2c127b60e91887be62d57ef417ade73106f2",
"bin": "ILSpy.exe",
"shortcuts": [
[
"ILSpy.exe",
"ILSpy 4.0.1"
]
],
"checkver": {
"url": "https://github.com/icsharpcode/ILSpy/releases/latest",
"re": "download/v(?<short>[\\d.\\D]+)/ILSpy_binaries_(?<version>[\\d.]+).zip"
},
"autoupdate": {
"url": "https://github.com/icsharpcode/ILSpy/releases/download/v$matchShort/ILSpy_binaries_$version.zip"
}
}
@highstreeto
Copy link
Author

highstreeto commented Mar 7, 2019

Install with Scoop:

scoop install https://gist.github.com/highstreeto/95c1d70d79a7e23951410640a9c223e1/raw/ilspy_sc.json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment