From c0cfcdf23c44d8a0d6a0a2ef6839082eee2ba048 Mon Sep 17 00:00:00 2001 From: Raz Friman Date: Thu, 8 Feb 2018 14:02:59 +1100 Subject: [PATCH 1/2] Update README.md Make the NuGet package name more visible and add a link to the official package --- runtime/CSharp/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/runtime/CSharp/README.md b/runtime/CSharp/README.md index 265f2b4ee..3985a298b 100644 --- a/runtime/CSharp/README.md +++ b/runtime/CSharp/README.md @@ -51,7 +51,13 @@ This is just a quick start. The tool has many useful options to control generati The Antlr 4 standard runtime for C# is now available from NuGet. We trust that you know how to do add NuGet references to your project :-). -The package id is Antlr4.Runtime.Standard. We do not support other packages. +The package id is [Antlr4.Runtime.Standard](https://www.nuget.org/packages/Antlr4.Runtime.Standard/). We do not support other packages. + +Use the GUI or the following command in the Package Manager Console: + +``` +Install-Package Antlr4.Runtime.Standard +``` ### Step 6: You're done! From acc2d037351cc7fa5aaf9f3bdf8a5dc0a101c21d Mon Sep 17 00:00:00 2001 From: Raz Friman Date: Thu, 8 Feb 2018 14:03:57 +1100 Subject: [PATCH 2/2] Update contributors.txt --- contributors.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/contributors.txt b/contributors.txt index d18168b04..298d9583c 100644 --- a/contributors.txt +++ b/contributors.txt @@ -180,3 +180,4 @@ YYYY/MM/DD, github id, Full name, email 2017/12/03, oranoran, Oran Epelbaum, oran / epelbaum me 2017/12/20, kbsletten, Kyle Sletten, kbsletten@gmail.com 2017/12/27, jkmar, Jakub Marciniszyn, marciniszyn.jk@gmail.com +2018/02/08, razfriman, Raz Friman, raz@razfriman.com