Revalee.Client 2.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Revalee.Client --version 2.1.0
NuGet\Install-Package Revalee.Client -Version 2.1.0
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.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Revalee.Client --version 2.1.0
#r "nuget: Revalee.Client, 2.1.0"
#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.1.0

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

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.

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,457 12/19/2014
2.3.0 1,514 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.1.0:
* Added client configuration settings to web.config
* Improved exception handling
* Performed miscellaneous code refactoring
* Signed assembly with strong name