{
    "version": "2026.1-EAP8-261.22158.95",
    "description": "Cross-Platform IDE for .NET by JetBrains. (Early Access Program)",
    "homepage": "https://www.jetbrains.com/rider/",
    "license": {
        "identifier": "Proprietary",
        "url": "https://www.jetbrains.com/store/license.html"
    },
    "architecture": {
        "64bit": {
            "url": "https://download.jetbrains.com/rider/JetBrains.Rider-2026.1-EAP8-261.22158.95.Checked.win.zip",
            "hash": "1c07433c8ffa0c939a434dee484d13ccf7ade73e20fba3b9bc7d6e1a35c5cb92",
            "bin": [
                [
                    "IDE\\bin\\rider64.exe",
                    "rider"
                ]
            ],
            "shortcuts": [
                [
                    "IDE\\bin\\rider64.exe",
                    "JetBrains\\Rider"
                ]
            ]
        }
    },
    "extract_to": "IDE",
    "installer": {
        "script": "& \"$bucketsdir\\versions\\scripts\\jetbrains\\portable.ps1\" $dir $persist_dir"
    },
    "persist": [
        "IDE\\bin\\idea.properties",
        "profile"
    ],
    "checkver": {
        "url": "https://data.services.jetbrains.com/products/releases?code=RD&latest=true&platform=zip&type=eap",
        "regex": "version\":\"(?<ver>[\\w.-]+)\".*\"build\":\"(?<build>[\\d.]+)\"",
        "replace": "${ver}-${build}"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://download.jetbrains.com/rider/JetBrains.Rider-$version.Checked.win.zip",
                "hash": {
                    "url": "$url.sha256"
                }
            }
        }
    }
}
