Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | .NET: Generate SdkPackageVersions.props from version.py | Rémi Verschelde | 2022-10-05 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | 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 | | ||||
* | Make git no longer ignore solution files inside the mono module | Ignacio Etcheverry | 2019-08-12 | 1 | -0/+2 |