Skip to content

Commit

Permalink
Merge pull request #1017 from thompson-tomo/chore/#1016_AddReadmeToBa…
Browse files Browse the repository at this point in the history
…sePackage
  • Loading branch information
jbogard committed Apr 27, 2024
2 parents 88c4d73 + 48db917 commit b3147c8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/MediatR/MediatR.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<AssemblyOriginatorKeyFile>..\..\MediatR.snk</AssemblyOriginatorKeyFile>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageIcon>gradient_128x128.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
<MinVerTagPrefix>v</MinVerTagPrefix>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
Expand All @@ -38,4 +39,8 @@
<PackageReference Include="MinVer" Version="4.3.0" PrivateAssets="All" />
</ItemGroup>

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

</Project>

0 comments on commit b3147c8

Please sign in to comment.