Skip to content

Commit

Permalink
Fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamescaper committed Dec 16, 2022
1 parent 58ad5b4 commit 2bc678a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion GenerateAspNetCoreClient/GenerateAspNetCoreClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@
<PackageOutputPath>./nupkg</PackageOutputPath>
<Version>1.1</Version>
<RepositoryUrl>https://github.com/Dreamescaper/GenerateAspNetCoreClient</RepositoryUrl>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageId>GenerateAspNetCoreClient.Refit</PackageId>
<Description>DotNet tool to generate Refit HTTP client types from ASP.NET Core API controllers.</Description>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>

<ItemGroup>
Expand All @@ -25,6 +26,10 @@
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
<None Include="..\README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>

</Project>

0 comments on commit 2bc678a

Please sign in to comment.