51Degrees.mobi
3.2.6-beta
dotnet add package 51Degrees.mobi --version 3.2.6-beta
NuGet\Install-Package 51Degrees.mobi -Version 3.2.6-beta
<PackageReference Include="51Degrees.mobi" Version="3.2.6-beta" />
paket add 51Degrees.mobi --version 3.2.6-beta
#r "nuget: 51Degrees.mobi, 3.2.6-beta"
// Install 51Degrees.mobi as a Cake Addin #addin nuget:?package=51Degrees.mobi&version=3.2.6-beta&prerelease // Install 51Degrees.mobi as a Cake Tool #tool nuget:?package=51Degrees.mobi&version=3.2.6-beta&prerelease
The fastest, most accurate tools. Deployed by millions.
Request.Browser properties will be populated with data from 51Degrees Lite Device Data. Other features
include automatic image optimisation, monitoring of network conditions and client side feature detection.
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. |
-
- Microsoft.Web.Infrastructure (>= 1.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on 51Degrees.mobi:
Repository | Stars |
---|---|
textadventures/quest
Create text adventure games
|
Version 3.2.6 Highlights
* Provider supports retrieving match results using device ids generated from previous matches.
* The classes to update device data files are now public and can be used to update device data files from non web environments.
* Licence keys are now verified against the 51Degrees public signature before being used to retrieve updates.
* The cache has been upgraded to use a least recently used (LRU) design. This removes the need to service the cache in a background thread, and results in a more predictable performance under load.
* Duplicate code has been consolidated with a focus on improving documentation and implementing recommendations from code analysis and peer reviews. Testing coverage has been included with initial unit tests for new features.
* Consistent examples have been added in parallel with APIs in other languages. The examples are designed to highlight specific use cases for the API. They relate to example specific documentation on the 51Degrees web site under Support -> Documentation -> .NET.
* The override to indicate if cookies are supported now defaults to True when the value is unknown. This prevents 3rd party components such as forms authentication from failing where an assumption that cookies are always supported has been made but not verified against the server side browser capabilities.
* The demo web site project no longer includes the 51Degrees.dat file in the project. It is instead copied from the repositories data folder when the project is built.
* The signed assembly is now compiled with "Optimise Code" option enabled.