Skip to content

Commit

Permalink
Release 12.8
Browse files Browse the repository at this point in the history
  • Loading branch information
kaby76 authored Jan 16, 2024
1 parent 61a5752 commit bc12088
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ to your project. csproj file as shown below, otherwise you can use the "NuGet Pa
````xml
<ItemGroup>
<PackageReference Include="Antlr4.Runtime.Standard" Version="4.13.1" />
<PackageReference Include="Antlr4BuildTasks" Version="12.7" PrivateAssets="all" />
<PackageReference Include="Antlr4BuildTasks" Version="12.8" PrivateAssets="all" />
</ItemGroup>
````

Expand Down Expand Up @@ -167,7 +167,7 @@ to

````xml
<ItemGroup>
<PackageReference Include="Antlr4BuildTasks" Version="12.7" PrivateAssets="all" />
<PackageReference Include="Antlr4BuildTasks" Version="12.8" PrivateAssets="all" />
<PackageReference Include="Antlr4.Runtime.Standard" Version="4.13.1" />
</ItemGroup>
````
Expand All @@ -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.
Expand Down

0 comments on commit bc12088

Please sign in to comment.