diff --git a/.autover/changes/d4da8c7a-971a-47b5-8193-ad3dd0d8c6b8.json b/.autover/changes/d4da8c7a-971a-47b5-8193-ad3dd0d8c6b8.json deleted file mode 100644 index 2073a46..0000000 --- a/.autover/changes/d4da8c7a-971a-47b5-8193-ad3dd0d8c6b8.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "Projects": [ - { - "Name": "Aspire.Hosting.AWS", - "Type": "Patch", - "ChangelogMessages": [ - "Fix concurrency issue when reading output from external processes" - ] - } - ] -} diff --git a/CHANGELOG.md b/CHANGELOG.md index 9591447..f193220 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## Release 2025-06-20 + +### Aspire.Hosting.AWS (9.2.4) +* Fix concurrency issue when reading output from external processes + ## Release 2025-06-10 ### Aspire.Hosting.AWS (9.2.3) diff --git a/src/Aspire.Hosting.AWS/Aspire.Hosting.AWS.csproj b/src/Aspire.Hosting.AWS/Aspire.Hosting.AWS.csproj index 9ba9b80..179c34c 100644 --- a/src/Aspire.Hosting.AWS/Aspire.Hosting.AWS.csproj +++ b/src/Aspire.Hosting.AWS/Aspire.Hosting.AWS.csproj @@ -6,7 +6,7 @@ aspire integration hosting aws Add support for provisioning AWS application resources and configuring the AWS SDK for .NET. $(NoWarn);CS8002 - 9.2.3 + 9.2.4 docs\README.md