NetEscapades.Configuration.Yaml 2.0.0
YAML configuration provider implementation to use with Microsoft.Extensions.Configuration.
                    No packages depend on NetEscapades.Configuration.Yaml.
Features:
* Upgrade YamlDotNet to 6.1.2 - this is a breaking change in the dependency as the YamlDotNet.Signed and YamlDotNet packages were merged
* Update supported frameworks - only supports .NET 461, .NET 472, and .NET Standard 2.0 (dropped support for 1.x)
The following values are interpreted as 'null' during parsing (as per v1.1 of the spec http://yaml.org/type/null.html)
```yaml
nullValue1: Null
nullValue2: null
nullValue3: Null
nullValue4: ~
```
Yaml is case sensitive, so be aware that the following values are NOT parsed as null. 
Instead they are parsed as their string equivalent (NuLL, NUll, and empty strings)
```yaml
notNull1: NuLL
notNull2: NUll
notNull3: 
notNull4: ''
```
.NET Framework 4.6.1
- Microsoft.Extensions.Configuration (>= 2.0.0)
 - Microsoft.Extensions.Configuration.FileExtensions (>= 2.0.0)
 - YamlDotNet (>= 6.1.2)
 
.NET Framework 4.7.2
- Microsoft.Extensions.Configuration (>= 2.0.0)
 - Microsoft.Extensions.Configuration.FileExtensions (>= 2.0.0)
 - YamlDotNet (>= 6.1.2)
 
.NET Standard 2.0
- Microsoft.Extensions.Configuration (>= 2.0.0)
 - Microsoft.Extensions.Configuration.FileExtensions (>= 2.0.0)
 - YamlDotNet (>= 6.1.2)
 
| Version | Downloads | Last updated | 
|---|---|---|
| 3.1.0 | 23 | 10/09/2024 | 
| 3.0.0 | 19 | 10/09/2024 | 
| 2.2.0 | 22 | 10/09/2024 | 
| 2.1.0 | 17 | 10/09/2024 | 
| 2.0.1 | 24 | 10/09/2024 | 
| 2.0.0 | 19 | 11/23/2022 | 
| 1.6.0 | 21 | 10/09/2024 | 
| 1.5.0 | 16 | 10/09/2024 | 
| 1.4.0 | 15 | 10/09/2024 | 
| 1.3.1 | 19 | 10/09/2024 | 
| 1.3.0 | 17 | 10/09/2024 | 
| 1.2.0 | 16 | 10/09/2024 | 
| 1.1.0 | 15 | 10/09/2024 | 
| 1.0.3 | 16 | 10/09/2024 | 
| 1.0.2 | 20 | 10/09/2024 | 
| 1.0.1 | 18 | 10/09/2024 |