Skip to content

Commit

Permalink
Release 12.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaby76 committed Nov 27, 2023
1 parent a271839 commit fe899e0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 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.5" PrivateAssets="all" />
<PackageReference Include="Antlr4BuildTasks" Version="12.6" PrivateAssets="all" />
</ItemGroup>
````

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

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

### Release 12.6 (27 Nov '23)
* Fix for https://github.com/kaby76/Antlr4BuildTasks/issues/75. WebClient, obsolete, has been replaced.

### 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.
Expand Down
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ test-java:
test-no-java:
bash test-no-java.sh
publish:
dotnet nuget push Antlr4BuildTasks/bin/Release/Antlr4BuildTasks.12.5.0.nupkg --api-key ${trashkey} --source https://api.nuget.org/v3/index.json
dotnet nuget push Antlr4BuildTasks/bin/Release/Antlr4BuildTasks.12.6.0.nupkg --api-key ${trashkey} --source https://api.nuget.org/v3/index.json

0 comments on commit fe899e0

Please sign in to comment.