New
2026.1.1
What's Changed
[2026.1.1] - 2026-01-03
Added
Fixed
- Remove m_tileCount #102 (@ikpil)
Changed
- Support .NET 10 (@ikpil)
- Refactor: RcRecast.GetCon to use
inparameter modifier (@ikpil) - Refactor: RcMatrix4x4f to use 'in' modifier and enforce CS9191 (@ikpil)
- Refactor: Moved RcCollectionExtensions to the Extensions namespace to resolve naming conflicts (@ikpil)
- Refactor: Added Rc and Dt prefixes to classes to maintain consistency and prevent naming conflicts (@ikpil)
- Upgrade Microsoft.NET.Test.Sdk to 18.0.1 (@ikpil)
- Upgrade NUnit to 4.4.0 (@ikpil)
- Upgrade NUnit3TestAdapter to 6.0.1 (@ikpil)
- Upgrade NUnit.Analyzers to 4.11.2 (@ikpil)
- Upgrade BenchmarkDotNet to 0.15.8 (@ikpil)
- Upgrade Serilog.Settings.Configuration to 10.0.0 (@ikpil)
- Upgrade Serilog.Sinks.Console to 6.1.1 (@ikpil)
- Upgrade Newtonsoft.Json to 13.0.4 (@ikpil)
- Upgrade actions/checkout@v6 (@ikpil)
Removed
- Removed m_tileCount (@ikpil)
Special Thanks
Full Changelog: https://github.com/ikpil/DotRecast/compare/2025.2.1...2026.1.1