{
    "version": "2023.3.3",
    "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.2023.3.3/dotTrace64.2023.3.3.exe#/dotTrace.exe",
            "hash": "2ac07921ff751b6a0ea4c1282522e92c87c15e9f290ab8edf612ed82e422737f"
        },
        "32bit": {
            "url": "https://download.jetbrains.com/resharper/dotUltimate.2023.3.3/dotTrace32.2023.3.3.exe#/dotTrace.exe",
            "hash": "d3aeca48c43954bc6d985baa6ff02065cdd8f4e738418020ab9c77a7ce0dcc25"
        }
    },
    "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"
        }
    }
}
