CrossPlatformLibrary.Settings 2.0.2-pre9

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

// Install CrossPlatformLibrary.Settings as a Cake Tool
#tool nuget:?package=CrossPlatformLibrary.Settings&version=2.0.2-pre9&prerelease

CrossPlatformLibrary.Settings is a plug-in for reading and writing of platform-independent application settings.

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. 
MonoAndroid monoandroid10 is compatible. 
Universal Windows Platform uap was computed.  uap10.0 is compatible. 
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
3.0.0 2,163 7/3/2018
3.0.0-pre1 961 1/3/2018
2.0.2 1,141 1/3/2018
2.0.2-pre9 813 8/24/2017
2.0.2-pre8 790 8/14/2017
2.0.2-pre7 804 8/10/2017
2.0.2-pre6 802 8/10/2017
2.0.2-pre5 814 4/25/2017
2.0.2-pre4 852 4/25/2017
2.0.2-pre3 815 4/25/2017
2.0.2-pre2 860 4/25/2017
2.0.2-pre1 888 4/25/2017
2.0.1-pre9 875 4/25/2017
2.0.1-pre8 916 12/8/2016
2.0.1-pre6 911 11/21/2016
2.0.1-pre5 929 9/15/2016
2.0.1-pre4 1,020 9/15/2016
2.0.1-pre3 1,059 9/15/2016
2.0.1-pre2 875 9/14/2016
2.0.1-pre1 902 9/13/2016
2.0.0-pre9 912 9/13/2016
2.0.0-pre8 946 9/13/2016
2.0.0-pre7 861 9/8/2016
2.0.0-pre6 854 9/8/2016
2.0.0-pre5 869 9/8/2016
2.0.0-pre4 852 8/30/2016
2.0.0-pre3 891 8/26/2016
2.0.0-pre2 882 8/26/2016
2.0.0-pre1 879 8/26/2016
1.0.26 1,194 8/12/2016
1.0.26-pre7 932 8/12/2016
1.0.26-pre6 948 8/10/2016
1.0.26-pre5 919 8/9/2016
1.0.26-pre3 939 4/2/2016
1.0.26-pre2 969 3/27/2016
1.0.26-pre1 914 12/17/2015
1.0.25 1,275 10/12/2015
1.0.25-alpha 961 10/12/2015
1.0.24 1,059 10/12/2015
1.0.23 1,237 9/26/2015
1.0.22-alpha 931 9/26/2015
1.0.21-alpha 935 9/18/2015
1.0.19-alpha 913 9/15/2015
1.0.18-alpha 951 9/11/2015
1.0.15-alpha 893 9/10/2015
1.0.14 1,106 9/10/2015
1.0.14-alpha 915 9/10/2015
1.0.13-alpha 895 8/31/2015
1.0.12-alpha 887 8/23/2015
1.0.11-alpha 884 8/22/2015
1.0.10-alpha 897 8/22/2015
1.0.9-alpha 914 8/22/2015
1.0.8-alpha 870 8/22/2015
1.0.7-alpha 1,045 8/10/2015
1.0.6-alpha 1,147 8/9/2015
1.0.5-alpha 1,205 8/6/2015
1.0.4-alpha 1,024 8/1/2015
1.0.3-alpha 1,071 8/1/2015
1.0.2-alpha 1,037 7/31/2015
1.0.1-alpha 1,058 7/31/2015
1.0.0-alpha 1,059 7/31/2015

2.0.2-pre
- Refactored to bait-and-switch pattern
- Support for Nullable settings
- Bug fixes

1.0.26
- Added support for .Net Framework 4.5
- Bugfix for reading default value of DateTime settings
- Fixed project build dependencies (missing DLL files)
- Added support for Universal Windows Platform (UWP)
- Update SettingsService of WinRT platforms to support Nullable and DateTime types