Skip to content

Commit 6858ff4

Browse files
committed
Update versions in Npgsql.EntityFrameworkCore.PostgreSQL → Npgsql sample
1 parent fba7d3c commit 6858ff4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -313,14 +313,14 @@ defaults to `false`
313313

314314
Since version 1.2.0, all nodes of the graph can contain clickable links to their corresponding nuget.org page.
315315

316-
For example, clicking on the `Npgsql` box below opens https://www.nuget.org/packages/Npgsql/9.0.3
316+
For example, clicking on the `Npgsql` box below opens https://www.nuget.org/packages/Npgsql/10.0.0
317317

318318
```mermaid
319319
graph LR
320320
classDef default fill:aquamarine,stroke:#009061,color:#333333
321321
Npgsql.EntityFrameworkCore.PostgreSQL --> Npgsql
322-
click Npgsql.EntityFrameworkCore.PostgreSQL "https://www.nuget.org/packages/Npgsql.EntityFrameworkCore.PostgreSQL/9.0.4" "Npgsql.EntityFrameworkCore.PostgreSQL 9.0.4"
323-
click Npgsql "https://www.nuget.org/packages/Npgsql/9.0.3" "Npgsql 9.0.3"
322+
click Npgsql.EntityFrameworkCore.PostgreSQL "https://www.nuget.org/packages/Npgsql.EntityFrameworkCore.PostgreSQL/10.0.0" "Npgsql.EntityFrameworkCore.PostgreSQL 10.0.0"
323+
click Npgsql "https://www.nuget.org/packages/Npgsql/10.0.0" "Npgsql 10.0.0"
324324
```
325325

326326
To enable links, set the `ChiselGraphIncludeLinks` property to `true`.

0 commit comments

Comments
 (0)