NetEscapades.Configuration.Yaml
2.2.0
Install-Package NetEscapades.Configuration.Yaml -Version 2.2.0
dotnet add package NetEscapades.Configuration.Yaml --version 2.2.0
<PackageReference Include="NetEscapades.Configuration.Yaml" Version="2.2.0" />
paket add NetEscapades.Configuration.Yaml --version 2.2.0
#r "nuget: NetEscapades.Configuration.Yaml, 2.2.0"
// Install NetEscapades.Configuration.Yaml as a Cake Addin
#addin nuget:?package=NetEscapades.Configuration.Yaml&version=2.2.0
// Install NetEscapades.Configuration.Yaml as a Cake Tool
#tool nuget:?package=NetEscapades.Configuration.Yaml&version=2.2.0
YAML configuration provider implementation to use with Microsoft.Extensions.Configuration.
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 |
.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 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.6.1
- Microsoft.Extensions.Configuration (>= 2.0.0)
- Microsoft.Extensions.Configuration.FileExtensions (>= 2.0.0)
- YamlDotNet (>= 11.2.1)
-
.NETFramework 4.7.2
- Microsoft.Extensions.Configuration (>= 2.0.0)
- Microsoft.Extensions.Configuration.FileExtensions (>= 2.0.0)
- YamlDotNet (>= 11.2.1)
-
.NETStandard 2.0
- Microsoft.Extensions.Configuration (>= 2.0.0)
- Microsoft.Extensions.Configuration.FileExtensions (>= 2.0.0)
- YamlDotNet (>= 11.2.1)
NuGet packages (31)
Showing the top 5 NuGet packages that depend on NetEscapades.Configuration.Yaml:
Package | Downloads |
---|---|
Miru
Package Description |
|
OpenMod.Core
Core service implementations for OpenMod |
|
Bastion.Kernel
Package Description |
|
Statiq.App
Statiq is a configurable static content generation framework. This library provides everything you need to start using it to make your own static generator. |
|
Bastion.WebHost
Package Description |
GitHub repositories (11)
Showing the top 5 popular GitHub repositories that depend on NetEscapades.Configuration.Yaml:
Repository | Stars |
---|---|
featherhttp/framework
A lightweight low ceremony API for web services.
|
|
real-zony/ZonyLrcToolsX
ZonyLrcToolsX 是一个能够方便地下载歌词的小软件。
|
|
NethermindEth/nethermind
Our flagship Ethereum client for Linux, Windows, and macOS—full and actively developed
|
|
statiqdev/Statiq.Framework
A flexible and extensible static content generation framework for .NET.
|
|
aprilyush/EasyCMS
EasyCms基于Asp.net Core 的后台快速开发框架,内容管理系统
|
Version | Downloads | Last updated |
---|---|---|
2.2.0 | 152,138 | 2/18/2022 |
2.1.0 | 1,205,409 | 12/11/2020 |
2.0.1 | 534,133 | 4/26/2020 |
2.0.0 | 291,441 | 1/6/2020 |
1.6.0 | 1,141,709 | 12/2/2018 |
1.5.0 | 235,732 | 9/22/2018 |
1.4.0 | 47,745 | 7/17/2018 |
1.3.1 | 29,483 | 3/29/2018 |
1.3.0 | 24,553 | 9/7/2017 |
1.2.0 | 16,712 | 9/3/2016 |
1.1.0 | 1,191 | 6/29/2016 |
1.0.3 | 857 | 6/12/2016 |
1.0.2 | 986 | 6/12/2016 |
1.0.1 | 1,016 | 6/11/2016 |
Features:
* Update YamlDotNet to 11.2.1 (#68). Thanks @niemyjski for the contribution!