(chore): Add JetBrains CLI tools

Ref: dec2598052
This commit is contained in:
Rashil Gandhi 2021-12-23 01:19:22 +05:30
parent 112f9c55a1
commit 6e64562c0b
No known key found for this signature in database
GPG Key ID: 0AF22EDF6BE85BBD
5 changed files with 126 additions and 0 deletions

22
bucket/dotcover-clt.json Normal file
View File

@ -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"
}
}
}

37
bucket/dotmemory-clt.json Normal file
View File

@ -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"
}
}
}

25
bucket/dotmemoryunit.json Normal file
View File

@ -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"
}
}
}

12
bucket/dottrace-api.json Normal file
View File

@ -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": "."
}

30
bucket/dottrace-clt.json Normal file
View File

@ -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"
}
}
}