github nats-io/nats.net v2.0.0-rc.2
NATS.Net 2.0.0-rc.2

latest releases: v2.5.5, v2.5.4, v2.5.3...
pre-release13 months ago

This release includes .NET 8 targets as well as .NET 6 as we slightly changed our policy to target all current LTS versions.

What's Changed

  • Project targets updated to .NET 8.0 in #223
  • JetStream enum PascalCase serializer in #225 (thanks to @oising)

Full Changelog: v2.0.0-rc.1...v2.0.0-rc.2

Nuget Packages

NATS.Net

This is the main meta package containing all other packages except serialization.

dotnet add package NATS.Net --version 2.0.0-rc.2

If you are not deploying Native AOT you can also use ad-hoc JSON serialization:

dotnet add package NATS.Client.Serializers.Json --version 2.0.0-rc.2

Individual Packages

dotnet add package NATS.Client.Core --version 2.0.0-rc.2
dotnet add package NATS.Client.Hosting --version 2.0.0-rc.2
dotnet add package NATS.Client.JetStream --version 2.0.0-rc.2
dotnet add package NATS.Client.KeyValueStore --version 2.0.0-rc.2
dotnet add package NATS.Client.ObjectStore --version 2.0.0-rc.2
dotnet add package NATS.Client.Services --version 2.0.0-rc.2
dotnet add package NATS.Client.Serializers.Json --version 2.0.0-rc.2

Don't miss a new nats.net release

NewReleases is sending notifications on new releases.