Revalee.Client 2.3.1

dotnet add package Revalee.Client --version 2.3.1
NuGet\Install-Package Revalee.Client -Version 2.3.1
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="Revalee.Client" Version="2.3.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Revalee.Client --version 2.3.1
#r "nuget: Revalee.Client, 2.3.1"
#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.
// Install Revalee.Client as a Cake Addin
#addin nuget:?package=Revalee.Client&version=2.3.1

// Install Revalee.Client as a Cake Tool
#tool nuget:?package=Revalee.Client&version=2.3.1

Revalee is a Windows Service used to schedule callbacks for web applications. It simplifies a web application's workflow when events are required *after* the normal handling of web requests. This library allows Revalee callback requests to be easily embedded in web application code.

This NuGet package requires installation of the Revalee Windows Service available for download at the Project Site or at the GitHub repository (SageAnalytic/Revalee).

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Revalee.Client:

Package Downloads
Revalee.Client.Mvc

Revalee is a Windows Service used to schedule callbacks for web applications. It simplifies a web application's workflow when events are required *after* the normal handling of web requests. This library allows Revalee callback requests to be easily embedded in web application code. This NuGet package requires installation of the Revalee Windows Service available for download at the Project Site or at the GitHub repository (SageAnalytic/Revalee).

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.3.1 10,444 12/19/2014
2.3.0 1,513 7/16/2014
2.2.0 1,497 5/12/2014
2.1.2 1,340 3/7/2014
2.1.0 1,326 3/3/2014
2.0.1 1,116 2/24/2014

Changes in v2.3.1
* Added ongoing heartbeat to activate recurring tasks.
* Added HTTP response status codes from recurring tasks.
* Added public event that handles activation failures for recurring tasks.
* Removed all HTTP Expect 100 Continue behavior.
* Fix: Allow explicit default port numbers on callback URLs.