diff --git a/bucket/dotcover-clt.json b/bucket/dotcover-clt.json new file mode 100644 index 0000000000..127fb1c4cd --- /dev/null +++ b/bucket/dotcover-clt.json @@ -0,0 +1,22 @@ +{ + "version": "2021.3.1", + "description": "JetBrains dotCover Command Line Tools that enable analysing code coverage outside of Visual Studio.", + "homepage": "https://www.jetbrains.com/dotcover/download/#section=commandline", + "license": { + "identifier": "Freeware", + "url": "https://www.jetbrains.com/legal/docs/toolbox/user" + }, + "url": "https://download.jetbrains.com/resharper/dotUltimate.2021.3.1/JetBrains.dotCover.CommandLineTools.2021.3.1.zip", + "hash": "63f7584e32f611119a48187afe7af4426ff6e1ff7a7bc0dd9c72a7745308a651", + "bin": "dotCover.exe", + "checkver": { + "url": "https://data.services.jetbrains.com/products/releases?code=DCCLT&latest=true&platform=zip&type=release", + "jsonpath": "$..version" + }, + "autoupdate": { + "url": "https://download.jetbrains.com/resharper/dotUltimate.$version/JetBrains.dotCover.CommandLineTools.$version.zip", + "hash": { + "url": "$url.sha256" + } + } +} diff --git a/bucket/dotmemory-clt.json b/bucket/dotmemory-clt.json new file mode 100644 index 0000000000..333d0bdf56 --- /dev/null +++ b/bucket/dotmemory-clt.json @@ -0,0 +1,37 @@ +{ + "version": "2021.3.1", + "description": "JetBrains dotMemory Command Line Tools for profiling .NET memory usage from the command line.", + "homepage": "https://www.jetbrains.com/dotmemory/download/#section=commandline", + "license": { + "identifier": "Freeware", + "url": "https://www.jetbrains.com/legal/docs/toolbox/user" + }, + "architecture": { + "64bit": { + "url": "https://download.jetbrains.com/resharper/dotUltimate.2021.3.1/JetBrains.dotMemory.Console.windows-x64.2021.3.1.zip", + "hash": "2bc6e818c3504a55dcb3c688ff3b4bc482f69f1580e61c657ce1f88511f34252" + }, + "32bit": { + "url": "https://download.jetbrains.com/resharper/dotUltimate.2021.3.1/JetBrains.dotMemory.Console.windows-x86.2021.3.1.zip", + "hash": "9c7d889e7a7277adc1c41be06f3898f39d3466169fb97fc7ed013f4fe5df2983" + } + }, + "bin": "dotMemory.exe", + "checkver": { + "url": "https://data.services.jetbrains.com/products/releases?code=DMCLP&latest=true&platform=zip&type=release", + "jsonpath": "$..version" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://download.jetbrains.com/resharper/dotUltimate.$version/JetBrains.dotMemory.Console.windows-x64.$version.zip" + }, + "32bit": { + "url": "https://download.jetbrains.com/resharper/dotUltimate.$version/JetBrains.dotMemory.Console.windows-x86.$version.zip" + } + }, + "hash": { + "url": "$url.sha256" + } + } +} diff --git a/bucket/dotmemoryunit.json b/bucket/dotmemoryunit.json new file mode 100644 index 0000000000..4106bf043f --- /dev/null +++ b/bucket/dotmemoryunit.json @@ -0,0 +1,25 @@ +{ + "version": "3.1.20200127.214830", + "description": "JetBrains dotMemory unit testing framework for testing .NET memory issues.", + "homepage": "https://www.jetbrains.com/dotmemory/unit", + "license": { + "identifier": "Freeware", + "url": "https://www.jetbrains.com/legal/docs/toolbox/user/" + }, + "suggest": { + "NUnit Console runner": "nunit-console" + }, + "url": "https://download.jetbrains.com/resharper/JetBrains.dotMemoryUnit.3.1.20200127.214830.zip", + "hash": "eb5f1b7d0e10b7c691867e4589b36d6af14920e2ef9e3845608b68b1230e81ff", + "bin": "dotMemoryUnit.exe", + "checkver": { + "url": "https://data.services.jetbrains.com/products/releases?code=DMU&latest=true&platform=zip&type=release", + "regex": "dotMemoryUnit\\.([\\d.]+)\\.zip" + }, + "autoupdate": { + "url": "https://download.jetbrains.com/resharper/JetBrains.dotMemoryUnit.$version.zip", + "hash": { + "url": "$url.sha256" + } + } +} diff --git a/bucket/dottrace-api.json b/bucket/dottrace-api.json new file mode 100644 index 0000000000..378e314884 --- /dev/null +++ b/bucket/dottrace-api.json @@ -0,0 +1,12 @@ +{ + "version": "2019.1.3", + "description": "JetBrains dotTrace Self-profiling API", + "homepage": "https://www.jetbrains.com/profiler/download/#section=selfprofilingapi", + "license": { + "identifier": "Proprietary", + "url": "https://www.jetbrains.com/legal/docs/agreements/dotnet/profiler-api" + }, + "url": "https://download.jetbrains.com/resharper/ReSharperUltimate.2019.1.3/JetBrains.Profiler.SelfSdk.2019.1.3.zip", + "hash": "92890af736eb4c3aa302eb8b2da4f3ee0a7232342553975f52c55312f346394d", + "env_add_path": "." +} diff --git a/bucket/dottrace-clt.json b/bucket/dottrace-clt.json new file mode 100644 index 0000000000..a6f89496f0 --- /dev/null +++ b/bucket/dottrace-clt.json @@ -0,0 +1,30 @@ +{ + "version": "2021.3.1", + "description": "JetBrains dotTrace Command Line Tools that enable analyzing performance of .NET applications outside of Visual Studio.", + "homepage": "https://www.jetbrains.com/profiler/download/#section=commandline", + "license": { + "identifier": "Freeware", + "url": "https://www.jetbrains.com/legal/docs/toolbox/user" + }, + "architecture": { + "64bit": { + "url": "https://download.jetbrains.com/resharper/dotUltimate.2021.3.1/JetBrains.dotTrace.CommandLineTools.windows-x64.2021.3.1.zip", + "hash": "35fc4177fbc166915d0271df45cf043bc9c53cbc9559f949f0f5026d31222fd5" + } + }, + "bin": "ConsoleProfiler.exe", + "checkver": { + "url": "https://data.services.jetbrains.com/products/releases?code=DPCLT&latest=true&platform=zip&type=release", + "jsonpath": "$..version" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://download.jetbrains.com/resharper/dotUltimate.$version/JetBrains.dotTrace.CommandLineTools.windows-x64.$version.zip" + } + }, + "hash": { + "url": "$url.sha256" + } + } +}