Smart.Messaging.SqlServerBrokerServices.Client.Core 1.0.53

dotnet add package Smart.Messaging.SqlServerBrokerServices.Client.Core --version 1.0.53
                    
NuGet\Install-Package Smart.Messaging.SqlServerBrokerServices.Client.Core -Version 1.0.53
                    
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.53" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Smart.Messaging.SqlServerBrokerServices.Client.Core" Version="1.0.53" />
                    
Directory.Packages.props
<PackageReference Include="Smart.Messaging.SqlServerBrokerServices.Client.Core" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Smart.Messaging.SqlServerBrokerServices.Client.Core --version 1.0.53
                    
#r "nuget: Smart.Messaging.SqlServerBrokerServices.Client.Core, 1.0.53"
                    
#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.
#addin nuget:?package=Smart.Messaging.SqlServerBrokerServices.Client.Core&version=1.0.53
                    
Install Smart.Messaging.SqlServerBrokerServices.Client.Core as a Cake Addin
#tool nuget:?package=Smart.Messaging.SqlServerBrokerServices.Client.Core&version=1.0.53
                    
Install Smart.Messaging.SqlServerBrokerServices.Client.Core as a Cake Tool

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.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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,169 10/31/2017
1.0.52 1,032 10/31/2017
1.0.51 1,008 10/26/2017
1.0.48.26 1,023 10/26/2017
1.0.47.26 1,031 10/26/2017
1.0.47.25 1,021 10/26/2017
1.0.47 1,048 10/26/2017
1.0.46 1,022 10/26/2017
1.0.45 993 10/26/2017
1.0.44 998 10/26/2017
1.0.43 1,036 10/25/2017
1.0.42 1,037 10/25/2017
1.0.41 1,043 10/24/2017
1.0.40 1,039 10/3/2017
1.0.39 1,006 10/3/2017
1.0.37 1,036 10/3/2017
1.0.36 1,041 10/2/2017
1.0.35 1,036 9/29/2017
1.0.34 1,201 9/29/2017
1.0.33 993 9/28/2017
1.0.32 1,019 9/28/2017
1.0.31 1,002 9/28/2017
1.0.30 1,019 9/27/2017
1.0.29 1,027 9/27/2017
1.0.28 1,043 9/27/2017
1.0.27 1,070 9/27/2017
1.0.26 1,017 9/27/2017
1.0.25 993 9/27/2017
1.0.24 1,033 9/27/2017
1.0.23 998 9/27/2017
1.0.22 1,006 9/25/2017
1.0.21 993 9/25/2017
1.0.20 1,012 9/25/2017
1.0.19 1,048 9/22/2017
1.0.18 1,006 9/22/2017
1.0.17 997 9/22/2017
1.0.16 1,052 9/22/2017
1.0.15 1,193 9/22/2017

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