From 7a10daf8a823db353519350b563560a78ab48e06 Mon Sep 17 00:00:00 2001 From: Garrett Beatty Date: Wed, 26 Mar 2025 11:16:09 -0400 Subject: [PATCH 1/2] update AWS SDK to preview-11 --- src/AWS.Messaging/AWS.Messaging.csproj | 8 ++++---- .../AWS.Messaging.IntegrationTests.csproj | 14 +++++++------- .../AWS.Messaging.Tests.Common.csproj | 12 ++++++------ 3 files changed, 17 insertions(+), 17 deletions(-) diff --git a/src/AWS.Messaging/AWS.Messaging.csproj b/src/AWS.Messaging/AWS.Messaging.csproj index 0a1aaf72..e4de1fb0 100644 --- a/src/AWS.Messaging/AWS.Messaging.csproj +++ b/src/AWS.Messaging/AWS.Messaging.csproj @@ -27,10 +27,10 @@ - - - - + + + + diff --git a/test/AWS.Messaging.IntegrationTests/AWS.Messaging.IntegrationTests.csproj b/test/AWS.Messaging.IntegrationTests/AWS.Messaging.IntegrationTests.csproj index 723237c0..7241c5d8 100644 --- a/test/AWS.Messaging.IntegrationTests/AWS.Messaging.IntegrationTests.csproj +++ b/test/AWS.Messaging.IntegrationTests/AWS.Messaging.IntegrationTests.csproj @@ -9,16 +9,16 @@ - - - - - + + + + + - - + + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/test/AWS.Messaging.Tests.Common/AWS.Messaging.Tests.Common.csproj b/test/AWS.Messaging.Tests.Common/AWS.Messaging.Tests.Common.csproj index 6e931925..cfead4ff 100644 --- a/test/AWS.Messaging.Tests.Common/AWS.Messaging.Tests.Common.csproj +++ b/test/AWS.Messaging.Tests.Common/AWS.Messaging.Tests.Common.csproj @@ -9,12 +9,12 @@ - - - - - - + + + + + + From 4b747194362a9ad8a4bf64e84953513a86a85969 Mon Sep 17 00:00:00 2001 From: Garrett Beatty Date: Wed, 26 Mar 2025 11:18:14 -0400 Subject: [PATCH 2/2] changefile --- .../changes/eaeaef89-fa95-425c-b5d2-6e346bc5debd.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .autover/changes/eaeaef89-fa95-425c-b5d2-6e346bc5debd.json diff --git a/.autover/changes/eaeaef89-fa95-425c-b5d2-6e346bc5debd.json b/.autover/changes/eaeaef89-fa95-425c-b5d2-6e346bc5debd.json new file mode 100644 index 00000000..acbf0cca --- /dev/null +++ b/.autover/changes/eaeaef89-fa95-425c-b5d2-6e346bc5debd.json @@ -0,0 +1,11 @@ +{ + "Projects": [ + { + "Name": "AWS.Messaging", + "Type": "Patch", + "ChangelogMessages": [ + "Update AWS SDK to Preview 11" + ] + } + ] +} \ No newline at end of file