From 82a795b1ebf6f408b435d5b8941332fb9888b638 Mon Sep 17 00:00:00 2001 From: Gustavo Veloso Date: Wed, 22 Jun 2016 19:18:18 -0300 Subject: [PATCH] Adding ReSharper Command Line Tools 2016.1.2 (#909) --- resharper-clt.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 resharper-clt.json diff --git a/resharper-clt.json b/resharper-clt.json new file mode 100644 index 0000000000..052cd10bde --- /dev/null +++ b/resharper-clt.json @@ -0,0 +1,9 @@ +{ + "version": "2016.1.2", + "homepage": "https://www.jetbrains.com/resharper/download/index.html#section=resharper-clt", + "license": "https://www.jetbrains.com/resharper/buy/command_line_license.html", + "url": "https://download-cf.jetbrains.com/resharper/JetBrains.ReSharper.CommandLineTools.2016.1.20160523.144749.zip", + "hash": "95e40e9f8d34690e4d1b47954a2b2a4e97eca6a8284c53d7b6d5f45718019ea2", + "bin": ["dupfinder.exe", "inspectcode.exe"], + "checkver": "([\\w+.*]+)" +}