From 3093e03ddb3887c054f9d6823a702532fa41b684 Mon Sep 17 00:00:00 2001 From: Tig Date: Wed, 4 Jan 2023 18:12:31 -0700 Subject: [PATCH] Merge v1.9.0 develop to main (#2272) * Release v1.9.0 * Release v1.9.0 --- README.md | 1 - Terminal.Gui/README.md | 1 - 2 files changed, 2 deletions(-) diff --git a/README.md b/README.md index 2d3c808bb..d62088a11 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,6 @@ A toolkit for building rich console apps for .NET, .NET Core, and Mono that work ![Sample app](docfx/images/sample.gif) - ## Quick Start Paste these commands into your favorite terminal on Windows, Mac, or Linux. This will install the [Terminal.Gui.Templates](https://github.com/gui-cs/Terminal.Gui.templates), create a new "Hello World" TUI app, and run it. diff --git a/Terminal.Gui/README.md b/Terminal.Gui/README.md index d459d3ac0..37a026fd7 100644 --- a/Terminal.Gui/README.md +++ b/Terminal.Gui/README.md @@ -68,7 +68,6 @@ The PR title should be of the form "Release v2.3.4" git checkout develop git pull upstream develop git checkout -b v_2_3_4 -git merge develop git add . git commit -m "Release v2.3.4" git push