51Degrees.mobi-WebMatrix 3.2.5.5

Suggested Alternatives

FiftyOne.Pipeline.Web

Additional Details

51Degrees.mobi-webMatrix is no longer maintained by 51Degrees. We will continue to produce paid-for data files, but will not be making any updates to the code. The replacement 'version 4' packages improve performance, support User-Agent Client Hints and have a more modern API. See our pricing page for options: http://51degrees.com/pricing

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

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

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

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.2.21.1 8,324 11/13/2018
3.2.20.2 3,591 6/4/2018
3.2.19.2 3,640 12/4/2017
3.2.18.2 6,983 9/13/2017
3.2.17.2 4,439 6/2/2017
3.2.15.6 4,170 3/20/2017
3.2.14.3 3,523 12/15/2016
3.2.13.5 3,949 11/1/2016
3.2.12.4 3,900 9/14/2016
3.2.11.1 3,709 8/18/2016
3.2.10.3-beta 2,334 6/22/2016
3.2.9.1 2,846 6/21/2016
3.2.8.1 2,978 5/23/2016
3.2.7.4 2,854 4/21/2016
3.2.7.3 2,803 4/4/2016
3.2.7-beta 2,450 2/12/2016
3.2.6-beta 2,264 12/7/2015
3.2.5.6 3,646 10/23/2015
3.2.5.5 2,845 10/16/2015
3.2.5.4 2,731 10/13/2015
3.2.5.3 2,518 10/12/2015
3.2.4.4 3,368 9/3/2015
3.2.3.2 3,334 7/21/2015
3.1.12.6 3,068 6/2/2015
3.1.11.1 3,186 3/20/2015
3.1.10.2 3,482 2/23/2015
3.1.9.3 4,885 1/8/2015
3.1.9.2 2,689 1/7/2015
3.1.8.4 2,875 12/4/2014
3.1.6.6 2,754 10/6/2014
3.1.4.5 5,028 7/10/2014
3.1.3.4 2,805 6/25/2014
3.1.3.3 2,895 6/24/2014
3.1.2.3 2,825 6/5/2014
3.1.1.12 2,746 5/27/2014

Version 3.2.5 Highlights
* The SQL project now works as expected with the 3.2 device detection logic.
* Methods used to retrieve property values from Profiles and Signatures have been made clearer, memory use reduced and performance improved further.
* Automatic data file updates explicitly refresh file status during the update in case .NET did not do this automatically. Avoids a possible cause of automatic update failure.
* Automatic data file updates bug fixed, if temporary folder does not exist, it is created. Also ensures that subsequent updates operations can occur.
* GetProperty method now marked as deprecated.

-- Changes from 3.2.4 --
1. Changed the MobileCapabilitiesProvider to continue to support .NET Adapters and Browsers.
2. Matches using multiple headers will return the sum of all difference for each header, not just the last one that was used.
3. Removed redundant properties and some working properties and fields made internal.
4. Nodes with the same number of ranked signatures are now also ordered on their position within the User-Agent to ensure consistency with Java and C APIs.

-- Changes from 3.2.2 --

1. Automatic download requests version 3.2 data file format.
2. The active provider will not be initialised when data sharing is enabled.

-- Changes from 3.2.1 --

1. TrieProvider now support V3.2 data file format which includes embedded HTTP headers in the properties data array.
2. TrieProvider supports NameValueCollection of HTTP headers rather than a single user agent string. An collection of device indexes is returned for each of the relevant headers. The collection can be used with new GetPropertyValue methods to return the property value from the most relevant HTTP header.
3. If a file is used with the StreamFactory it will only be deleted if the IsTemporary parameter is set to true. Previously the extension of the file was used to determine if the file was temporary and eligible for deletion.
4. Stream DataSet now exposes information related to the number of readers created and queued in the underlying Pool.
5. Detector module no longer listens for PostAuthorizeRequest if image optimisation is disabled.
6. Changing device detection or image optimisation enabled states will change web.config modules collection to ensure configured to listen for all requests, not just managed code.
7. Changed image optimiser process to reduce memory consumption slightly, and ensure resized image is smaller than the original.

-- Changes from 3.1.13 --

1. The entity RankedSignatureIndex has been renamed to IntegerEntity along with the associated factories. This is so that the entity can be reused in the new lists for Nodes related to Signatures and Signatures related to Nodes where each list also contains 4 byte integer data types.
2. A potential threading problem has been resolved in Profile entity by only referencing the property PropertyIndexToValues rather than its backed private field.
3. Cache service method thread start is now synchronised.
4. Memory/Profile.cs Init() method has been removed as the ValueIndexes and SignatureIndexes arrays are needed to support other methods and don’t need to be freed.
5. Changed the Cache classes AddRecent and ServiceCache methods to prevent multiple service operations in multiple threads.
6. Added a ResetCache method to the dataset.
7. WebProvider in memory mode now uses a byte array in memory rather than constructing all instances of every entity. This reduces start up time.
8. Unit tests have been added for performance, memory and major data error checks.
9. V3.2 data format is now supported.