{
    "version": "2.12.0-beta",
    "description": "Sync your Outlook and Google calendars.",
    "homepage": "https://phw198.github.io/OutlookGoogleCalendarSync/",
    "license": "MPL-2.0",
    "url": "https://github.com/phw198/OutlookGoogleCalendarSync/releases/download/v2.12.0-beta/OutlookGoogleCalendarSync-2.12.0-beta-full.nupkg",
    "hash": "sha1:ba825d1c47ecf9e7dc6efe6d9f899ea2f84568b3",
    "extract_dir": "lib\\net45",
    "pre_install": "if (!(Test-Path \"$persist_dir\\settings.xml\")) { Set-Content -Path \"$dir\\settings.xml\" -Encoding utf8 -Value '<?xml version=\"1.0\" encoding=\"utf-8\"?><Settings xmlns:i=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns=\"http://schemas.datacontract.org/2004/07/OutlookGoogleCalendarSync\"></Settings>' }",
    "bin": "OutlookGoogleCalendarSync.exe",
    "shortcuts": [
        [
            "OutlookGoogleCalendarSync.exe",
            "OutlookGoogleCalendarSync"
        ]
    ],
    "persist": "settings.xml",
    "checkver": {
        "github": "https://github.com/phw198/OutlookGoogleCalendarSync",
        "regex": "tag/v([\\w.-]+)"
    },
    "autoupdate": {
        "url": "https://github.com/phw198/OutlookGoogleCalendarSync/releases/download/v$version/OutlookGoogleCalendarSync-$version-full.nupkg",
        "hash": {
            "url": "$baseurl/RELEASES"
        }
    }
}
