Cheesebaron.MvxPlugins.Settings
1.1.6
See the version list below for details.
dotnet add package Cheesebaron.MvxPlugins.Settings --version 1.1.6
NuGet\Install-Package Cheesebaron.MvxPlugins.Settings -Version 1.1.6
<PackageReference Include="Cheesebaron.MvxPlugins.Settings" Version="1.1.6" />
paket add Cheesebaron.MvxPlugins.Settings --version 1.1.6
#r "nuget: Cheesebaron.MvxPlugins.Settings, 1.1.6"
// Install Cheesebaron.MvxPlugins.Settings as a Cake Addin #addin nuget:?package=Cheesebaron.MvxPlugins.Settings&version=1.1.6 // Install Cheesebaron.MvxPlugins.Settings as a Cake Tool #tool nuget:?package=Cheesebaron.MvxPlugins.Settings&version=1.1.6
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 | Versions 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. |
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. |
-
- MvvmCross.HotTuna.CrossCore (>= 3.5.1)
- MvvmCross.HotTuna.MvvmCrossLibraries (>= 3.5.1)
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 | 3,196 | 6/14/2021 | |
5.1.0 | 1,565 | 2/7/2021 | |
5.0.0 | 1,305 | 8/30/2020 | |
4.1.2 | 11,048 | 1/3/2020 | |
4.1.1 | 2,973 | 10/1/2019 | |
4.1.0 | 19,043 | 7/8/2019 | |
4.0.1 | 5,145 | 10/28/2018 | |
4.0.0 | 1,543 | 10/1/2018 | |
3.2.0 | 6,830 | 11/9/2017 | |
3.1.0 | 14,509 | 6/19/2017 | |
3.0.3 | 8,063 | 3/9/2017 | |
3.0.2 | 1,706 | 3/9/2017 | |
3.0.1 | 1,669 | 3/9/2017 | |
3.0.0 | 1,689 | 3/8/2017 | |
2.2.2 | 1,963 | 2/22/2017 | |
2.2.1 | 2,261 | 1/16/2017 | |
2.2.0 | 2,355 | 12/5/2016 | |
2.1.0 | 6,213 | 9/26/2016 | |
2.0.1 | 2,170 | 8/23/2016 | |
1.2.7 | 3,877 | 6/13/2016 | |
1.2.6 | 1,837 | 6/13/2016 | |
1.2.5 | 10,605 | 2/5/2016 | |
1.2.2 | 3,042 | 2/4/2016 | |
1.2.2-pre6 | 1,483 | 12/14/2015 | |
1.2.2-pre4 | 1,661 | 11/9/2015 | |
1.2.2-pre3 | 1,507 | 10/23/2015 | |
1.2.2-pre2 | 1,514 | 10/21/2015 | |
1.2.2-pre1 | 1,530 | 10/21/2015 | |
1.2.2-pre | 1,599 | 9/11/2015 | |
1.2.1 | 3,084 | 6/19/2015 | |
1.2.0 | 1,903 | 6/15/2015 | |
1.1.9 | 1,707 | 6/15/2015 | |
1.1.8 | 1,763 | 6/8/2015 | |
1.1.7 | 1,880 | 6/2/2015 | |
1.1.6 | 1,841 | 6/2/2015 | |
1.1.5 | 1,876 | 6/2/2015 | |
1.1.4 | 1,858 | 5/19/2015 | |
1.1.3 | 1,799 | 5/19/2015 | |
1.1.2 | 1,994 | 4/8/2015 | |
1.1.1 | 1,865 | 3/30/2015 | |
1.1.1-pre1 | 1,555 | 3/30/2015 | |
1.1.0 | 3,388 | 1/21/2015 | |
1.0.3 | 1,931 | 10/3/2014 | |
1.0.2 | 2,161 | 8/29/2014 | |
1.0.0 | 1,927 | 5/26/2014 |
1.1.6
Fix boolean always returning default value on iOS
1.1.5
Built against 3.5.1 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