Files
git.stella-ops.org/local-nugets/yamldotnet/13.7.1/YamlDotNet.nuspec
StellaOps Bot a7f3c7869a nuget updates
2025-11-22 14:02:06 +02:00

28 lines
1.4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/01/nuspec.xsd">
<metadata minClientVersion="2.8">
<id>YamlDotNet</id>
<version>13.7.1</version>
<authors>Antoine Aubry</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="file">LICENSE.txt</license>
<licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
<icon>images/yamldotnet.png</icon>
<projectUrl>https://github.com/aaubry/YamlDotNet/wiki</projectUrl>
<iconUrl>http://aaubry.net/images/yamldotnet.png</iconUrl>
<description>A .NET library for YAML. YamlDotNet provides low level parsing and emitting of YAML as well as a high level object model similar to XmlDocument.</description>
<summary>This package contains the YAML parser and serializer.</summary>
<language>en-US</language>
<tags>yaml parser development library serialization</tags>
<repository type="git" url="https://github.com/aaubry/YamlDotNet.git" />
<dependencies>
<group targetFramework=".NETFramework4.5" />
<group targetFramework=".NETFramework4.7" />
<group targetFramework=".NETFramework3.5" />
<group targetFramework=".NETStandard2.0" />
<group targetFramework=".NETStandard2.1" />
<group targetFramework="net6.0" />
<group targetFramework="net7.0" />
</dependencies>
</metadata>
</package>