{ "version": "6.2.1", "description": "NoSQL database built on .NET Core", "homepage": "https://ravendb.net", "license": { "identifier": "Freeware", "url": "https://ravendb.net/terms/commercial" }, "suggest": { "vcredist": "extras/vcredist2022" }, "architecture": { "64bit": { "url": "https://daily-builds.s3.amazonaws.com/RavenDB-6.2.1-windows-x64.zip", "hash": "80d03fc7a102747f1398a25e9f8ea623d2806c21754c20baf2082a32dc9c560e" }, "32bit": { "url": "https://daily-builds.s3.amazonaws.com/RavenDB-6.2.1-windows-x86.zip", "hash": "3013e495351aa6baa013f8bc24bdfd00e781268afb38ee5f943430aad4c0c966" } }, "installer": { "script": [ "if(!(Test-Path \"$persist_dir\\Server\\settings.json\")){", " Copy-Item \"$dir\\Server\\settings.default.json\" \"$dir\\Server\\settings.json\"", "}" ] }, "bin": [ "Server\\rvn.exe", "Server\\Raven.Server.exe", "Server\\Raven.Debug.exe", [ "run.ps1", "raven-run" ], [ "setup-as-service.ps1", "raven-setup-as-service" ], [ "uninstall-service.ps1", "raven-uninstall-service" ] ], "persist": "Server\\settings.json", "checkver": { "url": "https://ravendb.net/whats-new", "regex": "([\\d.]+)\\s*\\(\\d+" }, "autoupdate": { "architecture": { "64bit": { "url": "https://daily-builds.s3.amazonaws.com/RavenDB-$version-windows-x64.zip" }, "32bit": { "url": "https://daily-builds.s3.amazonaws.com/RavenDB-$version-windows-x86.zip" } } } }