Version: 269.0.0

This commit is contained in:
PJB3005
2025-12-17 20:23:20 +01:00
parent e1b70982f0
commit a74f755692
2 changed files with 24 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
<Project>
<!-- This file automatically reset by Tools/version.py -->
<!-- This file automatically reset by Tools/version.py -->

View File

@@ -35,6 +35,29 @@ END TEMPLATE-->
### Breaking changes
*None yet*
### New features
*None yet*
### Bugfixes
*None yet*
### Other
*None yet*
### Internal
*None yet*
## 269.0.0
### Breaking changes
* The project now targets .NET 10. You will have to install the new runtime on game servers when updating.
* We have adopted a new "solution management" system for games.
* This enables us to add new projects to RT (e.g. split stuff up) without causing breaking changes.