I’d like to embed a version in my code. Basically, I would like some method of incrementing a number defined in my code every time I build, so that it can be accessed from the code.
I mainly use the local compile, but I do occasionally use the cloud compile. But I am willing to just have this increment locally. right now I am keeping track manually, but I this is unreliable.
I see that there are some extensions for this, but I am not sure if they will work, or if there is a preferred method.
I was thinking more of some parameter that is automatically incremented by the IDE, or the compiler in order to generate an automated version or build.
One example is this extension I found in the VSCode marketplace
sbg.auto-version-increment