Skip to content

Commit 55285b1

Browse files
author
Vicenc Garcia
committed
Update packages
1 parent 6de3deb commit 55285b1

File tree

27 files changed

+108
-66
lines changed

27 files changed

+108
-66
lines changed

build/dependencies.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
</PropertyGroup>
66

77
<PropertyGroup Label="MiddyNet Versions">
8-
<middynet>1.1.1$(VersionSuffix)</middynet>
8+
<middynet>1.1.2$(VersionSuffix)</middynet>
99
</PropertyGroup>
1010
</Project>

samples/ApiGatewayHttpApiV2Tracing/Voxel.MiddyNet.HttpApiV2TracingSample/Voxel.MiddyNet.HttpApiV2TracingSample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Amazon.Lambda.Serialization.SystemTextJson" Version="2.0.1" />
11+
<PackageReference Include="Amazon.Lambda.Serialization.SystemTextJson" Version="2.1.0" />
1212
<ProjectReference Include="..\..\..\src\Voxel.MiddyNet.Tracing.ApiGatewayMiddleware\Voxel.MiddyNet.Tracing.ApiGatewayMiddleware.csproj" />
1313
<ProjectReference Include="..\..\..\src\Voxel.MiddyNet\Voxel.MiddyNet.csproj" />
1414
</ItemGroup>

samples/ApiGatewayProblemDetails/Voxel.MiddyNet.ApiGatewayProblemDetails/Voxel.MiddyNet.ApiGatewayProblemDetails.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Amazon.Lambda.Serialization.SystemTextJson" Version="2.0.1" />
8+
<PackageReference Include="Amazon.Lambda.Serialization.SystemTextJson" Version="2.1.0" />
99
<ProjectReference Include="..\..\..\src\Voxel.MiddyNet.ProblemDetailsMiddleware\Voxel.MiddyNet.ProblemDetailsMiddleware.csproj" />
1010
</ItemGroup>
1111

samples/ApiGatewayTracing/Voxel.MiddyNet.ApiGatewayTracingSample/Voxel.MiddyNet.ApiGatewayTracingSample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Amazon.Lambda.Serialization.SystemTextJson" Version="2.0.1" />
11+
<PackageReference Include="Amazon.Lambda.Serialization.SystemTextJson" Version="2.1.0" />
1212
<ProjectReference Include="..\..\..\src\Voxel.MiddyNet.Tracing.ApiGatewayMiddleware\Voxel.MiddyNet.Tracing.ApiGatewayMiddleware.csproj" />
1313
<ProjectReference Include="..\..\..\src\Voxel.MiddyNet\Voxel.MiddyNet.csproj" />
1414
</ItemGroup>

samples/HttpCors/Voxel.MiddyNet.HttpCorsSample/Voxel.MiddyNet.HttpCorsSample.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Amazon.Lambda.Core" Version="1.1.0" />
12-
<PackageReference Include="Amazon.Lambda.Serialization.SystemTextJson" Version="2.0.1" />
13-
<PackageReference Include="Amazon.Lambda.APIGatewayEvents" Version="2.2.0" />
11+
<PackageReference Include="Amazon.Lambda.Core" Version="1.2.0" />
12+
<PackageReference Include="Amazon.Lambda.Serialization.SystemTextJson" Version="2.1.0" />
13+
<PackageReference Include="Amazon.Lambda.APIGatewayEvents" Version="2.4.0" />
1414
</ItemGroup>
1515

1616
<ItemGroup>

samples/HttpV2Cors/Voxel.MiddyNet.HttpV2CorsSample/Voxel.MiddyNet.HttpV2CorsSample.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Amazon.Lambda.Core" Version="1.1.0" />
12-
<PackageReference Include="Amazon.Lambda.Serialization.SystemTextJson" Version="2.0.1" />
13-
<PackageReference Include="Amazon.Lambda.APIGatewayEvents" Version="2.2.0" />
11+
<PackageReference Include="Amazon.Lambda.Core" Version="1.2.0" />
12+
<PackageReference Include="Amazon.Lambda.Serialization.SystemTextJson" Version="2.1.0" />
13+
<PackageReference Include="Amazon.Lambda.APIGatewayEvents" Version="2.4.0" />
1414
</ItemGroup>
1515

1616
<ItemGroup>

samples/SNSTracing/Voxel.MiddyNet.SNSTracingSample/Voxel.MiddyNet.SNSTracingSample.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Amazon.Lambda.Core" Version="1.1.0" />
12-
<PackageReference Include="Amazon.Lambda.Serialization.SystemTextJson" Version="2.0.1" />
13-
<PackageReference Include="Amazon.Lambda.SNSEvents" Version="1.1.0" />
11+
<PackageReference Include="Amazon.Lambda.Core" Version="1.2.0" />
12+
<PackageReference Include="Amazon.Lambda.Serialization.SystemTextJson" Version="2.1.0" />
13+
<PackageReference Include="Amazon.Lambda.SNSEvents" Version="1.2.0" />
1414
</ItemGroup>
1515

1616
<ItemGroup>

samples/SQSTracing/Voxel.MiddyNet.SQSTracingSample/Voxel.MiddyNet.SQSTracingSample.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Amazon.Lambda.Core" Version="1.1.0" />
12-
<PackageReference Include="Amazon.Lambda.Serialization.SystemTextJson" Version="2.0.1" />
13-
<PackageReference Include="Amazon.Lambda.SQSEvents" Version="1.1.0" />
11+
<PackageReference Include="Amazon.Lambda.Core" Version="1.2.0" />
12+
<PackageReference Include="Amazon.Lambda.Serialization.SystemTextJson" Version="2.1.0" />
13+
<PackageReference Include="Amazon.Lambda.SQSEvents" Version="1.2.0" />
1414
</ItemGroup>
1515

1616
<ItemGroup>

src/Voxel.MiddyNet.HttpCorsMiddleware/Voxel.MiddyNet.HttpCorsMiddleware.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Amazon.Lambda.APIGatewayEvents" Version="2.2.0" />
8+
<PackageReference Include="Amazon.Lambda.APIGatewayEvents" Version="2.4.0" />
99
</ItemGroup>
1010

1111
<ItemGroup>

src/Voxel.MiddyNet.ProblemDetailsMiddleware/Voxel.MiddyNet.ProblemDetailsMiddleware.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Amazon.Lambda.APIGatewayEvents" Version="2.2.0" />
12+
<PackageReference Include="Amazon.Lambda.APIGatewayEvents" Version="2.4.0" />
1313
<PackageReference Include="Microsoft.AspNetCore.WebUtilities" Version="2.2.0" />
1414
</ItemGroup>
1515

0 commit comments

Comments
 (0)