Skip to content

Commit

Permalink
Adding readme to nuget packages
Browse files Browse the repository at this point in the history
  • Loading branch information
felipmiguel committed Aug 6, 2023
1 parent 5107a7f commit 5367461
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,11 @@
<ItemGroup>
<Folder Include="properties\" />
</ItemGroup>

<PropertyGroup>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
<ItemGroup>
<None Include="../README.md" Pack="true" PackagePath="\"/>
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,10 @@
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
<PropertyGroup>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
<ItemGroup>
<None Include="../README.md" Pack="true" PackagePath="\"/>
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,12 @@
<Folder Include="properties\" />
</ItemGroup>

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


</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@
<Folder Include="Properties\" />
</ItemGroup>


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

</Project>

0 comments on commit 5367461

Please sign in to comment.