From 5a23b4c49c0788765fdc1588b7818e6b7e199587 Mon Sep 17 00:00:00 2001 From: cra0zy Date: Mon, 30 Oct 2017 14:44:32 +0100 Subject: [PATCH] Update README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 2ed546eaa..b98c523a5 100755 --- a/README.md +++ b/README.md @@ -32,6 +32,16 @@ A breakdown on how the source is structured: On both Windows and Linux the library assumes that you have Gtk installed on your system. See [Installing Gtk on Windows](https://github.com/cra0zy/GtkSharp/wiki/Installing-Gtk-on-Windows) wiki page for more details on how to do it on Windows. +Available NuGet packages: + +* [GtkSharp](https://www.nuget.org/packages/GtkSharp/) +* [GdkSharp](https://www.nuget.org/packages/GdkSharp/) +* [GioSharp](https://www.nuget.org/packages/GioSharp/) +* [GLibSharp](https://www.nuget.org/packages/GLibSharp/) +* [AtkSharp](https://www.nuget.org/packages/AtkSharp/) +* [PangoSharp](https://www.nuget.org/packages/PangoSharp/) +* [CairoSharp](https://www.nuget.org/packages/CairoSharp/) + To create a new gtk app project, simply use `dotnet new` templating engine: * install: `dotnet new --install GtkSharp.Template.CSharp`