Skip to content

v10.0.0 - .NET 10 LTS

Latest

Choose a tag to compare

@GmausDev GmausDev released this 12 Dec 14:13

CompactifAI.Client 10.0.0

Initial release for .NET 10 LTS.

Installation

dotnet add package CompactifAI.Client --version 10.0.0

What'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.