Skip to content

Commit

Permalink
add readme to nuget package
Browse files Browse the repository at this point in the history
  • Loading branch information
smokedlinq committed Feb 15, 2023
1 parent 4a17f2c commit cbf3324
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/MediatR.Azure.EventGrid.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<Authors>Adam Weigert</Authors>
<Description>A MediatR bridge for Azure Event Grid.</Description>
<Copyright>Copyright Adam Weigert</Copyright>
<PackageReadmeFile>README.md</PackageReadmeFile>
<TargetFramework>netstandard2.1</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
Expand All @@ -20,6 +21,10 @@
<ContinuousIntegrationBuild Condition="'$(GITHUB_ACTIONS)' == 'true'">true</ContinuousIntegrationBuild>
</PropertyGroup>

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

<ItemGroup>
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleToAttribute">
<_Parameter1>MediatR.Azure.EventGrid.Tests</_Parameter1>
Expand Down

0 comments on commit cbf3324

Please sign in to comment.