Skip to content

Commit

Permalink
nuget: Include README.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
rmandvikar committed Sep 24, 2023
1 parent 81c9d78 commit bf41032
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions rm.DelegatingHandlers.sln
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "rm.DelegatingHandlers", "sr
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "rm.DelegatingHandlersTest", "tests\rm.DelegatingHandlersTest\rm.DelegatingHandlersTest.csproj", "{89352168-D88D-4296-A82E-3FC7B23B548C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{EE466353-2AE6-4197-8C57-B6AD2886621E}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down
5 changes: 5 additions & 0 deletions src/rm.DelegatingHandlers/rm.DelegatingHandlers.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,14 @@
<PackageTags>HttpClient;DelegatingHandler</PackageTags>
<RepositoryUrl>https://github.com/rmandvikar/delegating-handlers</RepositoryUrl>
<PackageProjectUrl>https://github.com/rmandvikar/delegating-handlers</PackageProjectUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Authors>hippy</Authors>
<Company>hippy</Company>
</PropertyGroup>
<ItemGroup>
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="IsExternalInit" Version="1.0.3" />
<PackageReference Include="K4os.Hash.xxHash" Version="1.0.7" />
Expand Down

0 comments on commit bf41032

Please sign in to comment.