From 017910d055c0e0b97a88d60be8dfedf645d4d880 Mon Sep 17 00:00:00 2001 From: Luca Passani Date: Tue, 27 Oct 2020 16:34:33 -0400 Subject: [PATCH] small update to include references to Azure and GCP marketplaces --- Nuget Package/WMClient_API_DotNet.nuspec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/Nuget Package/WMClient_API_DotNet.nuspec b/Nuget Package/WMClient_API_DotNet.nuspec index 8b41e21..e5ad50e 100644 --- a/Nuget Package/WMClient_API_DotNet.nuspec +++ b/Nuget Package/WMClient_API_DotNet.nuspec @@ -10,10 +10,14 @@ https://docs.scientiamobile.com/documentation/wurfl-microservice/docker-getting-started Apache-2.0 - The official .NET 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 official .NET 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). +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) from a major Cloud infrastructure provider: + https://docs.scientiamobile.com/documentation/wurfl-microservice/azure-getting-started , +https://www.scientiamobile.com/introducing-wurfl-microservice-for-aws/ , https://www.scientiamobile.com/products/wurfl-microservice-for-gcp/). 2.1.1 - Ehn: Added cache usage tests. Used HTTP headers in samlple app detection. 2.1.0 - Fix: added LookupHeaders method in client. Improved tests.