Skip to content

Commit 9f812e9

Browse files
Merge pull request #884 from aws/releases/next-release
2 parents 4efd115 + a1ebf10 commit 9f812e9

File tree

7 files changed

+12
-36
lines changed

7 files changed

+12
-36
lines changed

.autover/changes/27d0ce13-f148-4129-a977-1ae2fa1b36e4.json

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

.autover/changes/721a3463-3ad9-413d-b2b6-11efb7575fac.json

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

.autover/changes/ebd7f49a-72cd-4c5b-83f4-2790a2560e94.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 2024-11-15
2+
3+
### AWS.Deploy.ServerMode.Client (1.28.0)
4+
* Update Microsoft.AspNetCore.SignalR.Client version to fix System.Text.Json vulnerability
5+
### AWS.Deploy.CLI (1.28.0)
6+
* Update beanstalk platform resolution logic to additionally use 'Deprecated' versions in order to continue supporting .NET 6.
7+
* Read region value for non default profiles
8+
### AWS.Deploy.Recipes.CDK.Common (1.28.0)
9+
110
## Release 2024-10-24
211

312
### AWS.Deploy.CLI (1.27.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.27.0</Version>
21+
<Version>1.28.0</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.27.0</Version>
13+
<Version>1.28.0</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.27.0</Version>
15+
<Version>1.28.0</Version>
1616
</PropertyGroup>
1717

1818
<ItemGroup>

0 commit comments

Comments
 (0)