Acr.Settings
8.0.0
See the version list below for details.
dotnet add package Acr.Settings --version 8.0.0
NuGet\Install-Package Acr.Settings -Version 8.0.0
<PackageReference Include="Acr.Settings" Version="8.0.0" />
paket add Acr.Settings --version 8.0.0
#r "nuget: Acr.Settings, 8.0.0"
// Install Acr.Settings as a Cake Addin #addin nuget:?package=Acr.Settings&version=8.0.0 // Install Acr.Settings as a Cake Tool #tool nuget:?package=Acr.Settings&version=8.0.0
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 | Versions 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 | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 is compatible. 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 | tizen40 was computed. tizen60 was computed. |
Universal Windows Platform | uap was computed. uap10.0 is compatible. |
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. |
-
- Newtonsoft.Json (>= 10.0.3 && < 12.0.0)
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 | 56,509 | 8/27/2018 | |
9.0.0 | 8,196 | 4/13/2018 | |
8.0.0 | 10,474 | 11/20/2017 | |
7.0.2 | 8,450 | 10/7/2017 | |
7.0.1 | 1,612 | 10/5/2017 | |
7.0.0 | 3,342 | 9/29/2017 | |
6.0.1 | 12,062 | 4/21/2017 | |
6.0.0 | 6,959 | 3/28/2017 | |
5.1.1 | 21,375 | 7/4/2016 | |
5.1.0 | 6,886 | 3/11/2016 | |
5.0.0 | 7,356 | 3/10/2016 | |
4.3.9 | 2,224 | 1/8/2016 | |
4.3.8 | 1,629 | 1/3/2016 | |
4.3.6 | 1,725 | 10/28/2015 | |
4.3.5 | 1,360 | 10/23/2015 | |
4.3.4 | 1,429 | 10/13/2015 | |
4.3.3 | 1,282 | 10/11/2015 | |
4.3.2 | 3,414 | 10/7/2015 | |
4.3.1 | 2,789 | 9/22/2015 | |
4.3.0 | 2,987 | 8/16/2015 | |
4.2.5 | 5,499 | 7/13/2015 | |
4.2.4 | 1,399 | 7/13/2015 | |
4.2.3 | 1,345 | 7/5/2015 | |
4.2.2 | 1,421 | 6/23/2015 | |
4.2.1 | 1,311 | 6/22/2015 | |
4.2.0 | 1,741 | 6/21/2015 | |
4.1.0 | 1,543 | 6/1/2015 | |
4.0.1 | 1,424 | 5/25/2015 | |
4.0.0 | 1,337 | 5/22/2015 | |
3.0.4 | 1,332 | 5/20/2015 | |
3.0.3 | 1,629 | 4/30/2015 | |
3.0.2 | 1,424 | 4/3/2015 | |
3.0.1 | 1,647 | 2/13/2015 | |
3.0.0 | 1,732 | 2/5/2015 |
8.0
Move to .NET Standard 2.0
7.0
.NET standard support is here
6.0.1
[fix] better handling of default values - simple types will still set instead of causing a remove, complex types will still be removed because NULL cannot be stored
6.0
[feature][net45] AppSettings provider additional configuration parameters
[feature][macOS] MacOS implementation
[fix][droid] disposal race condition
[breaking] Win8/WP is gone and it is NOT coming back
[update] update to JSON.NET 10 so people stop asking!