{ "version": "5.4.100", "description": "NoSQL database built on .NET Core", "homepage": "https://ravendb.net", "license": { "identifier": "Freeware", "url": "https://ravendb.net/terms/commercial" }, "suggest": { "Visual C++ Redistributable 2015": "extras/vcredist2022" }, "architecture": { "64bit": { "url": "https://daily-builds.s3.amazonaws.com/RavenDB-5.4.100-windows-x64.zip", "hash": "b9f2250ad3a6bd49924a001bd8bc54a9025d9ab1b9351c0707c964c189853793" }, "32bit": { "url": "https://daily-builds.s3.amazonaws.com/RavenDB-5.4.100-windows-x86.zip", "hash": "e399b9970424dc23531d9d7ce067830d0e15b234bd64f2d49bdb00bb8b23fa20" } }, "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" } } } }