From 8046afe189080eae9b50260677d1092fdb9b2c98 Mon Sep 17 00:00:00 2001 From: Nytra <14206961+Nytra@users.noreply.github.com> Date: Sun, 28 Apr 2024 22:45:14 +0100 Subject: [PATCH] Add HotReloadLib v2.1.0 (#57) --- manifest/owo.Nytra/HotReloadLib/info.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 manifest/owo.Nytra/HotReloadLib/info.json diff --git a/manifest/owo.Nytra/HotReloadLib/info.json b/manifest/owo.Nytra/HotReloadLib/info.json new file mode 100644 index 0000000..d923732 --- /dev/null +++ b/manifest/owo.Nytra/HotReloadLib/info.json @@ -0,0 +1,16 @@ +{ + "name": "HotReloadLib", + "id": "owo.Nytra.HotReloadLib", + "description": "Library for Resonite mod developers to hot reload their mods without needing to restart the whole game.", + "category": "Libraries", + "sourceLocation": "https://github.com/Nytra/ResoniteHotReloadLib", + "versions": { + "2.1.0": { + "releaseUrl": "https://github.com/Nytra/ResoniteHotReloadLib/releases/tag/v2.1.0", + "artifacts": [{ + "url": "https://github.com/Nytra/ResoniteHotReloadLib/releases/download/v2.1.0/ResoniteHotReloadLib.dll", + "sha256": "76c6871dc58ebee39a86758e05703831518e7992c9ecf018e2c0a7e63f8b81ac" + }] + } + } +}