зеркало из https://github.com/stride3d/SharpYaml.git
Upgrade version to 1.2
This commit is contained in:
Родитель
f582eb3224
Коммит
43639b3e2e
|
@ -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>
|
||||
|
|
Загрузка…
Ссылка в новой задаче