Skip to content

Commit

Permalink
feature: added readme to nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
KostovMartin committed Feb 8, 2023
1 parent 44335a2 commit ead1753
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Dapper.Bulk/Dapper.Bulk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<Version>1.6.0</Version>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down Expand Up @@ -51,6 +52,7 @@
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
<None Include="..\..\README.md" Pack="true" PackagePath="\"/>
</ItemGroup>

</Project>

0 comments on commit ead1753

Please sign in to comment.