51Degrees.mobi-web 3.2.12.3

Suggested Alternatives

FiftyOne.Pipeline.Web

Additional Details

51Degrees.mobi-web is no longer maintained by 51Degrees. We will continue to produce data files, but will not be making any code changes. The replacement 'version 4' packages improve performance, support User-Agent Client Hints and have a more modern API.

There is a newer version of this package available.
See the version list below for details.
dotnet add package 51Degrees.mobi-web --version 3.2.12.3
NuGet\Install-Package 51Degrees.mobi-web -Version 3.2.12.3
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-web" Version="3.2.12.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add 51Degrees.mobi-web --version 3.2.12.3
#r "nuget: 51Degrees.mobi-web, 3.2.12.3"
#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-web as a Cake Addin
#addin nuget:?package=51Degrees.mobi-web&version=3.2.12.3

// Install 51Degrees.mobi-web as a Cake Tool
#tool nuget:?package=51Degrees.mobi-web&version=3.2.12.3

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.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

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
3.2.21.1 44,681 11/13/2018
3.2.20.2 5,607 6/4/2018
3.2.19.2 9,641 12/4/2017
3.2.18.2 12,524 9/13/2017
3.2.17.2 6,782 6/2/2017
3.2.15.6 1,803 3/20/2017
3.2.14.3 9,363 12/15/2016
3.2.13.5 2,310 11/1/2016
3.2.12.4 1,995 9/14/2016
3.2.12.3 1,727 9/14/2016
3.2.11.2 1,658 8/26/2016
3.2.11.1 1,789 8/18/2016

Version 3.2.12 Highlights
* When the WebProvider is being used outside a web environment to make use of the update feature, it is useful to see the return code of the data file download. The codes are detailed in the LicenceKeyResults enumeration. Updating manually in this way may mean that the Download method is called when there is no bin directory (where the API searches for a licence key file). For this reason a check has been added to the Keys method in LicenceKeys which checks for the existance of the bin directory before searching it for a licence key file.