From 80ea8850a7cc6e187e2c179fe45144cebdcda9fd Mon Sep 17 00:00:00 2001 From: cra0zy Date: Sat, 10 Aug 2019 11:28:23 +0200 Subject: [PATCH] Update README --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 18bdda80b..22b25d118 100644 --- a/README.md +++ b/README.md @@ -57,8 +57,6 @@ To create a new gtk app project, simply use `dotnet new` templating engine: * uninstall: `dotnet new --uninstall GtkSharp.Template.CSharp` * generate project: `dotnet new gtkapp` -Visual Studio and MonoDevelop addins will be available in the coming weeks. - ## License GtkSharp and its related components are licensed under [LGPL v2.0 license](LICENSE), while [Samples](Source/Samples) are licenced under [The Unlicense](Source/Samples/LICENSE).