godot/modules/mono/build_scripts
Rémi Verschelde 340f62d1ec .NET: Generate SdkPackageVersions.props from version.py
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          |
2022-10-05 20:31:26 +02:00
..
__init__.py Mono: Reorganize build scripts 2019-04-07 19:03:09 +02:00
build_assemblies.py .NET: Generate SdkPackageVersions.props from version.py 2022-10-05 20:31:26 +02:00
mono_configure.py SCons: Unify tools/target build type configuration 2022-09-26 16:31:46 +02:00