Mvx.Plugins.Settings 1.4.1

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.

Requires NuGet 2.8.1 or higher.

dotnet add package Mvx.Plugins.Settings --version 1.4.1
NuGet\Install-Package Mvx.Plugins.Settings -Version 1.4.1
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="Mvx.Plugins.Settings" Version="1.4.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Mvx.Plugins.Settings --version 1.4.1
#r "nuget: Mvx.Plugins.Settings, 1.4.1"
#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 Mvx.Plugins.Settings as a Cake Addin
#addin nuget:?package=Mvx.Plugins.Settings&version=1.4.1

// Install Mvx.Plugins.Settings as a Cake Tool
#tool nuget:?package=Mvx.Plugins.Settings&version=1.4.1

Please use: Xam.Plugins.Settings

Mvx Plugins Settings provides a consistent, cross platform settings plugin for Windows Phone, Windows Store, Xamarin.iOS, and Xamarin.Android when using MvvmCross.  This makes it easier to create cross-platform .NET apps and have cross platform settings. Manage and use all settings from one PCL and save natively on each platform. *This plugin stores settings natively on each platform and does NOT save them to Json. This allows you to use native functionality such as PreferenceActivity on Android.

        Support for: Int, Int64, Double, String, DateTime, Bool, Float, Decimal, Guid

        You can always serialize and deserialize a string out if needed.
        
        I recommend using:  Xam.Plugins.Settings as this will be updated more frequently.
        
        Release notes:
        1.4.1- Add iOS Unified (64 bit)
        1.4.0.2- Fix WP 8.1 RT to support ARM
        1.4.0.1- Fix Doubles on Android.
        1.3.0.0- Add Windows Phone 8.1 Support with new PCL profile

Product Compatible and additional computed target framework versions.
.NET net6.0-android was computed.  net7.0-android was computed.  net8.0-android was computed. 
MonoAndroid monoandroid is compatible. 
MonoTouch monotouch 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 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

This package is not used by any NuGet packages.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Mvx.Plugins.Settings:

Repository Stars
jamesmontemagno/MeetupManager
Meetup.com app to track users at events
Version Downloads Last updated

This package is obsolete, please use: Xam.Plugins.Settings