Kephas.Serialization.Json by Kephas Software SRL

<PackageReference Include="Kephas.Serialization.Json" Version="6.5.0-rc.12.2" />

 Kephas.Serialization.Json 6.5.0-rc.12.2

Provides JSON serialization infrastructure using the Newtonsoft.Json implementation.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Kephas.Serialization.Json</id>
    <version>6.5.0-rc.12.2</version>
    <title>Kephas.Serialization.Json</title>
    <authors>Kephas Software SRL</authors>
    <owners>Kephas Software SRL</owners>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <license type="expression">MIT</license>
    <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
    <projectUrl>https://github.com/kephas-software/kephas</projectUrl>
    <iconUrl>http://kephas-framework.com/favicon.png</iconUrl>
    <description>Provides JSON serialization infrastructure using the Newtonsoft.Json implementation.</description>
    <summary>Provides JSON serialization infrastructure using the Newtonsoft.Json implementation.</summary>
    <releaseNotes>Please check the https://github.com/kephas-software/kephas/releases for the change log.</releaseNotes>
    <copyright>Copyright Kephas Software SRL 2010-2019</copyright>
    <language>en-US</language>
    <tags>kephas serialization newtonsoft json</tags>
    <dependencies>
      <dependency id="Kephas.Core" version="6.5.0-rc.12.2" />
      <dependency id="Newtonsoft.Json" version="11.0.1" />
    </dependencies>
    <references>
      <reference file="Kephas.Serialization.Json.dll" />
    </references>
  </metadata>
</package>