CallR 1.1.7
See the version list below for details.
dotnet add package CallR --version 1.1.7
NuGet\Install-Package CallR -Version 1.1.7
<PackageReference Include="CallR" Version="1.1.7" />
paket add CallR --version 1.1.7
#r "nuget: CallR, 1.1.7"
// Install CallR as a Cake Addin #addin nuget:?package=CallR&version=1.1.7 // Install CallR as a Cake Tool #tool nuget:?package=CallR&version=1.1.7
Binaries for the CallR library.
Visit https://github.com/tejacques/callr for an overview and usage examples.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. 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. |
-
- CallR.JS (>= 1.1.1)
- Microsoft.AspNet.SignalR (>= 2.0.3)
- Polarize (>= 0.2.2)
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 |
---|---|---|
2.0.0 | 1,799 | 8/22/2014 |
1.1.15 | 1,203 | 7/25/2014 |
1.1.14 | 1,213 | 7/24/2014 |
1.1.13 | 1,189 | 7/23/2014 |
1.1.12 | 1,289 | 6/17/2014 |
1.1.10 | 1,279 | 5/22/2014 |
1.1.9 | 1,195 | 5/21/2014 |
1.1.8 | 1,197 | 5/21/2014 |
1.1.7 | 1,213 | 5/20/2014 |
1.1.6 | 1,334 | 5/13/2014 |
1.1.5 | 1,295 | 5/7/2014 |
1.1.3 | 1,191 | 5/5/2014 |
1.1.0 | 1,308 | 3/18/2014 |
1.0.2 | 1,257 | 1/27/2014 |
Notes:
Version 1.1.7
- Update dependency on Polarize to include a critical bug fix.
Version 1.1.6
- Add CustomKey lambda for creating a cache key from function arguments.
Version 1.1.5
- Update Packages compiled against
Version 1.1.4
- Update Version dependencies for Polarize and SignalR
Version 1.1.3:
- Add source files and debugging symbols
Version 1.1.2:
- Dependency on CallR.JS >=1.1.1
Version 1.1.1:
- Fix #3: Fix a race condition when adding entries to the HubCache.
Version 1.1.0:
- Add ConfigureCallR() extension method to IAppBuilder
- Add HubPipelineModule for caching
- Add HubPipelineModule for filtering Json response using Polarize
- Dependency on Polarize >=0.2.0
- Dependency on CallR.JS >=1.1.0
Version 1.0.2:
- Update dependencies
Version 1.0.1:
- Fix HubUtility SendToAll
Version 1.0.0:
- HubUtility methods and extension methods for interacting with SignalR hubs.
- SendToAll(this THub hub, string type, params object[] parameters)
- SendToAll(string type, params object[] parameters)
- SendToClients(dynamic clients, string eventType, params object[] parameters)
- SendToGroup(this THub hub, string groupName, string type, params object[] parameters)
- SendToGroup(string groupName, string type, params object[] parameters)