Acr.Settings 3.0.1

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

// Install Acr.Settings as a Cake Tool
#tool nuget:?package=Acr.Settings&version=3.0.1

A cross platform settings plugin for Xamarin iOS/Android and Windows Phone 8.  Unlike other libraries in this category though, you can serialize
just about anything.  It also has a change event to monitor for changes from other places in your app.

Product Compatible and additional computed target framework versions.
MonoAndroid monoandroid10 is compatible. 
Xamarin.iOS xamarinios10 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Acr.Settings:

Package Downloads
Estimotes.Xplat

Estimotes Plugin for Xamarin to allow for cross platform development using the Estimote libraries

Innbox.XF.ToolKit

InnBox Xamarin Forms ToolKit

Matthieume.Estimotes.Xplat

Estimotes Plugin for Xamarin to allow for cross platform development using the Estimote libraries

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
9.0.1 54,485 8/27/2018
9.0.0 7,839 4/13/2018
8.0.0 10,425 11/20/2017
7.0.2 8,362 10/7/2017
7.0.1 1,569 10/5/2017
7.0.0 3,294 9/29/2017
6.0.1 11,980 4/21/2017
6.0.0 6,896 3/28/2017
5.1.1 21,215 7/4/2016
5.1.0 6,827 3/11/2016
5.0.0 6,995 3/10/2016
4.3.9 2,184 1/8/2016
4.3.8 1,591 1/3/2016
4.3.6 1,686 10/28/2015
4.3.5 1,320 10/23/2015
4.3.4 1,392 10/13/2015
4.3.3 1,245 10/11/2015
4.3.2 3,348 10/7/2015
4.3.1 2,698 9/22/2015
4.3.0 2,920 8/16/2015
4.2.5 5,359 7/13/2015
4.2.4 1,361 7/13/2015
4.2.3 1,308 7/5/2015
4.2.2 1,378 6/23/2015
4.2.1 1,261 6/22/2015
4.2.0 1,702 6/21/2015
4.1.0 1,499 6/1/2015
4.0.1 1,371 5/25/2015
4.0.0 1,295 5/22/2015
3.0.4 1,308 5/20/2015
3.0.3 1,580 4/30/2015
3.0.2 1,381 4/3/2015
3.0.1 1,607 2/13/2015
3.0.0 1,691 2/5/2015

3.0.1
Add an Init for stupid linker issues

3.0.0
Vastly new underlying design and API
Moving to bait and switch design

2.1.1
Fix iOS Settings issue

2.1
Better structure to observable dictionary of settings
FIX: bug with resync calling clear event which removes some necessary iOS settings

2.0
Now works as an observable observable dictionary
New extension methods for supporting several other data types

1.0
Initial Release