From b37180d422b23024b86da788e15004a7b4381cdb Mon Sep 17 00:00:00 2001 From: Ken Domino Date: Wed, 29 Nov 2023 07:08:17 -0500 Subject: [PATCH] Release 12.7 --- Antlr4BuildTasks/Antlr4BuildTasks.csproj | 8 ++++---- Readme.md | 9 ++++++--- makefile | 2 +- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/Antlr4BuildTasks/Antlr4BuildTasks.csproj b/Antlr4BuildTasks/Antlr4BuildTasks.csproj index 7f39ec09..9a359f9e 100644 --- a/Antlr4BuildTasks/Antlr4BuildTasks.csproj +++ b/Antlr4BuildTasks/Antlr4BuildTasks.csproj @@ -5,9 +5,9 @@ False Antlr4.Build.Tasks Antlr4BuildTasks - 12.6 - 12.6 - 12.6 + 12.7 + 12.7 + 12.7 Derivative of Harwell's Antrl4cs: contains "ITask" wrapper for Msbuild, schemas for setting Antlr4 file properties, and a separately installed official Antlr4 java tool at antlr.org downloads. Domemtech @@ -23,7 +23,7 @@ antlr antlr4 parsing true Ken Domino - 12.6 + 12.7 True diff --git a/Readme.md b/Readme.md index 164a01b7..47d60ec6 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.6 +### Latest release, v12.7 + +### Release 12.7 (29 Nov '23) +* Fix for Eclipse Temurin OpenJDK. ### Release 12.6 (27 Nov '23) * Fix for https://github.com/kaby76/Antlr4BuildTasks/issues/75. WebClient, obsolete, has been replaced. diff --git a/makefile b/makefile index 803f3a79..bfc296df 100644 --- a/makefile +++ b/makefile @@ -7,4 +7,4 @@ test-java: test-no-java: bash test-no-java.sh publish: - dotnet nuget push Antlr4BuildTasks/bin/Release/Antlr4BuildTasks.12.6.0.nupkg --api-key ${trashkey} --source https://api.nuget.org/v3/index.json + dotnet nuget push Antlr4BuildTasks/bin/Release/Antlr4BuildTasks.12.7.0.nupkg --api-key ${trashkey} --source https://api.nuget.org/v3/index.json