Version: 277.0.0

This commit is contained in:
PJB3005
2026-05-08 19:54:05 +02:00
parent 05d7b3234a
commit 08a3d120b7
2 changed files with 23 additions and 4 deletions
+4 -4
View File
@@ -1,4 +1,4 @@
<Project>
<!-- This file automatically reset by Tools/version.py -->
<PropertyGroup><Version>276.0.0</Version></PropertyGroup>
</Project>
<Project>
<!-- This file automatically reset by Tools/version.py -->
+19
View File
@@ -39,6 +39,25 @@ END TEMPLATE-->
### New features
*None yet*
### Bugfixes
*None yet*
### Other
*None yet*
### Internal
*None yet*
## 277.0.0
### New features
* Statics on interfaces, and other cases of `static abstract` methods and properties, are now allowed by the sandbox.
* `INumber<T>` and all associated types in `System.Numerics` are now allowed by the sandbox.
* `BigInteger` is now allowed by the sandbox.