Acr.Settings
3.0.3
dotnet add package Acr.Settings --version 3.0.3
NuGet\Install-Package Acr.Settings -Version 3.0.3
<PackageReference Include="Acr.Settings" Version="3.0.3" />
paket add Acr.Settings --version 3.0.3
#r "nuget: Acr.Settings, 3.0.3"
// Install Acr.Settings as a Cake Addin #addin nuget:?package=Acr.Settings&version=3.0.3 // Install Acr.Settings as a Cake Tool #tool nuget:?package=Acr.Settings&version=3.0.3
A cross platform settings plugin for Xamarin and Windows. Unlike other libraries in this category though, you can serialize
just about anything. You can also monitor changes to the settings.
To start, make sure you call Settings.Init() in your platform project
Product | Versions Compatible and additional computed target framework versions. |
---|---|
MonoAndroid | monoandroid10 is compatible. |
Xamarin.iOS | xamarinios10 is compatible. |
-
- Newtonsoft.Json (>= 6.0.8 && < 7.0.0)
GitHub repositories
This package is not used by any popular GitHub repositories.
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