Acr.Settings 4.3.2

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

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

A cross platform settings plugin for Xamarin and Windows.  Unlike other setting libraries in the wild, this library provides several unique features

* You can store/retrieve just about any type of object (thanks to Newtonsoft.Json)
* You can monitor for changes using the Changed event
* iCloud Settings Provider
* You can use roaming profiles which is useful for iOS app groups, iOS extensions, iWatch, and Android Wear

Product Compatible and additional computed target framework versions.
.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 monoandroid10 is compatible. 
Universal Windows Platform uap was computed.  uap10.0 is compatible. 
Windows Phone wp8 is compatible.  wp81 was computed.  wpa81 is compatible. 
Windows Store win8 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,113 8/27/2018
9.0.0 7,823 4/13/2018
8.0.0 10,424 11/20/2017
7.0.2 8,358 10/7/2017
7.0.1 1,569 10/5/2017
7.0.0 3,294 9/29/2017
6.0.1 11,979 4/21/2017
6.0.0 6,895 3/28/2017
5.1.1 21,209 7/4/2016
5.1.0 6,782 3/11/2016
5.0.0 6,989 3/10/2016
4.3.9 2,183 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,293 10/7/2015
4.3.1 2,633 9/22/2015
4.3.0 2,889 8/16/2015
4.2.5 5,246 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,701 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,379 4/3/2015
3.0.1 1,603 2/13/2015
3.0.0 1,690 2/5/2015

4.3.2
[fix] WP8 registration

4.3.1
[fix] UAP registration
[fix] appsettings optional ctor arg
[fix] appsettings as default netcore implementation

4.3.0
Added UAP implementation
Cleanup Shared and Interface library.  Abstract implementation and inmemory implementations now found in interface library.

4.2.5
Minor fix related to previous type cast issue
Add in-memory settings for unit testing

4.2.3
[ios][fix] - type cast exception with nsuserdefaults nint to int

4.2.2
Update to JSON.NET 7.0.1

4.2.1
Nuspec fix

4.2.0
Interface library for better abstraction point
Fix nuspec for WP8, WPA81, and windows
Net45 implementation for registry and appsettings

4.1.0
Using native types internally on Android and iOS to allow use of PreferenceActivity and Settings Bundles
New iOS iCloud settings implementation.  In AppDelegate, set Settings.Roaming = new Acr,Settings.iCloudSettingsImpl();
New KeysNotToClear list to prevent Clear from removing a value.  Remove will still remove a key if specifically requested.
Fix SetDefaults behaviour

4.0.1
Fixes to android profile

4.0.0
New roaming profile feature
BREAKING - Settings.Instance has been renamed to Settings.Local

3.0.4
Fix nuspec - profile 259 pcl

3.0.3
Init is no longer necessary

3.0.2
Fix a leak that can occur on android

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