From 1bf8086b39e91eca6e565d5c9847e4d0c218f9e6 Mon Sep 17 00:00:00 2001 From: Mark Cilia Vincenti Date: Sun, 29 Jan 2023 09:54:47 +0100 Subject: [PATCH] Enabled deterministic builds, allowing debugging of this library from your code. --- .../ResilientSaveChanges.EFCore.csproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ResilientSaveChanges.EFCore/ResilientSaveChanges.EFCore.csproj b/ResilientSaveChanges.EFCore/ResilientSaveChanges.EFCore.csproj index 43f28b2..53c86c2 100644 --- a/ResilientSaveChanges.EFCore/ResilientSaveChanges.EFCore.csproj +++ b/ResilientSaveChanges.EFCore/ResilientSaveChanges.EFCore.csproj @@ -7,16 +7,16 @@ https://github.com/MarkCiliaVincenti/ResilientSaveChanges.EFCore MIT MIT - 7.0.2.1 + 7.0.2.2 logo.png - Bumping to Microsoft.EntityFrameworkCore 7.0.2 + Enabled deterministic builds, allowing debugging of this library from your code. A library that allows resilient context.SaveChanges / SaveChangesAsync in Entity Framework Core, logging of long-running transactions and limiting of concurrent SaveChanges. © 2023 Mark Cilia Vincenti resilient,resiliency,efcore,savechanges,savechangesasync git True - 7.0.2.1 - 7.0.2.1 + 7.0.2.2 + 7.0.2.2 README.md true true