From 2ed381f74cdab10bbfe1399f002fad44dcbb9653 Mon Sep 17 00:00:00 2001 From: aws-sdk-dotnet-automation Date: Tue, 1 Jul 2025 12:55:54 +0000 Subject: [PATCH 1/2] release_2025-07-01 --- .../AWS.DistributedCacheProvider.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AWS.DistributedCacheProvider/AWS.DistributedCacheProvider.csproj b/src/AWS.DistributedCacheProvider/AWS.DistributedCacheProvider.csproj index f6a14f4..0054018 100644 --- a/src/AWS.DistributedCacheProvider/AWS.DistributedCacheProvider.csproj +++ b/src/AWS.DistributedCacheProvider/AWS.DistributedCacheProvider.csproj @@ -5,7 +5,7 @@ AWS.DistributedCacheProvider enable enable - 0.21.0-preview + 1.0.0 AWS.AspNetCore.DistributedCacheProvider AWS Provider for ASP.NET Core's IDistributedCache The AWS Distributed Cache provider provides an IDistributedCache implementation backed by DynamoDB. From b907d621e722a6efc52343b8006cc34549b4c559 Mon Sep 17 00:00:00 2001 From: aws-sdk-dotnet-automation Date: Tue, 1 Jul 2025 12:55:55 +0000 Subject: [PATCH 2/2] Updated changelog --- .../changes/8d0bb700-2d4c-4a54-b01e-ffd69395776c.json | 11 ----------- CHANGELOG.md | 5 +++++ 2 files changed, 5 insertions(+), 11 deletions(-) delete mode 100644 .autover/changes/8d0bb700-2d4c-4a54-b01e-ffd69395776c.json diff --git a/.autover/changes/8d0bb700-2d4c-4a54-b01e-ffd69395776c.json b/.autover/changes/8d0bb700-2d4c-4a54-b01e-ffd69395776c.json deleted file mode 100644 index 209c835..0000000 --- a/.autover/changes/8d0bb700-2d4c-4a54-b01e-ffd69395776c.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "Projects": [ - { - "Name": "AWS.AspNetCore.DistributedCacheProvider", - "Type": "Major", - "ChangelogMessages": [ - "This marks the first stable release of AWS .NET Distributed Cache Provider which is now generally available." - ] - } - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 727c257..e6f2a40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## Release 2025-07-01 + +### AWS.AspNetCore.DistributedCacheProvider (1.0.0) +* This marks the first stable release of AWS .NET Distributed Cache Provider which is now generally available. + ## Release 2025-04-28 ### AWS.AspNetCore.DistributedCacheProvider (0.21.0-preview)