зеркало из https://github.com/stride3d/SharpYaml.git
Fix nuget package to allow .NET 4.0+
This commit is contained in:
Родитель
64a79c310a
Коммит
05538f0704
|
@ -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.0.0.*")]
|
||||
[assembly: AssemblyFileVersion("1.0.0")]
|
||||
[assembly: AssemblyVersion("1.0.1.*")]
|
||||
[assembly: AssemblyFileVersion("1.0.1")]
|
||||
|
||||
[assembly: CLSCompliant(true)]
|
|
@ -22,7 +22,7 @@ Output:
|
|||
|
||||
SharpYaml is a fork of [YamlDotNet](http://www.aaubry.net/yamldotnet.aspx) and is adding the following features:
|
||||
|
||||
- Supports for 4.5+ .NET Portable Class Library compatible with Windows desktop, Windows Phone 8 and Windows RT
|
||||
- Supports for 4.0+ .NET Portable Class Library compatible with Windows desktop, Windows Phone 8 and Windows RT
|
||||
- Completely rewritten serialization/deserialization engine
|
||||
- A single interface `IYamlSerializable` for implementing custom serializers, along `IYamlSerializableFactory` to allow dynamic creation of serializers. Registration can be done through `SerializerSettings.RegisterSerializer` and `SerializerSettings.RegisterSerializerFactory`
|
||||
- Can inherit from `ScalarSerializerBase` to provide custom serialization to/from a Yaml scalar
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<package>
|
||||
<metadata>
|
||||
<id>SharpYaml</id>
|
||||
<version>1.0</version>
|
||||
<version>1.0.1</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>
|
||||
|
@ -12,9 +12,9 @@
|
|||
<tags>yaml parser development library</tags>
|
||||
</metadata>
|
||||
<files>
|
||||
<file src="bin\Release\SharpYaml.dll" target="lib\net45\SharpYaml.dll" />
|
||||
<file src="bin\Release\SharpYaml.pdb" target="lib\net45\SharpYaml.pdb" />
|
||||
<file src="bin\Release\SharpYaml.xml" target="lib\net45\SharpYaml.xml" />
|
||||
<file src="bin\Release\SharpYaml.dll" target="lib\SharpYaml.dll" />
|
||||
<file src="bin\Release\SharpYaml.pdb" target="lib\SharpYaml.pdb" />
|
||||
<file src="bin\Release\SharpYaml.xml" target="lib\SharpYaml.xml" />
|
||||
<file src="..\LICENSE.txt" target="LICENSE.txt" />
|
||||
<file src="**\*.cs" target="src" />
|
||||
</files>
|
||||
|
|
Загрузка…
Ссылка в новой задаче