CrossPlatformLibrary.Settings 3.0.0

dotnet add package CrossPlatformLibrary.Settings --version 3.0.0
                    
NuGet\Install-Package CrossPlatformLibrary.Settings -Version 3.0.0
                    
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="3.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CrossPlatformLibrary.Settings" Version="3.0.0" />
                    
Directory.Packages.props
<PackageReference Include="CrossPlatformLibrary.Settings" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add CrossPlatformLibrary.Settings --version 3.0.0
                    
#r "nuget: CrossPlatformLibrary.Settings, 3.0.0"
                    
#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.
#addin nuget:?package=CrossPlatformLibrary.Settings&version=3.0.0
                    
Install CrossPlatformLibrary.Settings as a Cake Addin
#tool nuget:?package=CrossPlatformLibrary.Settings&version=3.0.0
                    
Install CrossPlatformLibrary.Settings as a Cake Tool

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. 
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,321 7/3/2018
3.0.0-pre1 1,097 1/3/2018
2.0.2 1,289 1/3/2018
2.0.2-pre9 911 8/24/2017
2.0.2-pre8 872 8/14/2017
2.0.2-pre7 899 8/10/2017
2.0.2-pre6 900 8/10/2017
2.0.2-pre5 915 4/25/2017
2.0.2-pre4 948 4/25/2017
2.0.2-pre3 915 4/25/2017
2.0.2-pre2 956 4/25/2017
2.0.2-pre1 987 4/25/2017
2.0.1-pre9 979 4/25/2017
2.0.1-pre8 1,018 12/8/2016
2.0.1-pre6 1,013 11/21/2016
2.0.1-pre5 1,031 9/15/2016
2.0.1-pre4 1,122 9/15/2016
2.0.1-pre3 1,162 9/15/2016
2.0.1-pre2 984 9/14/2016
2.0.1-pre1 1,005 9/13/2016
2.0.0-pre9 999 9/13/2016
2.0.0-pre8 1,057 9/13/2016
2.0.0-pre7 961 9/8/2016
2.0.0-pre6 955 9/8/2016
2.0.0-pre5 969 9/8/2016
2.0.0-pre4 957 8/30/2016
2.0.0-pre3 995 8/26/2016
2.0.0-pre2 984 8/26/2016
2.0.0-pre1 982 8/26/2016
1.0.26 1,310 8/12/2016
1.0.26-pre7 1,041 8/12/2016
1.0.26-pre6 1,059 8/10/2016
1.0.26-pre5 1,025 8/9/2016
1.0.26-pre3 1,043 4/2/2016
1.0.26-pre2 1,085 3/27/2016
1.0.26-pre1 1,023 12/17/2015
1.0.25 1,396 10/12/2015
1.0.25-alpha 1,069 10/12/2015
1.0.24 1,176 10/12/2015
1.0.23 1,353 9/26/2015
1.0.22-alpha 1,039 9/26/2015
1.0.21-alpha 1,038 9/18/2015
1.0.19-alpha 1,018 9/15/2015
1.0.18-alpha 1,053 9/11/2015
1.0.15-alpha 997 9/10/2015
1.0.14 1,219 9/10/2015
1.0.14-alpha 1,020 9/10/2015
1.0.13-alpha 1,008 8/31/2015
1.0.12-alpha 995 8/23/2015
1.0.11-alpha 995 8/22/2015
1.0.10-alpha 1,007 8/22/2015
1.0.9-alpha 1,023 8/22/2015
1.0.8-alpha 982 8/22/2015
1.0.7-alpha 1,152 8/10/2015
1.0.6-alpha 1,254 8/9/2015
1.0.5-alpha 1,310 8/6/2015
1.0.4-alpha 1,137 8/1/2015
1.0.3-alpha 1,179 8/1/2015
1.0.2-alpha 1,135 7/31/2015
1.0.1-alpha 1,168 7/31/2015
1.0.0-alpha 1,169 7/31/2015

3.0.0
- Integration of latest CrossPlatformLibrary 3.x

2.0.2
- 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
- Added support for Universal Windows Platform (UWP)
- Update SettingsService of WinRT platforms to support Nullable and DateTime types