Skip to content

Commit 4828ebd

Browse files
Fix template README version references to 6.0.4
1 parent 9c68e08 commit 4828ebd

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

  • aspire/templates/Nethereum.Aspire.TemplatePack/templates

aspire/templates/Nethereum.Aspire.TemplatePack/templates/Nethereum.Dapp.Template/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ dotnet test IntegrationTests/
7777

7878
| Parameter | Default | Description |
7979
|-----------|---------|-------------|
80-
| `--NethereumVersion` | `6.0.2` | Nethereum NuGet package version |
80+
| `--NethereumVersion` | `6.0.4` | Nethereum NuGet package version |
8181
| `--ChainId` | `31337` | Chain ID for the DevChain |
8282
| `--AspireVersion` | `13.1.1` | .NET Aspire SDK version |
8383

aspire/templates/Nethereum.Aspire.TemplatePack/templates/Nethereum.DevChain.Template/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ With custom parameters:
3434

3535
```bash
3636
dotnet new nethereum-devchain -n MyChain \
37-
--NethereumVersion 6.0.0 \
37+
--NethereumVersion 6.0.4 \
3838
--ChainId 42069 \
3939
--AspireVersion 13.1.1
4040
```
@@ -89,7 +89,7 @@ curl -X POST http://localhost:<port> \
8989

9090
| Parameter | Default | Description |
9191
|-----------|---------|-------------|
92-
| `--NethereumVersion` | `6.0.0` | Nethereum NuGet package version for all services |
92+
| `--NethereumVersion` | `6.0.4` | Nethereum NuGet package version for all services |
9393
| `--ChainId` | `31337` | Chain ID for the DevChain node |
9494
| `--AspireVersion` | `13.1.1` | .NET Aspire SDK and hosting package version |
9595

0 commit comments

Comments
 (0)