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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.3 157 4/30/2015
3.0.2 103 4/3/2015
3.0.1 117 2/13/2015
3.0.0 160 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