Metadata >> NuGet >> CallR >> 1.1.13

1.1.13

Metadata

Authors Tom Jacques
Copyrights Copyright 2014
Description Binaries for the CallR library. Visit https://github.com/tejacques/callr for an overview and usage examples.
LicenseUrl https://github.com/tejacques/callr/blob/master/LICENSE
Owners Tom Jacques
ProjectUrl https://github.com/tejacques/callr
ReleaseNotes Notes: Version 1.1.13 - Add a new CallRParameter, Cachebust. This can be any JSON value and will act as part of the cache key for requests. Changing it will guarantee fresh results from cached hub calls. - Add RefreshEntries option to CallRCache. Setting it to true (default: true) will update the TTL of entries that are pulled, while setting it to false will cause entries to expire after the TTL time from when they were entered. - Update dependency to CallR.JS 1.1.2 to get new configurable smartDisconnect option. Version 1.1.12 - Fix a bug with the IHubRequestParser causing the custom serializer to not be used in some cases. Version 1.1.11 - Add a custom IHubRequestParser to allow the request parser to use a custom serializer instead of the default SignalR JsonUtility serializer. Version 1.1.10 - Update Polarize dependency to 0.2.3 to include a bugfix on constraints Version 1.1.9 - Fix #7 so that custom key functions can be used by passing a type with a static method. A little bit janky, but this is what Json.Net does, so it must be legit. Version 1.1.8 - Correct libary versions 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)
RequireLicenseAcceptance False
Summary An open source helper library for SignalR.
Tags SignalR
Dependencies Microsoft.AspNet.SignalR:2.0.3|CallR.JS:1.1.2|Polarize:0.2.3
Title CallR
PackageSize 42556
PackageHashAlgorithm SHA512
PackageHash 1lbnPmi7GuAiT3Ds2BzLHWHWsDPtrR9IJtTQrlQ5SE3Kq+IK+jUNx4MWsIY2ioSu69wugTs+5XUvBvenI4M+Nw==
DownloadCount 000000
CreatedDate 2014-07-23T22:54:59

Access

You can access data for this version using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install CallR -Version 1.1.13 -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install CallR -Version 1.1.13 -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Deleting the package from the server (for each registered key):
nuget delete CallR 1.1.13 %key% -Source     http://nuget.gw.symbolsource.org/Public/NuGet

NuGet (Package Manager Console)

Installing the package (HTTP Basic authentication):
Install-Package CallR -Version 1.1.13 -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package CallR -Version 1.1.13 -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

OpenWrap

Installing the package:
o add-wrap CallR -Version 1.1.13
Uninstalling the package:
o remove-wrap CallR

Compilations

A compilation is created for every set of binaries produced from a single unchanged set of sources in different compilation modes (Debug, Release), for different platforms (x86, x64) or targetting different frameworks.

Profile Mode Platform Related
AnyCPU Release .NETFramework,Version=v4.0 Binaries