Cheesebaron.MvxPlugins.Settings 1.2.2

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
NuGet\Install-Package Cheesebaron.MvxPlugins.Settings -Version 1.2.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="Cheesebaron.MvxPlugins.Settings" Version="1.2.2" />
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
#r "nuget: Cheesebaron.MvxPlugins.Settings, 1.2.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 Cheesebaron.MvxPlugins.Settings as a Cake Addin
#addin nuget:?package=Cheesebaron.MvxPlugins.Settings&version=1.2.2

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

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.

There are no supported framework assets in this 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,865 6/14/2021
5.1.0 1,530 2/7/2021
5.0.0 1,267 8/30/2020
4.1.2 10,603 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,794 11/9/2017
3.1.0 14,470 6/19/2017
3.0.3 7,434 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,532 2/5/2016
1.2.2 3,012 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,020 6/19/2015
1.2.0 1,869 6/15/2015
1.1.9 1,676 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,829 5/19/2015
1.1.3 1,770 5/19/2015
1.1.2 1,958 4/8/2015
1.1.1 1,832 3/30/2015
1.1.1-pre1 1,532 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
Built against MvvmCross 4.0.0
   
1.2.2-pre6
Built against MvvmCross 4.0.0-beta7

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-beta5 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