Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .autover/changes/8d0bb700-2d4c-4a54-b01e-ffd69395776c.json

This file was deleted.

5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<RootNamespace>AWS.DistributedCacheProvider</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>0.21.0-preview</Version>
<Version>1.0.0</Version>
<PackageId>AWS.AspNetCore.DistributedCacheProvider</PackageId>
<Title>AWS Provider for ASP.NET Core's IDistributedCache</Title>
<Description>The AWS Distributed Cache provider provides an IDistributedCache implementation backed by DynamoDB.</Description>
Expand Down
Loading