Skip to content

Commit

Permalink
🔖 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hlaueriksson committed Jul 13, 2024
1 parent cdbe1bb commit 590ddbe
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 24 deletions.
9 changes: 5 additions & 4 deletions src/CommandQuery.AWSLambda/CommandQuery.AWSLambda.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>3.0.0</Version>
<Version>4.0.0</Version>
<PackageReleaseNotes>
- Change TargetFramework to netstandard2.0
- Bump Amazon.Lambda.Core to 2.1.0
- Bump Amazon.Lambda.APIGatewayEvents to 2.5.0
- Bump Amazon.Lambda.Core to 2.2.0
- Bump Amazon.Lambda.APIGatewayEvents to 2.7.0
- Make ILambdaLogger parameter required for HandleAsync
- Add support for APIGatewayHttpApiV2ProxyRequest
</PackageReleaseNotes>
<Authors>Henrik Lau Eriksson</Authors>
<Description>Command Query Separation for AWS Lambda ⚡
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<RootNamespace>CommandQuery</RootNamespace>
<Version>3.0.0</Version>
<Version>4.0.0</Version>
<PackageReleaseNotes>
</PackageReleaseNotes>
<Authors>Henrik Lau Eriksson</Authors>
Expand Down
4 changes: 2 additions & 2 deletions src/CommandQuery.AspNetCore/CommandQuery.AspNetCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Version>3.0.0</Version>
<Version>4.0.0</Version>
<PackageReleaseNotes>
- Change TargetFramework to net6.0
- Change TargetFramework to net8.0
</PackageReleaseNotes>
<Authors>Henrik Lau Eriksson</Authors>
<Description>Command Query Separation for ASP.NET Core 🌐
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Version>3.0.0</Version>
<Version>4.0.0</Version>
<PackageReleaseNotes>
- Change TargetFramework to netstandard2.0
- Drop support for in-process functions
- Only support isolated worker process functions
- Bump Microsoft.Azure.Functions.Worker to 1.10.0
- Add CancellationToken parameter to HandleAsync method in CommandFunction and QueryFunction
- Change TargetFramework to net8.0
- Bump Microsoft.Azure.Functions.Worker to 1.22.0
- Remove ILogger parameter from HandleAsync
- Add support for HttpRequest
</PackageReleaseNotes>
<Authors>Henrik Lau Eriksson</Authors>
<Description>Command Query Separation for Azure Functions ⚡
Expand Down
4 changes: 2 additions & 2 deletions src/CommandQuery.Client/CommandQuery.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>3.0.0</Version>
<Version>4.0.0</Version>
<PackageReleaseNotes>
- Bump System.Net.Http.Json to 6.0.0
- Bump System.Net.Http.Json to 8.0.0
</PackageReleaseNotes>
<Authors>Henrik Lau Eriksson</Authors>
<Description>Clients for CommandQuery
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>3.0.0</Version>
<Version>4.0.0</Version>
<PackageReleaseNotes>
- Change TargetFramework to netstandard2.0
- Change dependencies to:
- Microsoft.AspNetCore.Http 2.2.2
- Microsoft.Extensions.Logging.Abstractions 6.0.3
- Change Microsoft.AspNetCore.Http to 2.1.34
- Bump to Microsoft.Extensions.Logging.Abstractions 6.0.4
- Remove ILogger parameter from HandleAsync
</PackageReleaseNotes>
<Authors>Henrik Lau Eriksson</Authors>
<Description>Command Query Separation for Google Cloud Functions ⚡
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>3.0.0</Version>
<Version>4.0.0</Version>
<PackageReleaseNotes>
- Bump System.Text.Json to 6.0.7
- Bump System.Text.Json to 8.0.4
- Deserialize JSON with sane defaults
</PackageReleaseNotes>
<Authors>Henrik Lau Eriksson</Authors>
<Description>System.Text.Json extensions for CommandQuery</Description>
Expand Down
4 changes: 2 additions & 2 deletions src/CommandQuery/CommandQuery.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>3.0.0</Version>
<Version>4.0.0</Version>
<PackageReleaseNotes>
- Bump Microsoft.Extensions.DependencyInjection to 6.0.1
- Bump Microsoft.Extensions.DependencyInjection to 8.0.0
</PackageReleaseNotes>
<Authors>Henrik Lau Eriksson</Authors>
<Description>Command Query Separation for .NET Framework and .NET Standard ⚙️
Expand Down

0 comments on commit 590ddbe

Please sign in to comment.