Skip to content

Commit

Permalink
Enabled deterministic builds, allowing debugging of this library from…
Browse files Browse the repository at this point in the history
… your code.
  • Loading branch information
MarkCiliaVincenti committed Jan 29, 2023
1 parent 53ec749 commit 1bf8086
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
<PackageProjectUrl>https://github.com/MarkCiliaVincenti/ResilientSaveChanges.EFCore</PackageProjectUrl>
<Copyright>MIT</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Version>7.0.2.1</Version>
<Version>7.0.2.2</Version>
<PackageIcon>logo.png</PackageIcon>
<PackageReleaseNotes>Bumping to Microsoft.EntityFrameworkCore 7.0.2</PackageReleaseNotes>
<PackageReleaseNotes>Enabled deterministic builds, allowing debugging of this library from your code.</PackageReleaseNotes>
<Description>A library that allows resilient context.SaveChanges / SaveChangesAsync in Entity Framework Core, logging of long-running transactions and limiting of concurrent SaveChanges.</Description>
<Copyright>© 2023 Mark Cilia Vincenti</Copyright>
<PackageTags>resilient,resiliency,efcore,savechanges,savechangesasync</PackageTags>
<RepositoryType>git</RepositoryType>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<AssemblyVersion>7.0.2.1</AssemblyVersion>
<FileVersion>7.0.2.1</FileVersion>
<AssemblyVersion>7.0.2.2</AssemblyVersion>
<FileVersion>7.0.2.2</FileVersion>
<PackageReadmeFile>README.md</PackageReadmeFile>
<IsPackable>true</IsPackable>
<IsTrimmable>true</IsTrimmable>
Expand Down

0 comments on commit 1bf8086

Please sign in to comment.