From bc120881cfced9b07c01bb11f8579ab33dfb8dfe Mon Sep 17 00:00:00 2001 From: Ken Domino Date: Tue, 16 Jan 2024 17:37:44 -0500 Subject: [PATCH] Release 12.8 --- Readme.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index 47d60ec6..172d54a4 100644 --- a/Readme.md +++ b/Readme.md @@ -59,7 +59,7 @@ to your project. csproj file as shown below, otherwise you can use the "NuGet Pa ````xml - + ```` @@ -167,7 +167,7 @@ to ````xml - + ```` @@ -187,7 +187,10 @@ the .csproj file as outlined above. If you are looking for a set of templates to create a console application that uses Antlr4, then see [Antlr4Templates](https://github.com/kaby76/Antlr4Templates). -### Latest release, v12.7 +### Latest release, v12.8 + +### Release 12.8 (16 Jan '24) +* Fix for #77. ### Release 12.7 (29 Nov '23) * Fix for Eclipse Temurin OpenJDK.