Skip to content

Commit 5ab476b

Browse files
committed
📚
1 parent 6f72e18 commit 5ab476b

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
[![build](https://github.com/hlaueriksson/CommandQuery/actions/workflows/build.yml/badge.svg)](https://github.com/hlaueriksson/CommandQuery/actions/workflows/build.yml)
44
[![CodeFactor](https://codefactor.io/repository/github/hlaueriksson/commandquery/badge)](https://codefactor.io/repository/github/hlaueriksson/commandquery)
55

6+
[![CommandQuery](https://img.shields.io/nuget/v/CommandQuery.svg?label=CommandQuery)](https://www.nuget.org/packages/CommandQuery)
7+
[![CommandQuery.Abstractions](https://img.shields.io/nuget/v/CommandQuery.Abstractions.svg?label=CommandQuery.Abstractions)](https://www.nuget.org/packages/CommandQuery.Abstractions)
8+
69
[![CommandQuery.AspNetCore](https://img.shields.io/nuget/v/CommandQuery.AspNetCore.svg?label=CommandQuery.AspNetCore)](https://www.nuget.org/packages/CommandQuery.AspNetCore)
710
[![CommandQuery.AWSLambda](https://img.shields.io/nuget/v/CommandQuery.AWSLambda.svg?label=CommandQuery.AWSLambda)](https://www.nuget.org/packages/CommandQuery.AWSLambda)
811
[![CommandQuery.AzureFunctions](https://img.shields.io/nuget/v/CommandQuery.AzureFunctions.svg?label=CommandQuery.AzureFunctions)](https://www.nuget.org/packages/CommandQuery.AzureFunctions)
912
[![CommandQuery.GoogleCloudFunctions](https://img.shields.io/nuget/v/CommandQuery.GoogleCloudFunctions.svg?label=CommandQuery.GoogleCloudFunctions)](https://www.nuget.org/packages/CommandQuery.GoogleCloudFunctions)
1013

11-
[![CommandQuery](https://img.shields.io/nuget/v/CommandQuery.svg?label=CommandQuery)](https://www.nuget.org/packages/CommandQuery)
12-
[![CommandQuery.Abstractions](https://img.shields.io/nuget/v/CommandQuery.Abstractions.svg?label=CommandQuery.Abstractions)](https://www.nuget.org/packages/CommandQuery.Abstractions)
13-
1414
[![CommandQuery.Client](https://img.shields.io/nuget/v/CommandQuery.Client.svg?label=CommandQuery.Client)](https://www.nuget.org/packages/CommandQuery.Client)
1515

1616
## Content<!-- omit in toc -->
@@ -41,7 +41,6 @@ Available for:
4141
⚡ AWS Lambda
4242
⚡ Azure Functions
4343
⚡ Google Cloud Functions
44-
🌐 ASP.NET Web API 2
4544
```
4645

4746
Command Query Separation?
@@ -84,8 +83,8 @@ The traditional approach that commands *do not return a value* is a bit inconven
8483
8584
- 📃 README: [CommandQuery.AspNetCore.md](CommandQuery.AspNetCore.md)
8685
- 💁 Samples:
87-
- [`CommandQuery.Sample.AspNetCore.V6`](/samples/CommandQuery.Sample.AspNetCore.V6)
88-
- [`CommandQuery.Sample.AspNetCore.V6.Tests`](/samples/CommandQuery.Sample.AspNetCore.V6.Tests)
86+
- [`CommandQuery.Sample.AspNetCore`](/samples/CommandQuery.Sample.AspNetCore)
87+
- [`CommandQuery.Sample.AspNetCore.Tests`](/samples/CommandQuery.Sample.AspNetCore.Tests)
8988

9089
### `CommandQuery.AWSLambda`
9190

@@ -106,8 +105,8 @@ The traditional approach that commands *do not return a value* is a bit inconven
106105
107106
- 📃 README: [CommandQuery.AzureFunctions.md](CommandQuery.AzureFunctions.md)
108107
- 💁 Samples:
109-
- [`CommandQuery.Sample.AzureFunctions.V6`](/samples/CommandQuery.Sample.AzureFunctions.V6)
110-
- [`CommandQuery.Sample.AzureFunctions.V6.Tests`](/samples/CommandQuery.Sample.AzureFunctions.V6.Tests)
108+
- [`CommandQuery.Sample.AzureFunctions`](/samples/CommandQuery.Sample.AzureFunctions)
109+
- [`CommandQuery.Sample.AzureFunctions.Tests`](/samples/CommandQuery.Sample.AzureFunctions.Tests)
111110

112111
### `CommandQuery.GoogleCloudFunctions`
113112

@@ -150,7 +149,7 @@ Upgrade AzureFunctions:
150149

151150
Upgrade GoogleCloudFunctions:
152151

153-
- Upgrade the project target framework to `net6.0`
152+
- Upgrade the project target framework to `net8.0`
154153
- Remove the `logger` argument from `HandleAsync`
155154

156155
## Acknowledgements

0 commit comments

Comments
 (0)