From 1d24d2e8eb06715ffd79e18e5beffcb522968ccc Mon Sep 17 00:00:00 2001 From: aws-sdk-dotnet-automation Date: Thu, 20 Aug 2026 01:20:01 +0000 Subject: [PATCH 1/2] release_2026-08-20 --- src/AWS.AgentCore.Hosting/AWS.AgentCore.Hosting.csproj | 2 +- .../AWS.AgentCore.SourceGenerator.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/AWS.AgentCore.Hosting/AWS.AgentCore.Hosting.csproj b/src/AWS.AgentCore.Hosting/AWS.AgentCore.Hosting.csproj index a268fc1..3c37225 100644 --- a/src/AWS.AgentCore.Hosting/AWS.AgentCore.Hosting.csproj +++ b/src/AWS.AgentCore.Hosting/AWS.AgentCore.Hosting.csproj @@ -5,7 +5,7 @@ enable enable true - 1.0.0 + 1.1.0 true AWS.AgentCore.Hosting AI Integrations on AWS for .NET diff --git a/src/AWS.AgentCore.SourceGenerator/AWS.AgentCore.SourceGenerator.csproj b/src/AWS.AgentCore.SourceGenerator/AWS.AgentCore.SourceGenerator.csproj index bfef924..aa8c8ce 100644 --- a/src/AWS.AgentCore.SourceGenerator/AWS.AgentCore.SourceGenerator.csproj +++ b/src/AWS.AgentCore.SourceGenerator/AWS.AgentCore.SourceGenerator.csproj @@ -8,7 +8,7 @@ true false 14.0 - 1.0.0 + 1.1.0 true True true From d7eda815b3d8328fdfb154c2b0b06af91f831800 Mon Sep 17 00:00:00 2001 From: aws-sdk-dotnet-automation Date: Thu, 20 Aug 2026 01:20:01 +0000 Subject: [PATCH 2/2] Updated changelog --- .autover/changes/hosting-meai-migration.json | 11 ----------- CHANGELOG.md | 5 +++++ 2 files changed, 5 insertions(+), 11 deletions(-) delete mode 100644 .autover/changes/hosting-meai-migration.json diff --git a/.autover/changes/hosting-meai-migration.json b/.autover/changes/hosting-meai-migration.json deleted file mode 100644 index 1eadf18..0000000 --- a/.autover/changes/hosting-meai-migration.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "Projects": [ - { - "Name": "AWS.AgentCore.Hosting", - "Type": "Minor", - "ChangelogMessages": [ - "Updated the Bedrock Microsoft.Extensions.AI dependency to the in-repo AWS.Bedrock.MEAI package, replacing the older AWSSDK.Extensions.Bedrock.MEAI package. The public API (Amazon.BedrockRuntime namespace and AmazonBedrockRuntimeExtensions methods) is unchanged." - ] - } - ] -} diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ce0525..9073c29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## Release 2026-08-20 + +### AWS.AgentCore.Hosting (1.1.0) +* Updated the Bedrock Microsoft.Extensions.AI dependency to the in-repo AWS.Bedrock.MEAI package, replacing the older AWSSDK.Extensions.Bedrock.MEAI package. The public API (Amazon.BedrockRuntime namespace and AmazonBedrockRuntimeExtensions methods) is unchanged. + ## Release 2026-08-06 ### AWS.Bedrock.MEAI (1.0.0)