Skip to content

Commit 44375f6

Browse files
Release 2025-09-08 (#976)
* release_2025-09-08 * Updated changelog
1 parent c0bb21d commit 44375f6

File tree

6 files changed

+12
-32
lines changed

6 files changed

+12
-32
lines changed

.autover/changes/f4f7b935-faad-4d57-8160-894a4db8b9e4.json

Lines changed: 0 additions & 18 deletions
This file was deleted.

.autover/changes/fbb29339-2144-451d-af2a-65656b4bf748.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## Release 2025-09-08
2+
3+
### AWS.Deploy.CLI (2.0.3)
4+
* Update the version of Amazon.CDK.Lib to 2.214.0
5+
* Update CDK Bootstrap template to version 29
6+
### AWS.Deploy.Recipes.CDK.Common (2.0.3)
7+
* Update the version of Amazon.CDK.Lib to 2.214.0
8+
### AWS.Deploy.ServerMode.Client (2.0.3)
9+
110
## Release 2025-07-15
211

312
### AWS.Deploy.CLI (2.0.2)

src/AWS.Deploy.CLI/AWS.Deploy.CLI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<NoWarn>$(NoWarn);1570;1591;ASP0000</NoWarn>
2323
<RollForward>Major</RollForward>
2424
<PackageReadmeFile>README.md</PackageReadmeFile>
25-
<Version>2.0.2</Version>
25+
<Version>2.0.3</Version>
2626
</PropertyGroup>
2727

2828
<ItemGroup>

src/AWS.Deploy.Recipes.CDK.Common/AWS.Deploy.Recipes.CDK.Common.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<PackageIcon>icon.png</PackageIcon>
1414
<PackageProjectUrl>https://github.com/aws/aws-dotnet-deploy</PackageProjectUrl>
1515
<PackageReadmeFile>README.md</PackageReadmeFile>
16-
<Version>2.0.2</Version>
16+
<Version>2.0.3</Version>
1717
</PropertyGroup>
1818

1919
<ItemGroup>

src/AWS.Deploy.ServerMode.Client/AWS.Deploy.ServerMode.Client.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<PackageProjectUrl>https://github.com/aws/aws-dotnet-deploy</PackageProjectUrl>
1313
<SignAssembly>true</SignAssembly>
1414
<AssemblyOriginatorKeyFile>..\..\public.snk</AssemblyOriginatorKeyFile>
15-
<Version>2.0.2</Version>
15+
<Version>2.0.3</Version>
1616
</PropertyGroup>
1717

1818
<ItemGroup>

0 commit comments

Comments
 (0)