forked from aaubry/YamlDotNet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
YamlDotNet.Converters.nuspec
23 lines (23 loc) · 1.11 KB
/
YamlDotNet.Converters.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8"?>
<package>
<metadata>
<id>YamlDotNet.Converters</id>
<version></version>
<authors>Antoine Aubry</authors>
<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 converters to other formats, such as XML.</summary>
<language>en-US</language>
<licenseUrl>http://www.aaubry.net/yamldotnet/license.aspx</licenseUrl>
<projectUrl>http://www.aaubry.net/yamldotnet.aspx</projectUrl>
<iconUrl>http://www.aaubry.net/IMAGES%2f2012%2f11%2fyamldotnet.png.jpgx</iconUrl>
<tags>yaml conversion xml development library</tags>
<dependencies>
<dependency id="YamlDotNet.Core" version="" />
<dependency id="YamlDotNet.RepresentationModel" version="" />
</dependencies>
</metadata>
<files>
<file src="..\YamlDotNet.Converters\bin\Release\YamlDotNet.Converters.dll" target="lib" />
<file src="..\YamlDotNet.Converters\bin\Release\YamlDotNet.Converters.pdb" target="lib" />
</files>
</package>