Version: 0.73.0.0

This commit is contained in:
metalgearsloth
2022-12-20 22:23:17 +11:00
parent 20c8eca6bf
commit 2aafb21772
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*
## 0.73.0.0
### Breaking changes
* The entity lookup flag `LookupFlags.Anchored` has been replaced with `LookupFlags.Static`.
* We are now using **.NET 7**.
* `IDependencyCollection`/`IoCManager` `RegisterInstance` does not automatically add the instance to object graph, so `BuildGraph()` must now be called to see the new instances.