Posted September 28, 2024 by Nils Boehm
This key allows you to force your project to only work with a specific version of CopperGameTools.
For example, you can set "builder.version" to 1.2.1 and "builder.require_version" to true. Now the your project will only work when used with CopperGameTools v1.2.1.
This update not only adds the "builder.require_version" key, but also now allows you to configure your project to work with a specific major version of CopperGameTools.
For example, set the "builder.version" to 1.2.* to configure it to this major version. (This also works in combination with the "builder.require_version" key)
Another small neat thing are the log files that get created when running cgt check or cgt build. Log files get created as "latest.log" under a .cgt-Folder in your projects root folder (or where the .cfg-File is located)