Skip to content

Commit c13112a

Browse files
authored
Update README.md
The readme now reflects the two versions of the tool.
1 parent d7194ec commit c13112a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
A set of tools written in C# for testing Antlr4 generated C# grammar assemblies.
44
These tools are meant to supplement the need to continually test with the Antlr java TestRig assembly.
5-
Currently the tool only supports the Antlr4.Runtime assembly, but a 2.0 release with support for the standard runtime assembly is forthcoming (and overdue).
5+
If you want support for the Antlr4.Runtime assembly, install version 1.3.23320.0. If you want support for the Antlr4.Runtime.Standard assembly, then install 2.0.23321.1 instead.
6+
You may install both versions together if needed, the 2.x runtime standard versions will install alongside the original without issues.
67
In the future I will work on a version that supports both dynamically, but the current design of the app makes this impossible.
78

89
![.Net Framework CI](https://github.com/wiredwiz/Grun.Net/workflows/.Net%20Framework%20CI/badge.svg)

0 commit comments

Comments
 (0)