Skip to content

Version - where is it stored and what scheme to use? #420

Answered by hoangthanh28
lamelyan asked this question in Q&A
Discussion options

You must be logged in to vote

From what I can see, the versioning schema follows assembly version which is defined by: <major version>.<minor version>.<build number>.<revision>.
The main mechanism of grate is getting from the runtime assembly (by default) or user input via --version parameter (which you can place whatever as string).
I also catch some demand to follow the SEM version. I would suggest that you use the same version with your application. If your application is versioning follow SEM version -> use --version SEM_version in grate as well.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@lamelyan
Comment options

Answer selected by lamelyan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants