Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

As an engine developer, I expect extensions to report their version number so that simulation code can determine the API version #200

Open
modeswitch opened this issue May 25, 2012 · 0 comments

Comments

@modeswitch
Copy link

  • Extensions should always report a commit number
  • If the commit number has a tag, the extension should report the tag string as the version, removing leading characters if necessary; Otherwise it should report null
  • Extensions should report a build timestamp
  • Extensions can optionally report a build-related message
  • The build process should generate a random GUID
{
  "commit": "5466ab3bab187646daf54c752a5d54861cf99dbf",
  "version": "0.1.1",
  "id": "5346E21D-DDDC-4337-9F50-6F977C416077",
  "date": "2012-06-04 23-05-59",
  "tag": "my custom build message!"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant