- changed status to resolved
Read version number from the script file on script upload
Issue #8
open
When a user upload a script file, look for the // @version 1.6.5 line and try to get the version number from there. Otherwise the person who uploads the script will forget to change the version number 80% of the time.
Comments (2)
-
repo owner -
reporter - changed status to open
With "Version: 2.2" it gets changed to 2.2 pre alpha (and it was previously on GA). If the version number in the script doesn't contain a LifeCicle it shouldn't be changed on the website.
- Log in to comment
Version number is now parsed from the "@version" line. The mandatory format is: MajorVers[.MinorVers[.BuildNo[.LifeCicle]]]