Paging.NET
Advanced tools
Sorry, the diff of this file is not supported yet
+15
-16
| <?xml version="1.0" encoding="utf-8"?> | ||
| <package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd"> | ||
| <package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd"> | ||
| <metadata> | ||
| <id>Paging.NET</id> | ||
| <version>3.0.33</version> | ||
| <version>3.1.1-pre</version> | ||
| <authors>Thomas Galliker</authors> | ||
@@ -13,26 +13,25 @@ <license type="file">LICENSE</license> | ||
| <description>Paging.NET is a lightweight library for seamless, incremental server-side data loading.</description> | ||
| <releaseNotes>3.0 | ||
| - Drop support for Xamarin and .NET Framework | ||
| - Add support for .NET MAUI | ||
| <releaseNotes>3.1 | ||
| - Add support for nullable reference types. | ||
| 3.0 | ||
| - Drop support for Xamarin and .NET Framework. | ||
| - Add support for .NET MAUI. | ||
| 2.2 | ||
| - Maintenance updates | ||
| - Maintenance updates. | ||
| 2.0 | ||
| - Add support for .NET standard | ||
| - Add support for .NET standard. | ||
| 1.0 | ||
| - Initial release</releaseNotes> | ||
| <copyright>Copyright 2025 © Thomas Galliker</copyright> | ||
| - Initial release.</releaseNotes> | ||
| <copyright>(c) 2025 superdev GmbH</copyright> | ||
| <tags>infinite scrolling scroll paging pagination paged server-side filtering filter sorting sort</tags> | ||
| <repository type="git" url="https://github.com/thomasgalliker/Paging.NET" commit="723f480d54e404826cca83bfab1f2e4c75316637" /> | ||
| <repository type="git" url="https://github.com/thomasgalliker/Paging.NET" commit="c7e50c76c002c064df4f2a5f3b9a728fadfb2dda" /> | ||
| <dependencies> | ||
| <group targetFramework=".NETStandard2.0"> | ||
| <dependency id="Microsoft.Extensions.Logging.Abstractions" version="8.0.0" exclude="Build,Analyzers" /> | ||
| </group> | ||
| <group targetFramework=".NETStandard2.1"> | ||
| <dependency id="Microsoft.Extensions.Logging.Abstractions" version="8.0.0" exclude="Build,Analyzers" /> | ||
| </group> | ||
| <group targetFramework=".NETStandard2.0" /> | ||
| <group targetFramework=".NETStandard2.1" /> | ||
| </dependencies> | ||
| </metadata> | ||
| </package> |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet