Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kaby76 authored Nov 22, 2023
1 parent 0430b65 commit c841f03
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.4.0" PrivateAssets="all" />
<PackageReference Include="Antlr4BuildTasks" Version="12.5" PrivateAssets="all" />
</ItemGroup>
````

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

````xml
<ItemGroup>
<PackageReference Include="Antlr4BuildTasks" Version="12.4.0" PrivateAssets="all" />
<PackageReference Include="Antlr4BuildTasks" Version="12.5" 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.4
### Latest release, v12.5

### Release 12.5 (22 Nov '23)
* Fix for https://github.com/kaby76/Antlr4BuildTasks/issues/49. The pattern recognition for valid versions of Java has been updated.

### Release v12.4 (31 Oct 2023)

Expand Down

0 comments on commit c841f03

Please sign in to comment.