From 4e4169b83acb13c3bc61451f62ec88b15e14f975 Mon Sep 17 00:00:00 2001 From: Mark Cilia Vincenti Date: Mon, 9 Oct 2023 09:22:32 +0200 Subject: [PATCH 1/2] Bump AsyncKeyedLock to 6.2.2 --- .../Volo.Abp.DistributedLocking.Abstractions.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/src/Volo.Abp.DistributedLocking.Abstractions/Volo.Abp.DistributedLocking.Abstractions.csproj b/framework/src/Volo.Abp.DistributedLocking.Abstractions/Volo.Abp.DistributedLocking.Abstractions.csproj index e53f5b718c..c2c0a49393 100644 --- a/framework/src/Volo.Abp.DistributedLocking.Abstractions/Volo.Abp.DistributedLocking.Abstractions.csproj +++ b/framework/src/Volo.Abp.DistributedLocking.Abstractions/Volo.Abp.DistributedLocking.Abstractions.csproj @@ -18,7 +18,7 @@ - + From 48b81d9ba92bc5f8477aeda2c01caef03e9e4247 Mon Sep 17 00:00:00 2001 From: maliming Date: Thu, 12 Oct 2023 02:12:40 -0500 Subject: [PATCH 2/2] Update Abp-8_0.md --- docs/en/Migration-Guides/Abp-8_0.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/en/Migration-Guides/Abp-8_0.md b/docs/en/Migration-Guides/Abp-8_0.md index af8039e231..db65521b64 100644 --- a/docs/en/Migration-Guides/Abp-8_0.md +++ b/docs/en/Migration-Guides/Abp-8_0.md @@ -16,6 +16,7 @@ The following NuGet libraries have been upgraded: | Autofac | 7.0.0 | 7.1.0 | | Autofac.Extras.DynamicProxy | 6.0.1 | 7.1.0 | | AutoMapper | 12.0.0 | 12.0.1 | +| AsyncKeyedLock | 6.2.1 | 6.2.2 | | AWSSDK.S3 | 3.7.9.2 | 3.7.205.9 | | AWSSDK.SecurityToken | 3.7.1.151 | 3.7.202.4 | | Azure.Storage.Blobs | 12.15.0 | 12.18.0 |