51Degrees.mobi 3.2.6-beta

This is a prerelease version of 51Degrees.mobi.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package 51Degrees.mobi --version 3.2.6-beta
NuGet\Install-Package 51Degrees.mobi -Version 3.2.6-beta
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="51Degrees.mobi" Version="3.2.6-beta" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add 51Degrees.mobi --version 3.2.6-beta
#r "nuget: 51Degrees.mobi, 3.2.6-beta"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 Downloads Last updated

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.