ObjectInflator by Acklen Avenue

<PackageReference Include="ObjectInflator" Version="1.0.0" />

 ObjectInflator 1.0.0

Inflates objects from binary to first class object.

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>ObjectInflator</id>
    <version>1.0.0.0</version>
    <title>ObjectInflator</title>
    <authors>Acklen Avenue</authors>
    <owners>Acklen Avenue</owners>
    <licenseUrl>http://LICENSE_URL_HERE_OR_DELETE_THIS_LINE</licenseUrl>
    <projectUrl>http://PROJECT_URL_HERE_OR_DELETE_THIS_LINE</projectUrl>
    <iconUrl>http://ICON_URL_HERE_OR_DELETE_THIS_LINE</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Inflates objects from binary to first class object.</description>
    <releaseNotes>Summary of changes made in this release of the package.</releaseNotes>
    <copyright>Copyright 2012</copyright>
    <tags>Tag1 Tag2</tags>
    <dependencies>
      <dependency id="Newtonsoft.Json" version="4.5.7" />
    </dependencies>
  </metadata>
</package>