Revalee.NetCore by Shittu Joseph Olugbenga

<PackageReference Include="Revalee.NetCore" Version="1.2.0" />

 Revalee.NetCore 1.2.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. This NuGet package requires installation of the Revalee Windows Service available for download at the Project Site or at the GitHub repository (SageAnalytic/Revalee). Project Url: https://github.com/she2/Revalee.Client.AspNetCore

<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>Revalee.NetCore</id>
    <version>1.2.0</version>
    <authors>Shittu Joseph Olugbenga</authors>
    <owners>Revalee.NetCore</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>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).

Project Url: https://github.com/she2/Revalee.Client.AspNetCore</description>
    <tags>revalee web callback background scheduled tasks scheduling jobs workers aspnet asp.net mvc asp.net core</tags>
    <dependencies>
      <group targetFramework=".NETFramework4.6">
        <dependency id="Microsoft.AspNetCore.Http.Abstractions" version="[1.1.2, )" />
        <dependency id="Microsoft.AspNetCore.Mvc.Core" version="[1.1.3, )" />
        <dependency id="Microsoft.Extensions.Caching.Memory" version="[1.1.2, )" />
        <dependency id="Microsoft.Extensions.Configuration.Abstractions" version="[1.1.2, )" />
        <dependency id="Microsoft.Extensions.Configuration.Binder" version="[1.1.2, )" />
        <dependency id="Microsoft.Extensions.DependencyInjection.Abstractions" version="[1.1.1, )" />
        <dependency id="NETStandard.Library" version="[1.6.1, )" />
        <dependency id="System.Diagnostics.FileVersionInfo" version="[4.3.0, )" />
        <dependency id="System.Net.Requests" version="[4.3.0, )" />
        <dependency id="System.Runtime.Serialization.Primitives" version="[4.3.0, )" />
      </group>
      <group targetFramework=".NETStandard1.6">
        <dependency id="Microsoft.AspNetCore.Http.Abstractions" version="[1.1.2, )" />
        <dependency id="Microsoft.AspNetCore.Mvc.Core" version="[1.1.3, )" />
        <dependency id="Microsoft.Extensions.Caching.Memory" version="[1.1.2, )" />
        <dependency id="Microsoft.Extensions.Configuration.Abstractions" version="[1.1.2, )" />
        <dependency id="Microsoft.Extensions.Configuration.Binder" version="[1.1.2, )" />
        <dependency id="Microsoft.Extensions.DependencyInjection.Abstractions" version="[1.1.1, )" />
        <dependency id="NETStandard.Library" version="[1.6.1, )" />
        <dependency id="System.Diagnostics.FileVersionInfo" version="[4.3.0, )" />
        <dependency id="System.Net.Requests" version="[4.3.0, )" />
        <dependency id="System.Runtime.Serialization.Primitives" version="[4.3.0, )" />
      </group>
    </dependencies>
    <title>Revalee Client Library for ASP.NET Core</title>
    <copyright>Copyright 2017 Shittu Joseph Olugbenga</copyright>
    <iconUrl>http://revalee.sageanalytic.com/favicon.ico</iconUrl>
    <projectUrl>https://github.com/she2/Revalee.Client.AspNetCore</projectUrl>
    <releaseNotes>1) Updated all dependencies</releaseNotes>
    <summary>Revalee Service for ASP.NET CORE. Revalee is a Windows Service used to schedule callbacks for web applications. This NuGet package requires installation of the Revalee Windows Service available for download at the Project Site or at the GitHub repository (SageAnalytic/Revalee).</summary>
  </metadata>
</package>