Skip to content

Commit ae6c959

Browse files
committed
Update readme
1 parent 533b142 commit ae6c959

5 files changed

Lines changed: 14 additions & 7 deletions

File tree

How-to-upgrade-graphviz.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@ Now on linux (e.g. WSL)
2727
- Run `bash patch-rpath.sh linux/` to patch the RPATH of all binaries so they can find the locally deployed version of graphviz.
2828

2929
- Compile and run the tests
30+
- Update version number in README-src.md
3031

README-src.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@ Graphviz.NetWrapper
55

66
## Supported platforms
77

8+
`Rubjerg.Graphviz` ships with precompiled Graphviz binaries to ensure the exact graphviz version is used that we have tested and to make crossplatform deployment simpler.
9+
The current version we ship is Graphviz 11.0.0.
10+
811
### Windows
9-
At the moment, `Rubjerg.Graphviz` ships with a bunch of precompiled Graphviz dlls built for 64 bit Windows.
12+
`Rubjerg.Graphviz` ships with a bunch of precompiled Graphviz dlls built for 64 bit Windows.
1013
This library is compatible with .NET Standard 2.0.
1114
The unit tests run against .NET Framework 4.8 and .NET 8.0.
1215

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@ Graphviz.NetWrapper
55

66
## Supported platforms
77

8+
`Rubjerg.Graphviz` ships with precompiled Graphviz binaries to ensure the exact graphviz version is used that we have tested and to make crossplatform deployment simpler.
9+
The current version we ship is Graphviz 11.0.0.
10+
811
### Windows
9-
At the moment, `Rubjerg.Graphviz` ships with a bunch of precompiled Graphviz dlls built for 64 bit Windows.
12+
`Rubjerg.Graphviz` ships with a bunch of precompiled Graphviz dlls built for 64 bit Windows.
1013
This library is compatible with .NET Standard 2.0.
1114
The unit tests run against .NET Framework 4.8 and .NET 8.0.
1215

Rubjerg.Graphviz.Test/generatereadme.sh

Lines changed: 0 additions & 5 deletions
This file was deleted.

generatereadme.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
echo Generating README.md
2+
cat README-src.md > README.md
3+
printf '```cs\n' >> README.md
4+
cat Rubjerg.Graphviz.Test/Tutorial.cs >> README.md
5+
printf '```' >> README.md

0 commit comments

Comments
 (0)