Platform.Xml.Serialization by Thong Nguyen

<PackageReference Include="Platform.Xml.Serialization" Version="1.0.0.119" />

 Platform.Xml.Serialization 1.0.0.119

A cross-platform, clean and extensible XML serializer for .NET

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>Platform.Xml.Serialization</id>
    <version>1.0.0.119</version>
    <title>Platform.NET XmlSerialization Library</title>
    <authors>Thong Nguyen</authors>
    <owners>Thong Nguyen</owners>
    <licenseUrl>https://raw.github.com/platformdotnet/Platform/master/LICENSE</licenseUrl>
    <projectUrl>https://github.com/platformdotnet/Platform</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>A cross-platform, clean and extensible XML serializer for .NET</description>
    <summary />
    <releaseNotes>Fixed Type.IsNumericType always returning false</releaseNotes>
    <copyright>Copyright (c) 2003-2013 Thong Nguyen ([email protected])</copyright>
    <tags>platform xml serialization serializer</tags>
    <dependencies>
      <dependency id="Platform.NET" />
    </dependencies>
  </metadata>
</package>