SixPack.Reflection by Antoine Aubry, Marco Cecconi

<PackageReference Include="SixPack.Reflection" Version="1.2.13" />

 SixPack.Reflection 1.2.13

The SixPack rapid development library is a collection of classes for rapid development on the .NET/Mono platform. It has been built with medium to large scale sites in mind, and supports high performance requirements (thousands of concurrent users per server.)

<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
  <metadata>
    <id>SixPack.Reflection</id>
    <version>1.2.13</version>
    <authors>Antoine Aubry, Marco Cecconi</authors>
    <owners>Antoine Aubry, Marco Cecconi</owners>
    <licenseUrl>http://www.gnu.org/licenses/lgpl.html</licenseUrl>
    <projectUrl>http://code.google.com/p/sixpack-library/</projectUrl>
    <iconUrl>http://sixpack-library.googlecode.com/files/sixpack-icon.png</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>The SixPack rapid development library is a collection of classes for rapid development on the .NET/Mono platform. It has been built with medium to large scale sites in mind, and supports high performance requirements (thousands of concurrent users per server.)</description>
    <summary>This package complements the SixPack library by providing useful utilities when working with reflection and expression trees.</summary>
    <language>en-US</language>
    <tags>rapid development library reflection expression tree</tags>
    <dependencies>
      <dependency id="SixPack" version="1.2.13" />
    </dependencies>
  </metadata>
</package>