Skip to content

Commit 5838f97

Browse files
authored
Rename project to "Dapr.Testcontainers" from "Dapr.TestContainers" (#173)
Signed-off-by: Whit Waldo <[email protected]>
1 parent ea66074 commit 5838f97

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/dapr/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ docs:
2424
</dependency>
2525
```
2626
- id: dotnet
27-
url: https://github.com/dapr/dotnet-sdk/tree/master/src/Dapr.TestContainers
27+
url: https://github.com/dapr/dotnet-sdk/tree/master/src/Dapr.Testcontainers
2828
maintainer: community
2929
example: |
3030
```csharp
31-
var options = new DaprRuntimeOptions("1.16.0");
31+
var options = new DaprRuntimeOptions(); // Defaults to the latest version, or provide a specific version to use
3232
var componentsDirectory = Path.Combine(Directory.GetCurrentDirectory());
3333
var harness = new DaprHarnessBuilder(options).BuildJobs(componentsDirectory);
3434
await using var testApp = await DaprHarnessBuilder.ForHarness(harness)
@@ -38,7 +38,7 @@ docs:
3838
```
3939
installation: |
4040
```bash
41-
dotnet add package Dapr.TestContainers
41+
dotnet add package Dapr.Testcontainers
4242
```
4343
description: |
4444
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

Comments
 (0)