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