NServiceBus.Persistence.Sql 5.0.0 - Major release available

Hi everyone,

We’ve just released NServiceBus.Persistence.Sql 5.0.0.

The most notable improvement is the Microsoft.Data.SqlClient compatibility offered by the package.

Improvements/Features

  • #386 Support for Microsoft.Data.SqlClient and System.Data.SqClient

How do I migrate?

In order to add support for Microsoft.Data.SqlClient, the persister no longer references System.Data.SqlClient. The persister is compatible with both clients, but a package reference to System.Data.SqlClient or Microsoft.Data.SqlClient will need to be added to any projects using the persister. Read the full upgrade guide for details.

Where to get it

You can install the new version from NuGet.

With thanks,
The team in Particular

Please read our release policy for more details. Follow @ParticularNews to be notified of new releases and bug fixes.