Psns.Common.Clients.Broker
2018.4.5.1
See the version list below for details.
dotnet add package Psns.Common.Clients.Broker --version 2018.4.5.1
NuGet\Install-Package Psns.Common.Clients.Broker -Version 2018.4.5.1
<PackageReference Include="Psns.Common.Clients.Broker" Version="2018.4.5.1" />
paket add Psns.Common.Clients.Broker --version 2018.4.5.1
#r "nuget: Psns.Common.Clients.Broker, 2018.4.5.1"
// Install Psns.Common.Clients.Broker as a Cake Addin #addin nuget:?package=Psns.Common.Clients.Broker&version=2018.4.5.1 // Install Psns.Common.Clients.Broker as a Cake Tool #tool nuget:?package=Psns.Common.Clients.Broker&version=2018.4.5.1
Contains functions for communicating with SQL Service Broker
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Psns.Common.SystemExtensions (>= 2018.4.5.1)
- System.Collections.Immutable (>= 1.4.0)
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 |
---|---|---|
2018.8.6.1 | 24,346 | 8/6/2018 |
2018.6.29.1 | 1,458 | 6/29/2018 |
2018.6.26.3 | 1,459 | 6/26/2018 |
2018.6.26.2 | 1,439 | 6/26/2018 |
2018.6.26.1 | 1,505 | 6/26/2018 |
2018.6.25.3 | 1,540 | 6/25/2018 |
2018.6.7.2 | 1,470 | 6/7/2018 |
2018.6.7.1 | 1,489 | 6/7/2018 |
2018.6.5.1 | 1,469 | 6/5/2018 |
2018.5.18.1 | 1,513 | 5/18/2018 |
2018.5.11.2 | 1,505 | 5/11/2018 |
2018.5.11.1 | 1,510 | 5/11/2018 |
2018.5.1.3 | 1,593 | 5/1/2018 |
2018.4.11.1 | 1,486 | 4/11/2018 |
2018.4.10.1 | 1,505 | 4/10/2018 |
2018.4.9.1 | 1,503 | 4/9/2018 |
2018.4.6.3 | 1,604 | 4/6/2018 |
2018.4.6.1 | 1,594 | 4/6/2018 |
2018.4.5.3 | 1,446 | 4/5/2018 |
2018.4.5.1 | 1,473 | 4/5/2018 |
2018.4.4.1 | 1,562 | 4/4/2018 |
2018.4.3.3 | 1,491 | 4/3/2018 |
2018.4.3.2 | 1,524 | 4/3/2018 |
2017.11.17.1 | 1,476 | 11/17/2017 |
2017.6.16.1 | 1,508 | 6/16/2017 |
2017.3.27.1 | 1,554 | 3/27/2017 |
2016.11.18.4 | 1,537 | 11/18/2016 |
2016.11.18.3 | 1,533 | 11/18/2016 |
2016.11.18.2 | 1,507 | 11/18/2016 |
2016.11.18.1 | 1,519 | 11/18/2016 |
2016.11.10.1 | 1,525 | 11/10/2016 |
2016.11.9.1 | 1,536 | 11/9/2016 |
2016.11.7.2 | 1,935 | 11/7/2016 |
2016.11.7.1 | 1,669 | 11/7/2016 |
2016.11.6.1 | 1,709 | 11/6/2016 |
2016.11.3.1 | 1,756 | 11/3/2016 |
2016.11.2.1 | 1,751 | 11/2/2016 |
2016.10.30.1 | 1,509 | 10/30/2016 |
2016.10.28.1 | 1,466 | 10/28/2016 |
2016.10.27.6 | 1,510 | 10/27/2016 |
2016.10.27.5 | 1,496 | 10/27/2016 |
2016.10.27.4 | 1,514 | 10/27/2016 |
2016.10.27.3 | 1,456 | 10/27/2016 |
2016.10.27.2 | 1,504 | 10/27/2016 |
## 2.0.0.2
### Features
* Updated to latest SystemExtensions
## 2.0.0.1
### Features
* Modifications to allow for testing
## 2.0.0.0
### Features
* Switched to the Observer design pattern; the BrokerClient is an IObservable of BrokerMessage
## 1.0.0.1
### Features
* Including Broker Contract name with returned Broker Message
## 1.0.0.0
### Features
* Initial release