renovate/lib/modules/versioning/unity3d
Sebastian Poxhofer 3681b2a945
chore: eslint to enforce for typed imports (#30844)
2024-08-19 13:15:27 +00:00
..
index.spec.ts feat(versioning): Add Unity3D (#27307) 2024-03-17 10:00:03 +00:00
index.ts chore: eslint to enforce for typed imports (#30844) 2024-08-19 13:15:27 +00:00
readme.md chore: fix some comments (#30697) 2024-08-12 06:32:08 +00:00

readme.md

Unity versioning follow semantic versioning, followed by a letter, number and an optional hash:

  • Major version is the year of release
  • Minor and patch version are incremental, starting at 0
  • The letter denotes a stream (alpha, beta, final release, etc.)
  • The number is a growing index
  • The hash is calculated by Unity internally and irrelevant for comparison

Examples:

  • 2023.2.10f1 (316c1fd686f6)
  • 2023.3.0a17
  • 2023.3.0b4 (2cd31b2a2ee2)