Skip to content

Commit

Permalink
chore: try to pack readme
Browse files Browse the repository at this point in the history
  • Loading branch information
markphelps committed Nov 1, 2023
1 parent 226dc77 commit 5a87614
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Flipt gRPC .NET

![Nuget](https://img.shields.io/nuget/v/flipt.grpc)
[![Nuget](https://img.shields.io/nuget/v/flipt.grpc)](https://www.nuget.org/packages/Flipt.gRPC/)
![hardening](https://img.shields.io/badge/status-hardening-orange)

The official .NET [gRPC](https://grpc.io/) client for [Flipt](https://github.com/flipt-io/flipt).
Expand Down
2 changes: 2 additions & 0 deletions src/Flipt.Grpc/flipt-grpc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<Description>
This package contains an auto-generated gRPC client for communication with a Flipt feature flag server (see flipt.io for more).
</Description>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageTags>Flipt, gRPC, Feature Flags</PackageTags>
<RepositoryUrl>https://github.com/flipt-io/flipt-grpc-dotnet</RepositoryUrl>
Expand All @@ -17,5 +18,6 @@
<ItemGroup>
<PackageReference Include="Google.Api.CommonProtos" Version="2.10.0" />
<PackageReference Include="Grpc.Net.Client" Version="2.55.0" />
<None Include="../../README.md" Pack="true" PackagePath="/" />
</ItemGroup>
</Project>

0 comments on commit 5a87614

Please sign in to comment.