MvcTables by mtranter mhancock

<PackageReference Include="MvcTables" Version="1.0.0.13" />

 MvcTables 1.0.0.13

An AJAX/HTML Table framework for ASP.Net MVC

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>MvcTables</id>
    <version>1.0.0.13</version>
    <title>MvcTables</title>
    <authors>mtranter mhancock</authors>
    <owners>mtranter mhancock</owners>
    <projectUrl>https://github.com/mtranter/MvcTables</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>An AJAX/HTML Table framework for ASP.Net MVC</description>
    <releaseNotes>Fix issue around multiple tables in single page</releaseNotes>
    <copyright>Copyright 2014</copyright>
    <tags>mvc ajax table jquery datatable grid iqueryable razor</tags>
    <dependencies>
      <dependency id="ExpressionReflection" version="1.2.0" />
      <dependency id="Microsoft.AspNet.Mvc" version="4.0.30506.0" />
      <dependency id="Microsoft.Net.Http" version="2.2.13" />
      <dependency id="Newtonsoft.Json" version="5.0.6" />
      <dependency id="Unity" version="3.0.1304.1" />
    </dependencies>
  </metadata>
</package>