RLP by Ciaran Jones

<PackageReference Include="RLP" Version="0.2.0" />

 RLP 0.2.0

Recursive Length Prefix (RLP) encoding for .NET

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>RLP</id>
    <version>0.2</version>
    <authors>Ciaran Jones</authors>
    <owners>Ciaran Jones</owners>
    <licenseUrl>https://github.com/CiaranJones/RLP/blob/master/LICENSE</licenseUrl>
    <projectUrl>https://github.com/CiaranJones/RLP</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Recursive Length Prefix (RLP) encoding for .NET</description>
    <releaseNotes>Updating namespace</releaseNotes>
    <copyright>Copyright 2015</copyright>
    <tags>RLP encoding decoding encoder decoder encode decode ethereum</tags>
    <dependencies />
  </metadata>
</package>