WURFL_Microservice_Client.Core 2.1.4

dotnet add package WURFL_Microservice_Client.Core --version 2.1.4
NuGet\Install-Package WURFL_Microservice_Client.Core -Version 2.1.4
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="WURFL_Microservice_Client.Core" Version="2.1.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WURFL_Microservice_Client.Core --version 2.1.4
#r "nuget: WURFL_Microservice_Client.Core, 2.1.4"
#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 WURFL_Microservice_Client.Core as a Cake Addin
#addin nuget:?package=WURFL_Microservice_Client.Core&version=2.1.4

// Install WURFL_Microservice_Client.Core as a Cake Tool
#tool nuget:?package=WURFL_Microservice_Client.Core&version=2.1.4

The official .NET Core  WURFL Microservice client API allows you to query the WURFL database with no need to host and update the database itself in your applications and on your servers. The speed of the client API is comparable to the speed of a local API (such as "WURFL OnSite").

The Client API relies on the presence of a running instance of "WURFL Microservice", available as either a Docker image (obtainable from ScientiaMobile, https://www.scientiamobile.com/products/wurfl-microservice-docker-detect-device/) or a Virtual Machine (AMI, VM instances and such:
https://www.scientiamobile.com/introducing-wurfl-microservice-for-aws/ ) of major Cloud infrastructure providers, such as: AWS, Azure and Google Cloud Platform).

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.1 is compatible. 
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
2.1.4 426 6/27/2022
2.1.3 397 11/25/2020
2.1.2 385 11/10/2020
2.1.1 372 10/27/2020
2.1.0 378 9/10/2020
2.0.4 443 2/24/2020
2.0.3 477 1/10/2020

2.1.4 - Ehn: Updated dependencies to fix vulnerability
 2.1.3 - Ehn: Added support for NET 5
         2.1.2 - Fix: Could not load file or assembly 'System.Net.Http.Formatting' error.Set target framework to netcoreapp 3.1
         2.1.1 - Ehn: Added cache usage tests. Used HTTP headers in samlple app detection.
         2.1.0 - Added LookupHeaders method to API. Improved tests to be executed on different server configurations.
         2.0.4 - Fix: naming issue in .NET Core package
         2.0.3 - Added support for .NET Core framework 2.2.0
         2.0.2 - Better packaging and info for NuGet release
         2.0.1 - Initial release