This commit is contained in:
Alexandre Mutel 2014-01-16 07:36:14 +09:00
Родитель f582eb3224
Коммит 43639b3e2e
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -69,7 +69,7 @@ using System;
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.1.0.*")]
[assembly: AssemblyFileVersion("1.1.0")]
[assembly: AssemblyVersion("1.2.0.*")]
[assembly: AssemblyFileVersion("1.2.0")]
[assembly: CLSCompliant(true)]

Просмотреть файл

@ -2,7 +2,7 @@
<package>
<metadata>
<id>SharpYaml</id>
<version>1.1.0</version>
<version>1.2.0</version>
<authors>Alexandre Mutel</authors>
<description>A YAML portable .NET library. providing parsing and serialization of object graphs.</description>
<summary>This package contains the YAML parser and serializer/deserializer.</summary>