fix authors

This commit is contained in:
ITDancer139 2021-05-13 14:27:27 +02:00
parent b791c73dd5
commit a193de422b
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
Copyright 2018 Biarity, 2021, a-patel and Kevin Sommer
Copyright 2018 Biarity, 2021 a-patel and Kevin Sommer
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.

View File

@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<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>
<Authors>2018 Biarity, 2021 Kevin Sommer</Authors>
<Authors>Biarity;a-patel;Kevin Sommer</Authors>
<PackageTags>Filter;Sort;Page;Paging;</PackageTags>
<PackageProjectUrl>https://github.com/Biarity/Sieve</PackageProjectUrl>