This commit is contained in:
Alexandre Mutel 2015-07-28 12:20:36 +09:00
Родитель 337cc48c78
Коммит 10f9cb5e14
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.4.0.*")]
[assembly: AssemblyFileVersion("1.4.0")]
[assembly: AssemblyVersion("1.5.0.*")]
[assembly: AssemblyFileVersion("1.5.0")]
[assembly: CLSCompliant(true)]

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

@ -2,7 +2,7 @@
<package>
<metadata>
<id>SharpYaml</id>
<version>1.4.0</version>
<version>1.5.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>