What's Changed
Version 10.7.0 brings automatic base URL resolution to the AspNetCore Razor TagHelpers, eliminating manual URL configuration in many common scenarios. All package dependencies have been upgraded to their latest compatible versions across .NET 10, .NET 9, and .NET Standard 2.0, delivering the latest performance improvements and security patches. Test patterns have been modernized to align with current best practices, and SQLite database string quoting has been fixed to ensure data consistency.
Note
The Cuemon.AspNetCore.Razor.TagHelpers package now includes automatic base URL resolution capabilities, significantly reducing boilerplate configuration code in Razor views and pages.
Sources:
- V10.7.0/razor enhancement and service update by @gimlichael in #169
Full Changelog: v10.6.0...v10.7.0