{
    "version": "2026.1.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.2026.1.1/JetBrains.dotMemory.Console.windows-x64.2026.1.1.zip",
            "hash": "21a9a54d8e5e1207681ec487256000d616718ec80fa4b429096750bfb8bf1692"
        },
        "32bit": {
            "url": "https://download.jetbrains.com/resharper/dotUltimate.2026.1.1/JetBrains.dotMemory.Console.windows-x86.2026.1.1.zip",
            "hash": "2c21bdc3e196fe200d39a505e72e1f84bf65cbd2c056c9fced13425b49dd96ec"
        }
    },
    "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"
        }
    }
}
