github nats-io/nats.net v2.1.0-preview.5
NATS.Net v2.1.0-preview.5

latest releases: v2.5.4, v2.5.3, v2.5.2...
pre-release10 months ago

This is another NATS.Net preview release version 2.1.0-preview.5 with minor updates.

What's Changed

  • Updated interface to include Async events. by @sspates in #353
  • Fix unnecessary error log on dispose by @mtmk in #354

Full Changelog: v2.1.0-preview.4...v2.1.0-preview.5

Thank you

A huge thanks to our contributors for their amazing work and support! 🙏

Happy coding! ❤️

Nuget Packages

NATS.Net

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

dotnet add package NATS.Net --version 2.1.0-preview.5

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

dotnet add package NATS.Client.Serializers.Json --version 2.1.0-preview.5

Individual Packages

dotnet add package NATS.Client.Core --version 2.1.0-preview.5
dotnet add package NATS.Client.Hosting --version 2.1.0-preview.5
dotnet add package NATS.Client.JetStream --version 2.1.0-preview.5
dotnet add package NATS.Client.KeyValueStore --version 2.1.0-preview.5
dotnet add package NATS.Client.ObjectStore --version 2.1.0-preview.5
dotnet add package NATS.Client.Services --version 2.1.0-preview.5
dotnet add package NATS.Client.Serializers.Json --version 2.1.0-preview.5

Don't miss a new nats.net release

NewReleases is sending notifications on new releases.