SharpYaml is a .NET library for YAML
Перейти к файлу
Antoine Aubry 453d4461da Fixed bug in alias resolution. 2011-09-26 13:27:12 +00:00
Dependencies Fixed: Bug when saving a YAML document with backreferences. 2010-05-31 19:12:24 +00:00
Dumper Fixed the serializer's anchor loading. 2010-10-21 11:46:09 +00:00
Samples Added the YamlDotNet.RepresentationModel project. 2008-08-26 23:02:49 +00:00
YAMLLanguage 2009-01-12 14:30:11 +00:00
YamlDotNet.Configuration Added: NAnt build file that generates documentation, builds the project, packages everything and produces NuGet packages. 2011-04-06 17:56:17 +00:00
YamlDotNet.Converters Fixed a document serialization bug. 2011-09-19 17:53:30 +00:00
YamlDotNet.Core Fixed a document serialization bug. 2011-09-19 17:53:30 +00:00
YamlDotNet.RepresentationModel Fixed bug in alias resolution. 2011-09-26 13:27:12 +00:00
YamlDotNet.UnitTests Fixed bug in alias resolution. 2011-09-26 13:27:12 +00:00
YamlDotNet.UnitTests.Runner Fixed a document serialization bug. 2011-09-19 17:53:30 +00:00
doc/html Added: Version file. 2010-05-31 22:07:42 +00:00
support Added: NAnt build file that generates documentation, builds the project, packages everything and produces NuGet packages. 2011-04-06 17:56:17 +00:00
CommonAssemblyInfo.cs Fixed: Various bugs in the emitter. 2008-11-04 15:50:54 +00:00
CustomDictionary.xml Improved compliance with FxCop. 2010-05-31 21:58:52 +00:00
LICENSE 2010-06-01 22:47:05 +00:00
LICENSE-libyaml Initial import. 2008-07-31 22:35:21 +00:00
Local.testsettings Fixed a document serialization bug. 2011-09-19 17:53:30 +00:00
README Initial import. 2008-07-31 22:35:21 +00:00
TraceAndTestImpact.testsettings Fixed a document serialization bug. 2011-09-19 17:53:30 +00:00
VERSION Created version 1.1 2010-05-31 22:09:11 +00:00
YamlDotNet.Converters.nuspec Added: NAnt build file that generates documentation, builds the project, packages everything and produces NuGet packages. 2011-04-06 17:56:17 +00:00
YamlDotNet.Core.nuspec Added: NAnt build file that generates documentation, builds the project, packages everything and produces NuGet packages. 2011-04-06 17:56:17 +00:00
YamlDotNet.FxCop Improved compliance with FxCop. 2010-05-31 21:58:52 +00:00
YamlDotNet.RepresentationModel.nuspec Added: NAnt build file that generates documentation, builds the project, packages everything and produces NuGet packages. 2011-04-06 17:56:17 +00:00
YamlDotNet.build Fixed bug in alias resolution. 2011-09-26 13:27:12 +00:00
YamlDotNet.mds Added: YAML-based configuration sections. 2008-11-05 22:34:52 +00:00
YamlDotNet.shfbproj Added: NAnt build file that generates documentation, builds the project, packages everything and produces NuGet packages. 2011-04-06 17:56:17 +00:00
YamlDotNet.sln Fixed a document serialization bug. 2011-09-19 17:53:30 +00:00
YamlDotNet.snk Initial import. 2008-07-31 22:35:21 +00:00
YamlDotNet.vsmdi Fixed a document serialization bug. 2011-09-19 17:53:30 +00:00
gendoc.sh Added: Version file. 2010-05-31 22:07:42 +00:00
package.sh Added: Packaging script. 2008-11-05 22:35:29 +00:00
reformat.sh 2008-08-26 23:25:33 +00:00

README

YamlDotNet - A .NET library for parsing and emitting YAML.

For more information, check the YamlDotNet homepage:
'http://yamldotnet.sourceforge.net/'.

Post your questions and opinions to the YamlDotNet forum:
'http://sourceforge.net/forum/forum.php?forum_id=850985'.

Submit bug reports and feature requests to the YamlDotNet bug tracker:
'http://sourceforge.net/tracker/?group_id=235362'.

YamlDotNet is written by Antoine Aubry <aaubry@gmail.com>.  It is released
under the MIT license.  See the file LICENSE for more details.

This project contains a port of the LibYAML library by Kirill Simonov.
The LibYAML library is released under the MIT license. See the
file LICENSE-libyaml for more details. For more information,
check the LibYAML homepage: 'http://pyyaml.org/wiki/LibYAML'.