|
8 | 8 | <RootNamespace>AutoQuery.AspNetCore</RootNamespace> |
9 | 9 |
|
10 | 10 | <!-- NuGet Packaging --> |
11 | | - <Id>AutoQuery.AspNetCore</Id> |
12 | | - <PackageVersion>$(Version)</PackageVersion> |
13 | | - <Company>Willy</Company> |
14 | | - <Authors>Willy</Authors> |
15 | | - <Copyright>© Willy Wang.</Copyright> |
16 | | - <PackageTags>aspnetcore;query;filtering;pagination;middleware</PackageTags> |
17 | | - <Description>AutoQuery.AspNetCore extends AutoQuery with seamless integration into ASP.NET Core applications. It enables dynamic query processing, filtering, and pagination with minimal configuration, enhancing API flexibility and performance.</Description> |
18 | | - <PackageProjectUrl>https://github.com/willysoft/AutoQuery</PackageProjectUrl> |
19 | | - <RepositoryUrl>$(PackageProjectUrl)</RepositoryUrl> |
20 | | - <RepositoryType>git</RepositoryType> |
21 | | - <SignAssembly>true</SignAssembly> |
22 | | - <AssemblyOriginatorKeyFile>..\..\opensource.snk</AssemblyOriginatorKeyFile> |
23 | | - <IsPackable>true</IsPackable> |
24 | | - <PackageReadmeFile>README.md</PackageReadmeFile> |
25 | | - <PackageLicenseFile>LICENSE</PackageLicenseFile> |
| 11 | + <Id>AutoQuery.AspNetCore</Id> |
| 12 | + <PackageVersion>$(Version)</PackageVersion> |
| 13 | + <Company>Willy</Company> |
| 14 | + <Authors>Willy</Authors> |
| 15 | + <Copyright>© Willy Wang.</Copyright> |
| 16 | + <PackageTags>aspnetcore;query;filtering;pagination;middleware</PackageTags> |
| 17 | + <Description>AutoQuery.AspNetCore extends AutoQuery with seamless integration into ASP.NET Core applications. It enables dynamic query processing, filtering, and pagination with minimal configuration, enhancing API flexibility and performance.</Description> |
| 18 | + <PackageProjectUrl>https://github.com/willysoft/AutoQuery</PackageProjectUrl> |
| 19 | + <RepositoryUrl>$(PackageProjectUrl)</RepositoryUrl> |
| 20 | + <RepositoryType>git</RepositoryType> |
| 21 | + <SignAssembly>true</SignAssembly> |
| 22 | + <AssemblyOriginatorKeyFile>..\..\opensource.snk</AssemblyOriginatorKeyFile> |
| 23 | + <IsPackable>true</IsPackable> |
| 24 | + <PackageReadmeFile>README.md</PackageReadmeFile> |
| 25 | + <PackageLicenseFile>LICENSE</PackageLicenseFile> |
| 26 | + <IncludeSymbols>true</IncludeSymbols> |
| 27 | + <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
| 28 | + <EmbedUntrackedSources>true</EmbedUntrackedSources> |
| 29 | + <PublishRepositoryUrl>true</PublishRepositoryUrl> |
26 | 30 | </PropertyGroup> |
27 | 31 |
|
28 | 32 | <ItemGroup> |
29 | 33 | <FrameworkReference Include="Microsoft.AspNetCore.App" /> |
| 34 | + <PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All"/> |
30 | 35 | </ItemGroup> |
31 | 36 |
|
32 | 37 | <ItemGroup> |
|
0 commit comments