Skip to content

Commit

Permalink
Merge pull request #884 from aws/releases/next-release
Browse files Browse the repository at this point in the history
  • Loading branch information
GarrettBeatty authored Nov 18, 2024
2 parents 4efd115 + a1ebf10 commit 9f812e9
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 36 deletions.
11 changes: 0 additions & 11 deletions .autover/changes/27d0ce13-f148-4129-a977-1ae2fa1b36e4.json

This file was deleted.

11 changes: 0 additions & 11 deletions .autover/changes/721a3463-3ad9-413d-b2b6-11efb7575fac.json

This file was deleted.

11 changes: 0 additions & 11 deletions .autover/changes/ebd7f49a-72cd-4c5b-83f4-2790a2560e94.json

This file was deleted.

9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## Release 2024-11-15

### AWS.Deploy.ServerMode.Client (1.28.0)
* Update Microsoft.AspNetCore.SignalR.Client version to fix System.Text.Json vulnerability
### AWS.Deploy.CLI (1.28.0)
* Update beanstalk platform resolution logic to additionally use 'Deprecated' versions in order to continue supporting .NET 6.
* Read region value for non default profiles
### AWS.Deploy.Recipes.CDK.Common (1.28.0)

## Release 2024-10-24

### AWS.Deploy.CLI (1.27.0)
Expand Down
2 changes: 1 addition & 1 deletion src/AWS.Deploy.CLI/AWS.Deploy.CLI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<NoWarn>$(NoWarn);1570;1591;ASP0000</NoWarn>
<RollForward>Major</RollForward>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Version>1.27.0</Version>
<Version>1.28.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageIcon>icon.png</PackageIcon>
<PackageProjectUrl>https://github.com/aws/aws-dotnet-deploy</PackageProjectUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Version>1.27.0</Version>
<Version>1.28.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PackageProjectUrl>https://github.com/aws/aws-dotnet-deploy</PackageProjectUrl>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>..\..\public.snk</AssemblyOriginatorKeyFile>
<Version>1.27.0</Version>
<Version>1.28.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 9f812e9

Please sign in to comment.