DuoVia.Net
1.3.0
See the version list below for details.
dotnet add package DuoVia.Net --version 1.3.0
NuGet\Install-Package DuoVia.Net -Version 1.3.0
<PackageReference Include="DuoVia.Net" Version="1.3.0" />
paket add DuoVia.Net --version 1.3.0
#r "nuget: DuoVia.Net, 1.3.0"
// Install DuoVia.Net as a Cake Addin #addin nuget:?package=DuoVia.Net&version=1.3.0 // Install DuoVia.Net as a Cake Tool #tool nuget:?package=DuoVia.Net&version=1.3.0
A Lightweight Services Library for .NET.
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. |
This package has no dependencies.
NuGet packages (5)
Showing the top 5 NuGet packages that depend on DuoVia.Net:
Package | Downloads |
---|---|
DuoVia.MpiVisor
Distributed Parallel Computing for .NET. |
|
DuoVia.Net.Web
Lightweight HTTP Services Library using DuoVia.Net. |
|
DuoVia.Cache
Fast distributed mirrored pool and striped cluster memory cache for .NET. |
|
DuoVia.Net.Distributed
A Distributed Task Parallel Processing Library for .NET. |
|
DuoVia.MpiVisor.Management
Distributed Parallel Computing for .NET Management Library. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.4.0 | 1,859 | 1/16/2014 |
1.3.8 | 1,498 | 1/13/2014 |
1.3.7 | 2,236 | 11/27/2013 |
1.3.6 | 1,232 | 11/20/2013 |
1.3.5 | 1,216 | 11/13/2013 |
1.3.4 | 1,503 | 11/6/2013 |
1.3.3 | 1,263 | 10/27/2013 |
1.3.2 | 1,230 | 10/26/2013 |
1.3.1 | 1,424 | 10/25/2013 |
1.3.0 | 2,135 | 10/21/2013 |
1.2.2 | 1,192 | 10/20/2013 |
1.2.1 | 1,207 | 10/20/2013 |
1.2.0 | 1,443 | 10/13/2013 |
1.1.7 | 2,126 | 9/15/2013 |
1.1.6 | 1,462 | 8/8/2013 |
1.1.5 | 1,641 | 7/25/2013 |
1.1.4 | 1,494 | 7/20/2013 |
1.1.3 | 1,460 | 7/17/2013 |
1.1.2 | 1,812 | 7/15/2013 |
1.1.1 | 1,690 | 7/14/2013 |
1.1.0 | 1,711 | 7/10/2013 |
1.0.3 | 1,710 | 7/5/2013 |
1.0.2 | 1,482 | 5/23/2013 |
1.0.1 | 1,783 | 4/13/2013 |
1.0.0 | 1,256 | 4/7/2013 |
BREAKING CHANGE: Multi-service hosting with AddService method. The break is minor. Users will need to refactor use of the Host class and its descendants by calling the AddService method rather than the constructor to add service implementations to be hosted.