1
0

doc: update doc

This commit is contained in:
2026-02-10 00:10:56 +08:00
parent 5fe62e8fb3
commit fdf2a4fc22
3 changed files with 44 additions and 31 deletions

View File

@@ -2,6 +2,15 @@
This article tells the details of this project for the developer of this project.
## Version
When bumping a new version, you should update the version number in following files:
* `CMakeLists.txt`: It control the version of `LibCmo`, `Unvirt`, `BMap` and `BMapInspector`. All of these projects share the same version.
* `Assets/BMapBindings/pybmap/pyproject.toml`: The version of `BMap` Python binding. It should have the same version with `BMap` but not compelled.
* `Assets/BMapBindings/BMapSharp/BMapSharp/BMapSharp.csproj`: The version of `BMap` C# binding. Same as above.
* TODO
## Java
### Java