Skip to content

Commit 6ae7723

Browse files
Merge pull request #948 from aws/releases/next-release
Release 2025-06-05
2 parents ed02eda + 83e6c21 commit 6ae7723

File tree

5 files changed

+10
-14
lines changed

5 files changed

+10
-14
lines changed

.autover/changes/ef4ed34b-76fa-4c24-99b8-f67ccb29fb28.json

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

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## Release 2025-06-05
2+
3+
### AWS.Deploy.CLI (1.30.1)
4+
* Update CDK Bootstrap template to version 28
5+
### AWS.Deploy.Recipes.CDK.Common (1.30.1)
6+
### AWS.Deploy.ServerMode.Client (1.30.1)
7+
18
## Release 2025-05-01
29

310
### AWS.Deploy.CLI (1.30.0)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<NoWarn>$(NoWarn);1570;1591;ASP0000</NoWarn>
1919
<RollForward>Major</RollForward>
2020
<PackageReadmeFile>README.md</PackageReadmeFile>
21-
<Version>1.30.0</Version>
21+
<Version>1.30.1</Version>
2222
</PropertyGroup>
2323

2424
<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
@@ -10,7 +10,7 @@
1010
<PackageIcon>icon.png</PackageIcon>
1111
<PackageProjectUrl>https://github.com/aws/aws-dotnet-deploy</PackageProjectUrl>
1212
<PackageReadmeFile>README.md</PackageReadmeFile>
13-
<Version>1.30.0</Version>
13+
<Version>1.30.1</Version>
1414
</PropertyGroup>
1515

1616
<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>1.30.0</Version>
15+
<Version>1.30.1</Version>
1616
</PropertyGroup>
1717

1818
<ItemGroup>

0 commit comments

Comments
 (0)