From 3afdf03daf91e07144eaf115f2477b4b66c0c3fd Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 12 Jan 2024 01:20:01 +0000 Subject: [PATCH 1/2] add game version entry for Dyson Sphere Program build 13146084 --- Games/dyson-sphere-program/metadata.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/Games/dyson-sphere-program/metadata.json b/Games/dyson-sphere-program/metadata.json index 6acb31f..7bc3562 100644 --- a/Games/dyson-sphere-program/metadata.json +++ b/Games/dyson-sphere-program/metadata.json @@ -135,6 +135,28 @@ ] } ] + }, + { + "buildId": 13146084, + "timeUpdated": 1704975228, + "gameVersion": "", + "depots": [ + { + "depotId": 1366541, + "manifestId": 517101815083428188 + } + ], + "frameworkTargets": [ + { + "tfm": "netstandard2.0", + "dependencies": [ + { + "name": "UnityEngine.Modules", + "version": "2018.4.12" + } + ] + } + ] } ] } \ No newline at end of file From da127fb924c4050459bbce54093281381de028d9 Mon Sep 17 00:00:00 2001 From: Joe Clack <28568841+Lordfirespeed@users.noreply.github.com> Date: Fri, 12 Jan 2024 02:21:47 +0000 Subject: [PATCH 2/2] Set version number for build 13146084 --- Games/dyson-sphere-program/metadata.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Games/dyson-sphere-program/metadata.json b/Games/dyson-sphere-program/metadata.json index 7bc3562..322dd52 100644 --- a/Games/dyson-sphere-program/metadata.json +++ b/Games/dyson-sphere-program/metadata.json @@ -139,7 +139,7 @@ { "buildId": 13146084, "timeUpdated": 1704975228, - "gameVersion": "", + "gameVersion": "0.10.28-r21308", "depots": [ { "depotId": 1366541, @@ -159,4 +159,4 @@ ] } ] -} \ No newline at end of file +}