2.4.2
Compatibility notes
- The published package now includes a
net10.0target. CI was already building and testing against the .NET 10 SDK, and the test/benchmark projects already targetednet10.0, but theHandlebarslibrary itself only shippednetstandard2.0,netstandard2.1, andnet8.0— so .NET 10 apps silently fell back to thenet8.0binary. The package now ships a first-classnet10.0build alongside the existing targets. (#666, fixes #659) - No API or behavior changes. Existing targets are unchanged; consumers on .NET 10 simply pick up the new target automatically on upgrade.
Contributors
Full Changelog: 2.4.1...2.4.2