Skip to content

Commit 59d4a13

Browse files
committed
fix nuget readme location
1 parent a5e05f8 commit 59d4a13

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

PostCodeSearch/PostCodeSearch.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@
1919
<Version>0.1.0-rc1</Version>
2020
<Nullable>enable</Nullable>
2121
</PropertyGroup>
22+
<ItemGroup>
23+
<None Include="..\README.nuget.md">
24+
<Pack>True</Pack>
25+
<PackagePath>\</PackagePath>
26+
</None>
27+
</ItemGroup>
2228

2329
<ItemGroup>
2430
<PackageReference Include="Octokit" Version="0.52.0" />

0 commit comments

Comments
 (0)