As the ChromeDevTools project evolves, it is necessary to consistently keep track of each component version.
Since the physical components are OSGi bundles developed using the Eclipse IDE, they will use the following versioning scheme endorsed by the Eclipse developers.
The protocol version consists of two segments:
major.minor
According to the referenced scheme, an OSGi bundle version identifier format is as following:
major.minor.service.qualifier
A timestamp (YYYYMMDDHHmm) will be used as the "qualifier" segment for the plugins and features.
Major version number "0" indicates that SDK/Debugger haven't become stable enough. This milestone will be marked as "1.0" version. Until this happens, the temporary ("0.*
") version scheme is used for all plugins and features.
The feature versioning is consistent with these Feature Versioning Guidelines.
Wiki: ChromeDevToolsProtocol
Wiki: ChromeDevToolsSdk
Wiki: EclipseDebugger
Wiki: HowToBuild