MvcPaging 2.0.4

There is a newer version of this package available.
See the version list below for details.
dotnet add package MvcPaging --version 2.0.4
NuGet\Install-Package MvcPaging -Version 2.0.4
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MvcPaging" Version="2.0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MvcPaging --version 2.0.4
#r "nuget: MvcPaging, 2.0.4"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install MvcPaging as a Cake Addin
#addin nuget:?package=MvcPaging&version=2.0.4

// Install MvcPaging as a Cake Tool
#tool nuget:?package=MvcPaging&version=2.0.4

A Paging library for ASP.NET MVC.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on MvcPaging:

Package Downloads
MvcPaging.ObjectMapper

IObjectMapper implementation for MvcPaging's IPagedList and AutoMapper

EnterpriseDAAB.Extensions

1.EnterpriseDAAB 擴充

Actya

Actya is a simple ASP.NET MVC CMS that can be added to an existing .NET application.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.1.13 69,757 5/8/2019
2.1.12 20,289 11/13/2018
2.1.11 20,964 5/8/2018
2.1.10 4,913 3/11/2018
2.1.9 3,573 2/8/2018
2.1.8 43,681 6/25/2017
2.1.7 64,070 6/17/2016
2.1.6 5,109 5/27/2016
2.1.5 2,733 5/19/2016
2.1.4 22,345 1/15/2016
2.1.2 79,351 11/17/2014
2.1.1 38,287 7/29/2014
2.1.0 29,260 1/22/2014
2.0.6 3,030 12/12/2013
2.0.5 7,454 10/17/2013
2.0.4 18,150 5/20/2013
2.0.3 33,614 6/22/2012
2.0.2 5,667 4/27/2012
2.0.1 3,919 4/20/2012
1.0.3 4,194 3/22/2012
1.0.2 4,123 12/7/2011
1.0.1 2,882 8/17/2011
1.0.0 5,777 5/12/2011

2.0.4 (2013-05-20)
- Support for covariance in IPagedList by inheriting from IEnumerable<T> instead of
 IList<T> (https://github.com/martijnboland/MvcPaging/pull/17).
- Small bugfix in Demo project (https://github.com/martijnboland/MvcPaging/pull/18).
- Support for array parameters (https://github.com/martijnboland/MvcPaging/issues/22).