From 4299096a0982200016e9cd6d51c76496b38f7203 Mon Sep 17 00:00:00 2001 From: netkas Date: Thu, 19 Sep 2024 14:00:33 -0400 Subject: [PATCH] Fix case inconsistency in project.json configuration schema --- project.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/project.json b/project.json index 2b0c400..f6ee0e6 100644 --- a/project.json +++ b/project.json @@ -43,7 +43,7 @@ "default_configuration": "release", "main": "main", "define_constants": { - "version": "%ASSEMBLY.VERSION%" + "VERSION": "%ASSEMBLY.VERSION%" }, "dependencies": [ { @@ -78,7 +78,7 @@ } ], "configurations": [ - { + { "name": "release", "build_type": "ncc", "output": "build/release/%ASSEMBLY.PACKAGE%.ncc" @@ -93,4 +93,4 @@ } ] } -} +} \ No newline at end of file