Skip to content

Commit

Permalink
Update README with compatibility matrix. (#38)
Browse files Browse the repository at this point in the history
Signed-off-by: Phillip Hoff <phillip@orst.edu>
  • Loading branch information
philliphoff authored Jul 25, 2023
1 parent 03fe471 commit 719c583
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,14 @@ This SDK provides a better interface to create Pluggable Components without worr
## Prerequisites

- [.NET 6 SDK](https://dotnet.microsoft.com/) or later
- [Dapr 1.9](https://dapr.io/) or later
- [Dapr](https://dapr.io/)

### SDK and Dapr Compatibility

| SDK Version | Recommended Dapr Version | Notes |
|-------------|--------------------------|-------|
| v0.1.x | v1.10 | Using SDK with Dapr v1.9 will not have ETag error handling. |
| v0.2.x | v1.11 | Dapr state store API changes require use of the 0.2.0 SDK. |

## Implementing a Pluggable Component

Expand Down

0 comments on commit 719c583

Please sign in to comment.