{
    "version": "2026.1.1",
    "description": "DotTrace. .NET Performace Profiler by JetBrains.",
    "homepage": "https://www.jetbrains.com/profiler/",
    "license": {
        "identifier": "Proprietary",
        "url": "https://www.jetbrains.com/store/license.html"
    },
    "architecture": {
        "64bit": {
            "url": "https://download.jetbrains.com/resharper/dotUltimate.2026.1.1/dotTrace64.2026.1.1.exe#/dotTrace.exe",
            "hash": "b098ee2a5dfd673f59bf70136efd84394798c33142093db37ecc62752c309767"
        },
        "32bit": {
            "url": "https://download.jetbrains.com/resharper/dotUltimate.2026.1.1/dotTrace32.2026.1.1.exe#/dotTrace.exe",
            "hash": "8d6b7ecaca34e65110c636a01cea5dfedbbe877a16d722b5514df8a70fc13bfc"
        }
    },
    "shortcuts": [
        [
            "dotTrace.exe",
            "dotTrace"
        ]
    ],
    "checkver": {
        "url": "https://data.services.jetbrains.com/products/releases?code=DP&latest=true&platform=zip&type=release",
        "jsonpath": "$..version"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://download.jetbrains.com/resharper/dotUltimate.$version/dotTrace64.$version.exe#/dotTrace.exe"
            },
            "32bit": {
                "url": "https://download.jetbrains.com/resharper/dotUltimate.$version/dotTrace32.$version.exe#/dotTrace.exe"
            }
        },
        "hash": {
            "url": "$url.sha256"
        }
    }
}
