Contour 1.7.10
See the version list below for details.
dotnet add package Contour --version 1.7.10
NuGet\Install-Package Contour -Version 1.7.10
<PackageReference Include="Contour" Version="1.7.10" />
paket add Contour --version 1.7.10
#r "nuget: Contour, 1.7.10"
// Install Contour as a Cake Addin #addin nuget:?package=Contour&version=1.7.10 // Install Contour as a Cake Tool #tool nuget:?package=Contour&version=1.7.10
The package contains abstract interfaces of service bus and specific transport implementation for AMQP/RabbitMQ.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. 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. |
-
- Common.Logging (>= 2.1.2)
- FluentValidation (>= 5.0.0.1)
- Newtonsoft.Json (>= 6.0.2)
- RabbitMQ.Client (>= 3.3.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Contour:
Package | Downloads |
---|---|
Gems.Hosting.Bootstrapper.ServiceBus
Изменены зависимости |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.2.0-clickocean | 1,142 | 4/19/2021 |
2.1.1-core9-clickocean | 376 | 4/16/2021 |
2.1.0-core9 | 1,323 | 1/26/2021 |
1.8.2 | 2,473 | 6/28/2018 |
1.8.1 | 1,374 | 5/29/2018 |
1.8.0 | 1,432 | 4/28/2018 |
1.8.0-rc3 | 1,541 | 8/4/2017 |
1.8.0-rc2 | 892 | 6/22/2017 |
1.8.0-rc1 | 898 | 6/14/2017 |
1.7.10 | 1,533 | 5/31/2017 |
1.7.10-rc1 | 951 | 5/22/2017 |
1.7.9 | 1,175 | 5/12/2017 |
1.7.8 | 1,093 | 5/12/2017 |
1.7.7 | 1,133 | 5/11/2017 |
1.7.6 | 1,154 | 5/3/2017 |
1.7.5 | 1,150 | 4/26/2017 |
1.7.4 | 1,141 | 4/24/2017 |
1.7.3 | 1,161 | 4/7/2017 |
1.7.2 | 1,140 | 4/3/2017 |
1.7.0 | 1,150 | 3/31/2017 |
1.6.2 | 1,088 | 8/4/2017 |
1.6.1 | 1,054 | 7/26/2017 |
1.6.0 | 1,173 | 3/27/2017 |
1.5.0 | 1,277 | 3/16/2017 |
1.4.1 | 1,127 | 3/14/2017 |
1.3.0 | 1,199 | 3/2/2017 |
1.2.2 | 1,174 | 1/31/2017 |
1.1.1 | 1,573 | 10/14/2016 |
1.1.0 | 1,126 | 10/14/2016 |
1.0.2 | 1,497 | 5/20/2016 |
1.0.1 | 1,596 | 2/19/2016 |
1.0.0 | 1,266 | 12/9/2015 |
- Changes:
+ Round robin selector made thread-safe; empty collection requirement removed;
+ Request default timeout fixture added;
+ Sender request timeout is set to 30 seconds by default
+ Listener tasks are now created as long running on dedicated threads due to poor application performance while using the thread pool with default configuration;