File tree Expand file tree Collapse file tree 8 files changed +24
-24
lines changed
CommandQuery.Abstractions
CommandQuery.AzureFunctions
CommandQuery.GoogleCloudFunctions
CommandQuery.SystemTextJson Expand file tree Collapse file tree 8 files changed +24
-24
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<TargetFramework >netstandard2.0</TargetFramework >
5
- <Version >3 .0.0</Version >
5
+ <Version >4 .0.0</Version >
6
6
<PackageReleaseNotes >
7
- - Change TargetFramework to netstandard2.0
8
- - Bump Amazon.Lambda.Core to 2.1.0
9
- - Bump Amazon.Lambda.APIGatewayEvents to 2.5.0
7
+ - Bump Amazon.Lambda.Core to 2.2.0
8
+ - Bump Amazon.Lambda.APIGatewayEvents to 2.7.0
9
+ - Make ILambdaLogger parameter required for HandleAsync
10
+ - Add support for APIGatewayHttpApiV2ProxyRequest
10
11
</PackageReleaseNotes >
11
12
<Authors >Henrik Lau Eriksson</Authors >
12
13
<Description >Command Query Separation for AWS Lambda ⚡
Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<TargetFramework >netstandard2.0</TargetFramework >
5
5
<RootNamespace >CommandQuery</RootNamespace >
6
- <Version >3 .0.0</Version >
6
+ <Version >4 .0.0</Version >
7
7
<PackageReleaseNotes >
8
8
</PackageReleaseNotes >
9
9
<Authors >Henrik Lau Eriksson</Authors >
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<TargetFramework >net8.0</TargetFramework >
5
- <Version >3 .0.0</Version >
5
+ <Version >4 .0.0</Version >
6
6
<PackageReleaseNotes >
7
- - Change TargetFramework to net6 .0
7
+ - Change TargetFramework to net8 .0
8
8
</PackageReleaseNotes >
9
9
<Authors >Henrik Lau Eriksson</Authors >
10
10
<Description >Command Query Separation for ASP.NET Core 🌐
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<TargetFramework >net8.0</TargetFramework >
5
- <Version >3 .0.0</Version >
5
+ <Version >4 .0.0</Version >
6
6
<PackageReleaseNotes >
7
- - Change TargetFramework to netstandard2.0
8
- - Drop support for in-process functions
9
- - Only support isolated worker process functions
10
- - Bump Microsoft.Azure.Functions.Worker to 1.10.0
11
- - Add CancellationToken parameter to HandleAsync method in CommandFunction and QueryFunction
7
+ - Change TargetFramework to net8.0
8
+ - Bump Microsoft.Azure.Functions.Worker to 1.22.0
9
+ - Remove ILogger parameter from HandleAsync
10
+ - Add support for HttpRequest
12
11
</PackageReleaseNotes >
13
12
<Authors >Henrik Lau Eriksson</Authors >
14
13
<Description >Command Query Separation for Azure Functions ⚡
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<TargetFramework >netstandard2.0</TargetFramework >
5
- <Version >3 .0.0</Version >
5
+ <Version >4 .0.0</Version >
6
6
<PackageReleaseNotes >
7
- - Bump System.Net.Http.Json to 6 .0.0
7
+ - Bump System.Net.Http.Json to 8 .0.0
8
8
</PackageReleaseNotes >
9
9
<Authors >Henrik Lau Eriksson</Authors >
10
10
<Description >Clients for CommandQuery
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<TargetFramework >netstandard2.0</TargetFramework >
5
- <Version >3 .0.0</Version >
5
+ <Version >4 .0.0</Version >
6
6
<PackageReleaseNotes >
7
- - Change TargetFramework to netstandard2.0
8
- - Change dependencies to:
9
- - Microsoft.AspNetCore.Http 2.2.2
10
- - Microsoft.Extensions.Logging.Abstractions 6.0.3
7
+ - Change Microsoft.AspNetCore.Http to 2.1.34
8
+ - Bump to Microsoft.Extensions.Logging.Abstractions 6.0.4
9
+ - Remove ILogger parameter from HandleAsync
11
10
</PackageReleaseNotes >
12
11
<Authors >Henrik Lau Eriksson</Authors >
13
12
<Description >Command Query Separation for Google Cloud Functions ⚡
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<TargetFramework >netstandard2.0</TargetFramework >
5
- <Version >3 .0.0</Version >
5
+ <Version >4 .0.0</Version >
6
6
<PackageReleaseNotes >
7
- - Bump System.Text.Json to 6.0.7
7
+ - Bump System.Text.Json to 8.0.4
8
+ - Deserialize JSON with sane defaults
8
9
</PackageReleaseNotes >
9
10
<Authors >Henrik Lau Eriksson</Authors >
10
11
<Description >System.Text.Json extensions for CommandQuery</Description >
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<TargetFramework >netstandard2.0</TargetFramework >
5
- <Version >3 .0.0</Version >
5
+ <Version >4 .0.0</Version >
6
6
<PackageReleaseNotes >
7
- - Bump Microsoft.Extensions.DependencyInjection to 6 .0.1
7
+ - Bump Microsoft.Extensions.DependencyInjection to 8 .0.0
8
8
</PackageReleaseNotes >
9
9
<Authors >Henrik Lau Eriksson</Authors >
10
10
<Description >Command Query Separation for .NET Framework and .NET Standard ⚙️
You can’t perform that action at this time.
0 commit comments