This repository was archived by the owner on Sep 15, 2025. It is now read-only.

Description
The version numbers used for the compiled packages are not consistent across languages.
For example, the current C# package version is 2.2.0, the current Java package version is 2.0.1, and the current PyPI package version is 1.52.0.
When working in a multi-language environment, these discrepancies make it difficult to ensure compatibility between projects. Additionally, if you are using a local clone of this repo to compile your own proto files to be used in your application(s), then aligning the version of the language packages with the version of the protos found in the local clone is very difficult.
Would it be possible to align these version numbers in some way? Ideally, it would be great if the version number was tied to a release tag on this repo.
Related issue: #17