Skip to content

Commit

Permalink
Add readme to nuget package (#20)
Browse files Browse the repository at this point in the history
* Add readme to nuget package

* Bump version
  • Loading branch information
arthrp authored Dec 9, 2024
1 parent f6471eb commit 2cf47f7
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions RqliteDotnet/RqliteDotnet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,17 @@

<PropertyGroup>
<PackageId>RqliteDotnet</PackageId>
<Version>1.0.6</Version>
<Version>1.0.7</Version>
<Authors>arthrp, otoolep et al.</Authors>
<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
<Title>Rqlite Dotnet</Title>
<Description>.NET client for Rqlite - lightweight distributed database</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/rqlite/rqlite-dotnet/</PackageProjectUrl>
<PackageProjectUrl>https://github.com/rqlite/rqlite-dotnet/</PackageProjectUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
<None Include="..\README.md" Pack="true" PackagePath="\" />
</ItemGroup>
</Project>

0 comments on commit 2cf47f7

Please sign in to comment.