{
    "version": "19.1",
    "description": "A cross-platform C# editor based on Roslyn and AvalonEdit",
    "homepage": "https://roslynpad.net",
    "license": "Apache-2.0",
    "suggest": {
        ".NET Desktop Runtime": "extras/windowsdesktop-runtime"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/roslynpad/roslynpad/releases/download/19.1/RoslynPad-windows-x64.zip",
            "hash": "C0FBFB1C1977C41BD64A6F4A5866520E44C9C248E2CF49013907D4A2865F5EF8"
        }
    },
    "bin": "RoslynPad.exe",
    "shortcuts": [
        [
            "RoslynPad.exe",
            "RoslynPad"
        ]
    ],
    "checkver": {
        "github": "https://github.com/roslynpad/roslynpad"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/roslynpad/roslynpad/releases/download/$version/RoslynPad-windows-x64.zip"
            }
        }
    }
}
