From d485bc3a19e86488bcd8b7b2aa555edc4b422c76 Mon Sep 17 00:00:00 2001 From: aws-sdk-dotnet-automation Date: Mon, 30 Dec 2024 17:07:42 +0000 Subject: [PATCH 1/2] release_2024-12-30 --- src/AWS.Deploy.CLI/AWS.Deploy.CLI.csproj | 2 +- .../AWS.Deploy.Recipes.CDK.Common.csproj | 2 +- .../AWS.Deploy.ServerMode.Client.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/AWS.Deploy.CLI/AWS.Deploy.CLI.csproj b/src/AWS.Deploy.CLI/AWS.Deploy.CLI.csproj index 87622b61..cf6318d3 100644 --- a/src/AWS.Deploy.CLI/AWS.Deploy.CLI.csproj +++ b/src/AWS.Deploy.CLI/AWS.Deploy.CLI.csproj @@ -18,7 +18,7 @@ $(NoWarn);1570;1591;ASP0000 Major README.md - 1.28.0 + 1.28.1 diff --git a/src/AWS.Deploy.Recipes.CDK.Common/AWS.Deploy.Recipes.CDK.Common.csproj b/src/AWS.Deploy.Recipes.CDK.Common/AWS.Deploy.Recipes.CDK.Common.csproj index 1bb32984..5838499f 100644 --- a/src/AWS.Deploy.Recipes.CDK.Common/AWS.Deploy.Recipes.CDK.Common.csproj +++ b/src/AWS.Deploy.Recipes.CDK.Common/AWS.Deploy.Recipes.CDK.Common.csproj @@ -10,7 +10,7 @@ icon.png https://github.com/aws/aws-dotnet-deploy README.md - 1.28.0 + 1.28.1 diff --git a/src/AWS.Deploy.ServerMode.Client/AWS.Deploy.ServerMode.Client.csproj b/src/AWS.Deploy.ServerMode.Client/AWS.Deploy.ServerMode.Client.csproj index b2730930..0ca9409f 100644 --- a/src/AWS.Deploy.ServerMode.Client/AWS.Deploy.ServerMode.Client.csproj +++ b/src/AWS.Deploy.ServerMode.Client/AWS.Deploy.ServerMode.Client.csproj @@ -12,7 +12,7 @@ https://github.com/aws/aws-dotnet-deploy true ..\..\public.snk - 1.28.0 + 1.28.1 From d0749766b45172324bba5bc733d6371eeb49504a Mon Sep 17 00:00:00 2001 From: aws-sdk-dotnet-automation Date: Mon, 30 Dec 2024 17:07:42 +0000 Subject: [PATCH 2/2] Updated changelog --- .../10243e8a-1016-4527-84f2-1ca049109c7c.json | 18 ------------------ CHANGELOG.md | 8 ++++++++ 2 files changed, 8 insertions(+), 18 deletions(-) delete mode 100644 .autover/changes/10243e8a-1016-4527-84f2-1ca049109c7c.json diff --git a/.autover/changes/10243e8a-1016-4527-84f2-1ca049109c7c.json b/.autover/changes/10243e8a-1016-4527-84f2-1ca049109c7c.json deleted file mode 100644 index 7d3d7f1f..00000000 --- a/.autover/changes/10243e8a-1016-4527-84f2-1ca049109c7c.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "Projects":[ - { - "Name":"AWS.Deploy.CLI", - "Type":"Patch", - "ChangelogMessages":[ - "Update the version of Amazon.CDK.Lib to 2.171.1" - ] - }, - { - "Name":"AWS.Deploy.Recipes.CDK.Common", - "Type":"Patch", - "ChangelogMessages":[ - "Update the version of Amazon.CDK.Lib to 2.171.1" - ] - } - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index b61ded42..90041615 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## Release 2024-12-30 + +### AWS.Deploy.CLI (1.28.1) +* Update the version of Amazon.CDK.Lib to 2.171.1 +### AWS.Deploy.Recipes.CDK.Common (1.28.1) +* Update the version of Amazon.CDK.Lib to 2.171.1 +### AWS.Deploy.ServerMode.Client (1.28.1) + ## Release 2024-11-15 ### AWS.Deploy.ServerMode.Client (1.28.0)