You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var dapr = new DaprContainer("daprio/daprd:1.13.2");
14
+
var dapr = new DaprContainer("daprio/daprd:1.14.4");
15
15
dapr.start();
16
16
```
17
17
installation: |
@@ -24,5 +24,5 @@ docs:
24
24
</dependency>
25
25
```
26
26
description: |
27
-
Dapr is a CNCF and open-source project to enable developers with a consistent set of application-level APIs to develop faster cloud-native applications.
27
+
Dapr is a CNCF and open-source project that enables developers with consistent application-level APIs to develop secure, scalable, and resilient cloud-native applications.
0 commit comments