Skip to content

Commit fc8dfbb

Browse files
Merge branch 'dev'
2 parents 5a7f4a8 + de66222 commit fc8dfbb

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Release 2025-01-31 #2
2+
3+
### Aspire.Hosting.AWS (9.1.1)
4+
* Fix namespace for AddAWSDynamoDBLocal extension method
5+
16
## Release 2025-01-31
27

38
### Aspire.Hosting.AWS (9.1.0)

src/Aspire.Hosting.AWS/Aspire.Hosting.AWS.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<PackageTags>aspire integration hosting aws</PackageTags>
77
<Description>Add support for provisioning AWS application resources and configuring the AWS SDK for .NET.</Description>
88
<NoWarn>$(NoWarn);CS8002</NoWarn> <!-- AWS CDK packages are not signed -->
9-
<Version>9.1.0</Version>
9+
<Version>9.1.1</Version>
1010
</PropertyGroup>
1111

1212
<ItemGroup>

src/Aspire.Hosting.AWS/DynamoDB/DynamoDBLocalResourceBuilderExtensions.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
22

33
using Aspire.Hosting.ApplicationModel;
4-
using Aspire.Hosting;
4+
using Aspire.Hosting.AWS.DynamoDB;
55

6-
namespace Aspire.Hosting.AWS.DynamoDB;
6+
namespace Aspire.Hosting;
77

88
public static class DynamoDBLocalResourceBuilderExtensions
99
{

0 commit comments

Comments
 (0)