Nudes.Paginator by Patrick Ens

<PackageReference Include="Nudes.Paginator" Version="1.0.780" />

.NET API 4,608 bytes

 Nudes.Paginator 1.0.780

Paginator is a lib to help with pagination in projects the Idea is to be used heavily on the backend but as well be used on clients like blazor and xamarin

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Nudes.Paginator</id>
    <version>1.0.780</version>
    <authors>Patrick Ens</authors>
    <owners>Patrick Ens</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <license type="file">LICENSE</license>
    <licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
    <projectUrl>https://github.com/nudes-senaisp/Paginator</projectUrl>
    <description>Paginator is a lib to help with pagination in projects the Idea is to be used heavily on the backend but as well be used on clients like blazor and xamarin</description>
    <repository type="git" url="https://github.com/nudes-senaisp/Paginator" />
    <dependencies>
      <group targetFramework=".NETStandard2.1">
        <dependency id="Nudes.Paginator.Core" version="1.0.780" exclude="Build,Analyzers" />
        <dependency id="Nudes.Paginator.FluentValidation" version="1.0.780" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>