51Degrees.mobi-web
3.2.12.3
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.
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
<PackageReference Include="51Degrees.mobi-web" Version="3.2.12.3" />
paket add 51Degrees.mobi-web --version 3.2.12.3
#r "nuget: 51Degrees.mobi-web, 3.2.12.3"
// 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.
Learn more about Target Frameworks and .NET Standard.
-
- 51Degrees.mobi-core
- Microsoft.Web.Infrastructure (>= 1.0.0)
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 | 53,311 | 11/13/2018 | |
3.2.20.2 | 6,805 | 6/4/2018 | |
3.2.19.2 | 10,464 | 12/4/2017 | |
3.2.18.2 | 12,671 | 9/13/2017 | |
3.2.17.2 | 6,955 | 6/2/2017 | |
3.2.15.6 | 1,834 | 3/20/2017 | |
3.2.14.3 | 10,216 | 12/15/2016 | |
3.2.13.5 | 2,342 | 11/1/2016 | |
3.2.12.4 | 2,090 | 9/14/2016 | |
3.2.12.3 | 1,757 | 9/14/2016 | |
3.2.11.2 | 1,689 | 8/26/2016 | |
3.2.11.1 | 1,837 | 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.