Advexp.Settings.Cloud.Evaluation 2.7.0

Requires NuGet 2.8.1 or higher.

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

// Install Advexp.Settings.Cloud.Evaluation as a Cake Tool
#tool nuget:?package=Advexp.Settings.Cloud.Evaluation&version=2.7.0

Create cross-platform .NET app settings and configuration for Windows, .NET Core, Xamarin.Mac, Xamarin.iOS or Xamarin.Android.
Save settings locally or to the cloud in native format.
Configure your app by using Microsoft.Extensions.Configuration library.
Save settings to the cloud and sync between iOS devises by using iCloud service.
Save settings to the cloud and sync them across different devices by using the Amazon Cognito Sync service.
Remotely configure your mobile app by using Google Firebase Remote Config service.
Load cryptographic keys and secrets by using Microsoft Azure Key Vault service.
Support any built-in or user-defined types which can be saved as a setting.
Save settings as dynamic parameters (name - value pairs).

It use Apple iCloud to enable syncing between iOS devices.
More informations about this service you can find here:
https://developer.apple.com/icloud/

It use Amazon Cognito Sync to enables cross-device syncing of application-related user data.
More informations about this service you can find here:
http://docs.aws.amazon.com/cognito/latest/developerguide/cognito-sync.html

It use Google Firebase Remote Config to remotely configure your mobile app.
More informations about this service you can find here:
https://firebase.google.com/docs/remote-config

It use Microsoft Azure Key Vault to load cryptographic keys and secrets.
More informations about this service you can find here:
https://azure.microsoft.com/en-us/services/key-vault

It use Microsoft.Extensions.Configuration to configure your app locally.
More informations about this library you can find here:
https://docs.microsoft.com/en-us/aspnet/core/fundamentals/configuration

Supported platforms:
   .NET Framework  
   .NET Core  
   .NET Standard  
   UWP  
   Xamarin.Mac  
   Xamarin.iOS  
   Xamarin.Android  

Supported 3rd party libraries:
   Microsoft.Extensions.Configuration - configuration in ASP.NET Core. https://docs.microsoft.com/en-us/aspnet/core/fundamentals/configuration
   InAppSettingsKit - allows settings to be in-app in addition to being in the Settings app. Xamarin.InAppSettingsKit

Supported cloud services:
   Apple iCloud - https://developer.apple.com/icloud
   Microsoft Azure Key Vault - https://azure.microsoft.com/en-us/services/key-vault
   Google Firebase Remote Config - https://firebase.google.com/docs/remote-config
   Amazon Cognito Sync - http://docs.aws.amazon.com/cognito/latest/developerguide/cognito-sync.html

Project home page:
https://advexp.bitbucket.io/

NuGet package "Advexp.Settings Local" you can download here:
Advexp.Settings.Local

Samples, Unit Tests and additional information you can find here:
https://bitbucket.org/advexp/component-advexp.settings

NuGet package "Advexp.Settings Cloud", full version, you can buy here:
https://advexp.bitbucket.io/

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  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 netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 is compatible.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.0 is compatible.  netstandard1.1 was computed.  netstandard1.2 was computed.  netstandard1.3 was computed.  netstandard1.4 was computed.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 was computed.  netstandard2.1 was computed. 
.NET Framework net45 is compatible.  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. 
MonoAndroid monoandroid was computed.  monoandroid10 is compatible. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10 is compatible.  uap10.0 was computed. 
Windows Phone wp8 was computed.  wp81 was computed.  wpa81 was computed. 
Windows Store netcore was computed.  netcore45 was computed.  netcore451 was computed. 
Xamarin.iOS xamarinios was computed.  xamarinios10 is compatible. 
Xamarin.Mac xamarinmac was computed.  xamarinmac20 is compatible. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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.7.0 3,670 7/23/2019
2.6.0 1,254 7/12/2019
2.5.2 1,294 4/27/2019

Add Microsoft.Extensions.Configuration support
For more information visit https://bitbucket.org/advexp/component-advexp.settings/src/default/CHANGELOG.md