Nelibur 3.0.1-beta2
See the version list below for details.
dotnet add package Nelibur --version 3.0.1-beta2
NuGet\Install-Package Nelibur -Version 3.0.1-beta2
<PackageReference Include="Nelibur" Version="3.0.1-beta2" />
paket add Nelibur --version 3.0.1-beta2
#r "nuget: Nelibur, 3.0.1-beta2"
// Install Nelibur as a Cake Addin #addin nuget:?package=Nelibur&version=3.0.1-beta2&prerelease // Install Nelibur as a Cake Tool #tool nuget:?package=Nelibur&version=3.0.1-beta2&prerelease
Nelibur is a message based web service framework on the pure WCF.
Nelibur simplifies creating high-performance and message based web services and you certainly have all the power of the WCF
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. |
This package has no dependencies.
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 |
---|---|---|
3.1.8 | 11,078 | 3/2/2016 |
3.1.6 | 1,715 | 6/26/2015 |
3.1.4 | 1,374 | 4/21/2015 |
3.1.2 | 1,679 | 2/28/2015 |
3.1.0 | 1,841 | 12/20/2014 |
3.0.3-beta5 | 1,800 | 11/8/2014 |
3.0.3-beta2 | 2,606 | 10/31/2014 |
3.0.3-beta1 | 1,267 | 10/15/2014 |
3.0.2 | 1,774 | 5/25/2014 |
3.0.1-beta2 | 1,559 | 5/10/2014 |
3.0.1-beta1 | 1,382 | 4/25/2014 |
2.0.3 | 1,696 | 3/29/2014 |
1.0.61-beta3 | 1,406 | 3/23/2014 |
1.0.61-beta2 | 1,250 | 2/20/2014 |
1.0.61-beta1 | 1,170 | 2/1/2014 |
Version 3.0.1-beta2
* Changed client's methods signature.
Example: client.Get<GetClientRequest, ClientResponse>(request) => client.Get<ClientResponse>(request)
Version 3.0.1-beta1
* Changed url serialization. Urls are readable
Example: http://localhost/GetWithResponse?type=PresentRequest&Country=Sheldonopolis&Status=Pending