Revalee.NetCore
1.1.0
See the version list below for details.
Install-Package Revalee.NetCore -Version 1.1.0
dotnet add package Revalee.NetCore --version 1.1.0
<PackageReference Include="Revalee.NetCore" Version="1.1.0" />
paket add Revalee.NetCore --version 1.1.0
#r "nuget: Revalee.NetCore, 1.1.0"
// Install Revalee.NetCore as a Cake Addin
#addin nuget:?package=Revalee.NetCore&version=1.1.0
// Install Revalee.NetCore as a Cake Tool
#tool nuget:?package=Revalee.NetCore&version=1.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.
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
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.6
- Microsoft.AspNetCore.Http.Abstractions (>= 1.1.0)
- Microsoft.AspNetCore.Mvc.Core (>= 1.1.0)
- Microsoft.AspNetCore.Mvc.ViewFeatures (>= 1.1.0)
- Microsoft.AspNetCore.Routing.Abstractions (>= 1.1.0)
- Microsoft.Extensions.Caching.Memory (>= 1.1.0)
- Microsoft.Extensions.Configuration.Abstractions (>= 1.1.0)
- Microsoft.Extensions.Configuration.Binder (>= 1.1.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 1.1.0)
- NETStandard.Library (>= 1.6.1)
- System.Diagnostics.FileVersionInfo (>= 4.3.0)
- System.Net.Requests (>= 4.3.0)
- System.Runtime.Serialization.Primitives (>= 4.3.0)
-
.NETStandard 1.6
- Microsoft.AspNetCore.Http.Abstractions (>= 1.1.0)
- Microsoft.AspNetCore.Mvc.Core (>= 1.1.0)
- Microsoft.AspNetCore.Mvc.ViewFeatures (>= 1.1.0)
- Microsoft.AspNetCore.Routing.Abstractions (>= 1.1.0)
- Microsoft.Extensions.Caching.Memory (>= 1.1.0)
- Microsoft.Extensions.Configuration.Abstractions (>= 1.1.0)
- Microsoft.Extensions.Configuration.Binder (>= 1.1.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 1.1.0)
- NETStandard.Library (>= 1.6.1)
- System.Diagnostics.FileVersionInfo (>= 4.3.0)
- System.Net.Requests (>= 4.3.0)
- System.Runtime.Serialization.Primitives (>= 4.3.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
1) Added Recurring task
2) Supported .Net 4.6
3) fixed CallbackAction Attribute