Skip to content

Commit

Permalink
Adding a readme file to the package
Browse files Browse the repository at this point in the history
  • Loading branch information
artiomchi committed Nov 24, 2024
1 parent 924bc1c commit 08a2f7b
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Also supports injecting sql command generators to add support for other provider
<RepositoryUrl>https://github.com/artiomchi/FlexLabs.Upsert</RepositoryUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageTags>Entity Framework Core entity-framework-core EF EntityFramework EntityFrameworkCore EFCore Upsert</PackageTags>
<PackageReadmeFile>README.md</PackageReadmeFile>
<VersionPrefix>8.1.0</VersionPrefix>
<PackageReleaseNotes>
v8.1.0
Expand Down Expand Up @@ -73,6 +74,10 @@ v4.0.0
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.0" />
</ItemGroup>

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

<ItemGroup>
<EmbeddedResource Update="*.resx" EmitFormatMethods="true" />
</ItemGroup>
Expand Down

0 comments on commit 08a2f7b

Please sign in to comment.