Skip to content

Commit 975774b

Browse files
authored
chore: Update the version of Amazon.CDK.Lib referenced by the recipe projects (#885)
1 parent 1326513 commit 975774b

File tree

10 files changed

+27
-9
lines changed

10 files changed

+27
-9
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"Projects":[
3+
{
4+
"Name":"AWS.Deploy.CLI",
5+
"Type":"Patch",
6+
"ChangelogMessages":[
7+
"Update the version of Amazon.CDK.Lib to 2.171.1"
8+
]
9+
},
10+
{
11+
"Name":"AWS.Deploy.Recipes.CDK.Common",
12+
"Type":"Patch",
13+
"ChangelogMessages":[
14+
"Update the version of Amazon.CDK.Lib to 2.171.1"
15+
]
16+
}
17+
]
18+
}

THIRD_PARTY_LICENSES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
** AWSSDK.ElasticLoadBalancingV2; version 3.7.302.33 -- https://www.nuget.org/packages/AWSSDK.ElasticLoadBalancingV2/
2222
** AWSSDK.Core; version 3.7.303.20 -- https://www.nuget.org/packages/AWSSDK.Core
2323
** AWSSDK.CloudWatchLogs; version 3.7.305.18 -- https://www.nuget.org/packages/AWSSDK.CloudWatchLogs
24-
** Amazon.CDK.Lib; version 2.155.0 -- https://www.nuget.org/packages/Amazon.CDK.Lib/
24+
** Amazon.CDK.Lib; version 2.171.1 -- https://www.nuget.org/packages/Amazon.CDK.Lib/
2525

2626
Apache License
2727
Version 2.0, January 2004

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
@@ -14,7 +14,7 @@
1414
</PropertyGroup>
1515

1616
<ItemGroup>
17-
<PackageReference Include="Amazon.CDK.Lib" Version="2.155.0" />
17+
<PackageReference Include="Amazon.CDK.Lib" Version="2.171.1" />
1818
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.1" />
1919
</ItemGroup>
2020

src/AWS.Deploy.Recipes/CdkTemplates/AspNetAppAppRunner/AspNetAppAppRunner.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
<ItemGroup>
2626
<!-- CDK Construct Library dependencies -->
27-
<PackageReference Include="Amazon.CDK.Lib" Version="2.155.0" />
27+
<PackageReference Include="Amazon.CDK.Lib" Version="2.171.1" />
2828
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.1" />
2929

3030
<!-- jsii Roslyn analyzers (un-comment to obtain compile-time checks for missing required props

src/AWS.Deploy.Recipes/CdkTemplates/AspNetAppEcsFargate/AspNetAppEcsFargate.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
<ItemGroup>
2626
<!-- CDK Construct Library dependencies -->
27-
<PackageReference Include="Amazon.CDK.Lib" Version="2.155.0" />
27+
<PackageReference Include="Amazon.CDK.Lib" Version="2.171.1" />
2828
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.1" />
2929

3030
<!-- jsii Roslyn analyzers (un-comment to obtain compile-time checks for missing required props

src/AWS.Deploy.Recipes/CdkTemplates/AspNetAppElasticBeanstalkLinux/AspNetAppElasticBeanstalkLinux.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
<ItemGroup>
2626
<!-- CDK Construct Library dependencies -->
27-
<PackageReference Include="Amazon.CDK.Lib" Version="2.155.0" />
27+
<PackageReference Include="Amazon.CDK.Lib" Version="2.171.1" />
2828

2929
<PackageReference Include="AWSSDK.ElasticBeanstalk" Version="3.7.200.42" />
3030
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.1" />

src/AWS.Deploy.Recipes/CdkTemplates/AspNetAppElasticBeanstalkWindows/AspNetAppElasticBeanstalkWindows.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
<ItemGroup>
2626
<!-- CDK Construct Library dependencies -->
27-
<PackageReference Include="Amazon.CDK.Lib" Version="2.155.0" />
27+
<PackageReference Include="Amazon.CDK.Lib" Version="2.171.1" />
2828

2929
<PackageReference Include="AWSSDK.ElasticBeanstalk" Version="3.7.200.42" />
3030
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.1" />

src/AWS.Deploy.Recipes/CdkTemplates/BlazorWasm/BlazorWasm.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
<ItemGroup>
2626
<!-- CDK Construct Library dependencies -->
27-
<PackageReference Include="Amazon.CDK.Lib" Version="2.155.0" />
27+
<PackageReference Include="Amazon.CDK.Lib" Version="2.171.1" />
2828
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.1" />
2929

3030
<!-- jsii Roslyn analyzers (un-comment to obtain compile-time checks for missing required props

src/AWS.Deploy.Recipes/CdkTemplates/ConsoleAppECSFargateScheduleTask/ConsoleAppECSFargateScheduleTask.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
<ItemGroup>
2626
<!-- CDK Construct Library dependencies -->
27-
<PackageReference Include="Amazon.CDK.Lib" Version="2.155.0" />
27+
<PackageReference Include="Amazon.CDK.Lib" Version="2.171.1" />
2828
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.1" />
2929

3030
<!-- jsii Roslyn analyzers (un-comment to obtain compile-time checks for missing required props

src/AWS.Deploy.Recipes/CdkTemplates/ConsoleAppECSFargateService/ConsoleAppEcsFargateService.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
<ItemGroup>
2626
<!-- CDK Construct Library dependencies -->
27-
<PackageReference Include="Amazon.CDK.Lib" Version="2.155.0" />
27+
<PackageReference Include="Amazon.CDK.Lib" Version="2.171.1" />
2828
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.1" />
2929

3030
<!-- jsii Roslyn analyzers (un-comment to obtain compile-time checks for missing required props

0 commit comments

Comments
 (0)