Skip to content

Commit bdf9ac4

Browse files
committed
build: v0.1.0
1 parent 5e014e2 commit bdf9ac4

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

QueryKit/QueryKit.csproj

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,22 @@
44
<TargetFramework>net7.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
7+
<PackageId>QueryKit</PackageId>
8+
<PackageTags>QueryKit</PackageTags>
9+
<Version>0.1.0</Version>
10+
<Authors>Paul DeVito</Authors>
11+
<Summary>QueryKit is a .NET library that makes it easier to query your data by providing a fluent and intuitive syntax for filtering and sorting.</Summary>
12+
<Description>QueryKit is a .NET library that makes it easier to query your data by providing a fluent and intuitive syntax for filtering and sorting.</Description>
13+
<Repository>https://github.com/pdevito3/QueryKit</Repository>
14+
15+
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
16+
<PackageReadmeFile>README.md</PackageReadmeFile>
17+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
718
</PropertyGroup>
19+
20+
<ItemGroup>
21+
<None Include="..\README.md" Pack="true" PackagePath="" Visible="False" />
22+
</ItemGroup>
823

924
<ItemGroup>
1025
<PackageReference Include="Ardalis.SmartEnum" Version="7.0.0" />

0 commit comments

Comments
 (0)