Cheesebaron.MvxPlugins.Settings 1.2.2-pre3

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

// Install Cheesebaron.MvxPlugins.Settings as a Cake Tool
#tool nuget:?package=Cheesebaron.MvxPlugins.Settings&version=1.2.2-pre3&prerelease

Settings Plugin for MvvmCross, supporting Android, iOS, Windows Phone 8/8.1 (silverlight),  Windows Store (Windows Phone 8.1 and Windows Store 8.1) and WPF projects.

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. 
.NETPlatform dotnet is compatible. 
MonoAndroid monoandroid10 is compatible. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Windows Phone wp8 is compatible.  wp81 was computed.  wpa81 is compatible. 
Windows Store win81 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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
6.0.0 1,818 6/14/2021
5.1.0 1,530 2/7/2021
5.0.0 1,266 8/30/2020
4.1.2 10,552 1/3/2020
4.1.1 2,945 10/1/2019
4.1.0 19,013 7/8/2019
4.0.1 5,120 10/28/2018
4.0.0 1,516 10/1/2018
3.2.0 6,793 11/9/2017
3.1.0 14,468 6/19/2017
3.0.3 7,379 3/9/2017
3.0.2 1,676 3/9/2017
3.0.1 1,640 3/9/2017
3.0.0 1,645 3/8/2017
2.2.2 1,929 2/22/2017
2.2.1 2,227 1/16/2017
2.2.0 2,324 12/5/2016
2.1.0 6,181 9/26/2016
2.0.1 2,135 8/23/2016
1.2.7 3,835 6/13/2016
1.2.6 1,809 6/13/2016
1.2.5 10,529 2/5/2016
1.2.2 2,998 2/4/2016
1.2.2-pre6 1,456 12/14/2015
1.2.2-pre4 1,630 11/9/2015
1.2.2-pre3 1,481 10/23/2015
1.2.2-pre2 1,488 10/21/2015
1.2.2-pre1 1,502 10/21/2015
1.2.2-pre 1,575 9/11/2015
1.2.1 3,003 6/19/2015
1.2.0 1,869 6/15/2015
1.1.9 1,667 6/15/2015
1.1.8 1,728 6/8/2015
1.1.7 1,850 6/2/2015
1.1.6 1,807 6/2/2015
1.1.5 1,843 6/2/2015
1.1.4 1,824 5/19/2015
1.1.3 1,762 5/19/2015
1.1.2 1,954 4/8/2015
1.1.1 1,828 3/30/2015
1.1.1-pre1 1,526 3/30/2015
1.1.0 3,330 1/21/2015
1.0.3 1,900 10/3/2014
1.0.2 2,127 8/29/2014
1.0.0 1,896 5/26/2014

1.2.2-pre
Updated to JSON.Net 7
Updated MvvmCross packages to latest beta
  
1.2.1
Fix nuspec dependencies

1.2.0
Removed permissions in Android
   
1.1.9
WindowsCommon version now internally serializing and deserializing using JSON.Net

1.1.8
Fix missing bootstrap content for iOS

1.1.7
Fix regression for other types on iOS
   
1.1.6
Fix boolean always returning default value on iOS
   
1.1.5
Built against 4.0.0-beta4 instead of main branch
Added Guid support on Android and iOS
   
1.1.4
Fixed bug where booleans would return false instead of specified default value on iOS
   
1.1.3
Added Wpf
   
1.1.2
Added WindowsCommon project to package
Added PDB files
Added source to package

1.1.1
Fix for "ArgumentException: 'jobject' must not be IntPtr.Zero. Parameter name: jobject"

1.1.0
Added support for iOS Unified API

1.0.2
Fixes boolean getter