forked from aaubry/YamlDotNet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathYamlDotNet.nuspec
19 lines (19 loc) · 907 Bytes
/
YamlDotNet.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="utf-8"?>
<package>
<metadata>
<id>YamlDotNet</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 YAML parser and serializer.</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 parser development library serialization</tags>
</metadata>
<files>
<file src="..\YamlDotNet\bin\Release\YamlDotNet.dll" target="lib\net35" />
<file src="..\YamlDotNet\bin\Release\YamlDotNet.pdb" target="lib\net35" />
</files>
</package>