| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 2.4.2 source code.tar.gz | 2026-08-09 | 212.7 kB | |
| 2.4.2 source code.zip | 2026-08-09 | 408.8 kB | |
| README.md | 2026-08-09 | 728 Bytes | |
| Totals: 3 Items | 622.2 kB | 0 | |
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
@rexm
Full Changelog: https://github.com/Handlebars-Net/Handlebars.Net/compare/2.4.1...2.4.2