From 55b17d9fcc9d2f4ed712a444ab85d27956dce1da Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Wed, 3 Jun 2020 11:31:53 -0400 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 25a5489c1..e189e2dee 100644 --- a/README.md +++ b/README.md @@ -197,3 +197,5 @@ The original **gui.cs** was a UI toolkit in a single file and tied to curses. Th A presentation of this was part of the [Retro.NET](https://channel9.msdn.com/Events/dotnetConf/2018/S313) talk at .NET Conf 2018 [Slides](https://tirania.org/Retro.pdf) Release history can be found in the [Terminal.Gui.csproj](https://github.com/migueldeicaza/gui.cs/blob/master/Terminal.Gui/Terminal.Gui.csproj) file. + +In 2019 and 2020, Charlie Kindel (https://github.com/tig) and @BDisp (https://github.com/BDisp) vastly extended, improved, polished and fixed gui.cs to what it is today.