FsConfig 3.1.0
.NET Standard 2.0
dotnet add package FsConfig --version 3.1.0
NuGet\Install-Package FsConfig -Version 3.1.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="FsConfig" Version="3.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FsConfig --version 3.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: FsConfig, 3.1.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.
// Install FsConfig as a Cake Addin
#addin nuget:?package=FsConfig&version=3.1.0
// Install FsConfig as a Cake Tool
#tool nuget:?package=FsConfig&version=3.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
F# Libary for managing configuration data from environment variables and application config in a type-safe way
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.0
- FSharp.Core (>= 5.0.0)
- Microsoft.Extensions.Configuration (>= 5.0.0)
- TypeShape (>= 9.0.0)
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.1.0 | 36,252 | 7/25/2021 |
3.0.0 | 24,399 | 1/30/2021 |
2.1.6 | 18,540 | 4/26/2020 |
2.1.5 | 9,330 | 11/11/2019 |
2.1.4 | 1,025 | 10/18/2019 |
2.1.3 | 3,779 | 6/9/2019 |
2.1.2 | 608 | 5/24/2019 |
2.0.2 | 2,079 | 8/12/2018 |
2.0.1 | 782 | 7/27/2018 |
2.0.0 | 1,143 | 6/26/2018 |
2.0.0-beta1 | 713 | 6/6/2018 |
1.2.1 | 1,111 | 5/29/2018 |
1.1.2 | 869 | 5/29/2018 |
1.1.1 | 890 | 5/10/2018 |
1.1.0 | 811 | 5/7/2018 |
1.0.0 | 1,624 | 4/28/2018 |
1.0.0-beta1 | 861 | 4/28/2018 |
0.0.6 | 1,014 | 4/27/2018 |
0.0.5 | 883 | 2/23/2018 |
0.0.4 | 860 | 2/5/2018 |
0.0.3 | 900 | 2/3/2018 |
0.0.2 | 863 | 2/3/2018 |
0.0.1 | 907 | 2/1/2018 |
## [3.1.0] - 2021-07-25
[3.1.0]: https://github.com/demystifyfp/FsConfig/compare/v3.0.0...v3.1.0
### Added
- Adds support for URIs by [aurecchia](https://github.com/aurecchia)
### Changed
- Various build tweaks
- Update package description