mirror of
https://github.com/Biarity/Sieve.git
synced 2024-11-22 05:22:57 +01:00
25 lines
1.3 KiB
XML
25 lines
1.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
|
|
<metadata>
|
|
<id>Sieve</id>
|
|
<version>1.3.5</version>
|
|
<title>Sieve</title>
|
|
<authors>Biarity</authors>
|
|
<owners>Biarity</owners>
|
|
<licenseUrl>https://github.com/Biarity/Sieve/blob/master/LICENSE</licenseUrl>
|
|
<projectUrl>https://github.com/Biarity/Sieve</projectUrl>
|
|
<iconUrl>https://emojipedia-us.s3.amazonaws.com/thumbs/240/twitter/120/alembic_2697.png</iconUrl>
|
|
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
|
<description>
|
|
Sieve is a simple, clean, and extensible framework for .NET Core that adds sorting, filtering, and pagination functionality out of the box. Most common use case would be for serving ASP.NET Core GET queries. Documentation available on GitHub: https://github.com/Biarity/Sieve/
|
|
</description>
|
|
<releaseNotes>Fixed custom oeprator bug</releaseNotes>
|
|
<copyright>Copyright 2018</copyright>
|
|
<tags>aspnetcore filter sort page paginate sieve search</tags>
|
|
<dependencies>
|
|
<group targetFramework=".NETCoreApp2.0">
|
|
<dependency id="Microsoft.Extensions.Options" version="2.0.0" exclude="Build,Analyzers" />
|
|
</group>
|
|
</dependencies>
|
|
</metadata>
|
|
</package> |