mirror of
https://github.com/godotengine/godot
synced 2024-11-02 12:55:22 +00:00
340f62d1ec
Ensures that the versions always match the Godot version, albeit following SemVer 2.0 so inserting a dot between "beta" and the build number. For "stable" status, we omit the suffix as this would be interpreted as a pre-release build too. So we have: | Godot version | Nupkg version | | -------------- | -------------- | | 4.0.0-beta | 4.0.0-beta | | 4.0.0-beta2 | 4.0.0-beta.2 | | 4.0.0-rc1 | 4.0.0-rc.1 | | 4.0.0-stable | 4.0.0 | |
||
---|---|---|
.. | ||
__init__.py | ||
build_assemblies.py | ||
mono_configure.py |