Skip to content

Commit

Permalink
Version bump v7
Browse files Browse the repository at this point in the history
  • Loading branch information
artiomchi committed Nov 16, 2022
1 parent 732ea9d commit 104d917
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,11 @@ 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>
<VersionPrefix>6.0.2</VersionPrefix>
<VersionPrefix>7.0.0</VersionPrefix>
<PackageReleaseNotes>
v7.0.0
+ Adding support for .NET 7 and EF Core 7

v6.0.2
* Improving entity type detection when using DbSet&lt;&gt;
! Patching MySQL handling of null columns
Expand Down Expand Up @@ -51,7 +54,7 @@ v4.0.0
<DebugType>embedded</DebugType>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>..\..\certs\FlexLabsStrongKey.snk</AssemblyOriginatorKeyFile>
<SignCertificateName>Open Source Developer, Artiom Chilaru</SignCertificateName>
<SignCertificateName>Artiom Chilaru</SignCertificateName>
<PostBuildEvent>signtool.exe sign /n "$(SignCertificateName)" /fd sha256 /tr "http://timestamp.digicert.com" /td sha256 FlexLabs.EntityFrameworkCore.Upsert.dll</PostBuildEvent>
</PropertyGroup>

Expand Down

0 comments on commit 104d917

Please sign in to comment.