Skip to content

Commit

Permalink
Updated project to automatically include the ReadMe in the NuGet pack…
Browse files Browse the repository at this point in the history
…age.
  • Loading branch information
StevenRasmussen committed Aug 12, 2023
1 parent e75d674 commit 43f7c23
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<RepositoryType>git</RepositoryType>
<PackageTags>Entity Framework Core;entity-framework-core;EF;Data;O/RM;EntityFrameworkCore;EFCore;Noda;NodaTime;Noda Time</PackageTags>
<Version>7.1.0.0</Version>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
Expand Down Expand Up @@ -42,6 +43,7 @@
<Pack>True</Pack>
<PackagePath>build</PackagePath>
</None>
<None Include="..\..\README.md" Pack="true" PackagePath="\"/>
</ItemGroup>

</Project>

0 comments on commit 43f7c23

Please sign in to comment.