Pagination.Web 2.4.1
Pagination offers easy control over paged results from IQueryable sources.
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Pagination.Web</id>
<version>2.4.1</version>
<authors>Ken Yourek</authors>
<owners>Ken Yourek</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>https://raw.githubusercontent.com/kyourek/Pagination/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/kyourek/Pagination</projectUrl>
<description>Pagination offers easy control over paged results from IQueryable sources.</description>
<dependencies>
<dependency id="Pagination" version="2.4.1" />
</dependencies>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System" targetFramework="" />
<frameworkAssembly assemblyName="System.Web" targetFramework="" />
</frameworkAssemblies>
</metadata>
</package>