Smart.Messaging.SqlServerBrokerServices.Client.Core 1.0.52

There is a newer version of this package available.
See the version list below for details.
dotnet add package Smart.Messaging.SqlServerBrokerServices.Client.Core --version 1.0.52                
NuGet\Install-Package Smart.Messaging.SqlServerBrokerServices.Client.Core -Version 1.0.52                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Smart.Messaging.SqlServerBrokerServices.Client.Core" Version="1.0.52" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Smart.Messaging.SqlServerBrokerServices.Client.Core --version 1.0.52                
#r "nuget: Smart.Messaging.SqlServerBrokerServices.Client.Core, 1.0.52"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Smart.Messaging.SqlServerBrokerServices.Client.Core as a Cake Addin
#addin nuget:?package=Smart.Messaging.SqlServerBrokerServices.Client.Core&version=1.0.52

// Install Smart.Messaging.SqlServerBrokerServices.Client.Core as a Cake Tool
#tool nuget:?package=Smart.Messaging.SqlServerBrokerServices.Client.Core&version=1.0.52                

Client for asynchronous messaging via Sql Server Broker Services.
Supports request-respond and fire and forget messaging scenarios.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
.NET Core netcoreapp2.0 is compatible.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.53 1,021 10/31/2017
1.0.52 887 10/31/2017
1.0.51 862 10/26/2017
1.0.48.26 879 10/26/2017
1.0.47.26 890 10/26/2017
1.0.47.25 878 10/26/2017
1.0.47 906 10/26/2017
1.0.46 879 10/26/2017
1.0.45 852 10/26/2017
1.0.44 857 10/26/2017
1.0.43 891 10/25/2017
1.0.42 894 10/25/2017
1.0.41 899 10/24/2017
1.0.40 898 10/3/2017
1.0.39 863 10/3/2017
1.0.37 893 10/3/2017
1.0.36 894 10/2/2017
1.0.35 895 9/29/2017
1.0.34 982 9/29/2017
1.0.33 854 9/28/2017
1.0.32 878 9/28/2017
1.0.31 858 9/28/2017
1.0.30 879 9/27/2017
1.0.29 887 9/27/2017
1.0.28 897 9/27/2017
1.0.27 927 9/27/2017
1.0.26 874 9/27/2017
1.0.25 852 9/27/2017
1.0.24 892 9/27/2017
1.0.23 857 9/27/2017
1.0.22 864 9/25/2017
1.0.21 852 9/25/2017
1.0.20 870 9/25/2017
1.0.19 907 9/22/2017
1.0.18 864 9/22/2017
1.0.17 855 9/22/2017
1.0.16 908 9/22/2017
1.0.15 972 9/22/2017

Addded support for customizing JsonSerializationSettings from Pipeline.ConfigureJsonSerializer()
Added Support for resubmitting processed messages - helpful for development
Repackaged #3