CompactifAI.Client 10.0.0
Initial release for .NET 10 LTS.
Installation
dotnet add package CompactifAI.Client --version 10.0.0What's New
- Version aligned with .NET version (10.x.x = .NET 10)
- Full support for .NET 10 LTS (latest)
- AOT-compatible with System.Text.Json source generators
- IL trimming support
- Updated dependencies to 10.0.1
Dependencies
- Microsoft.Extensions.* 10.0.1
- System.Text.Json 9.0.0
Versioning Strategy
This release introduces a new versioning strategy where the major version corresponds to the .NET version:
| .NET Version | Package Version |
|---|---|
| .NET 10 LTS | 10.x.x |
| .NET 9 | 9.x.x |
| .NET 8 LTS | 8.x.x |
See VERSIONING.md for details.