From e62aa908e24c8b306867f8154b26d6ec8ea03de9 Mon Sep 17 00:00:00 2001 From: Charlie Kindel Date: Thu, 1 Apr 2021 10:17:43 -0700 Subject: [PATCH 01/15] tweaked version # for v1.0.0-beta.10 --- Terminal.Gui/Terminal.Gui.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Terminal.Gui/Terminal.Gui.csproj b/Terminal.Gui/Terminal.Gui.csproj index 84e91329f..b386f0621 100644 --- a/Terminal.Gui/Terminal.Gui.csproj +++ b/Terminal.Gui/Terminal.Gui.csproj @@ -17,7 +17,7 @@ Application framework for creating modern console applications using .NET Terminal.Gui is a framework for creating console user interfaces - v1.0.0-beta.9 + v1.0.0-beta.10 * NEW CONTROL: Tabview - thanks @tznind! * UI Catalog now shows correct Terminal.gui.dll version * Fixes #939 - README sample does not compile - thanks @buzzfrog! From 08d0c0440220d01b2aa65748f66825816254b408 Mon Sep 17 00:00:00 2001 From: Charlie Kindel Date: Thu, 1 Apr 2021 10:19:52 -0700 Subject: [PATCH 02/15] tweaked version # for v1.0.0-beta.11 --- Terminal.Gui/Terminal.Gui.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Terminal.Gui/Terminal.Gui.csproj b/Terminal.Gui/Terminal.Gui.csproj index b386f0621..eb2209dd0 100644 --- a/Terminal.Gui/Terminal.Gui.csproj +++ b/Terminal.Gui/Terminal.Gui.csproj @@ -17,7 +17,7 @@ Application framework for creating modern console applications using .NET Terminal.Gui is a framework for creating console user interfaces - v1.0.0-beta.10 + v1.0.0-beta.11 * NEW CONTROL: Tabview - thanks @tznind! * UI Catalog now shows correct Terminal.gui.dll version * Fixes #939 - README sample does not compile - thanks @buzzfrog! From c65610b8a71e68342859bb0aff71b53be5bd90ea Mon Sep 17 00:00:00 2001 From: Charlie Kindel Date: Sun, 18 Apr 2021 18:35:02 -0700 Subject: [PATCH 03/15] Updated readme and revision history for 1.0 --- README.md | 6 +----- Terminal.Gui/Terminal.Gui.csproj | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 45f20bed3..4f9344ad6 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,6 @@ A simple toolkit for building console GUI apps for .NET, .NET Core, and Mono tha ![Sample app](https://raw.githubusercontent.com/migueldeicaza/gui.cs/master/docfx/sample.gif) -The most recent released [Nuget package is version `0.90.x`](https://www.nuget.org/packages/Terminal.Gui) which is the "Stable, Feature Complete" pre-release of 1.0. - -Nuget also contains pre-release versions of 1.0; they are identified with `-pre` or `-beta` in the version number (e.g. `1.0.0-pre.1`) - ## Controls & Features *Terminal.Gui* contains various controls for building text user interfaces: @@ -222,4 +218,4 @@ A presentation of this was part of the [Retro.NET](https://channel9.msdn.com/Eve 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. +In 2019, 2020, and 2021, Charlie Kindel (https://github.com/tig), @BDisp (https://github.com/BDisp), and Thomas Nind (https://github.com/tznind) vastly extended, improved, polished and fixed gui.cs to what it is today. diff --git a/Terminal.Gui/Terminal.Gui.csproj b/Terminal.Gui/Terminal.Gui.csproj index 4c9c3f58b..06629e347 100644 --- a/Terminal.Gui/Terminal.Gui.csproj +++ b/Terminal.Gui/Terminal.Gui.csproj @@ -17,6 +17,33 @@ Application framework for creating modern console applications using .NET Terminal.Gui is a framework for creating console user interfaces + v1.0.0.0 + ************************ + * Version 1.0 Release!!! + * Thank you to @migueldeicaza, @tig, @bdisp, @tznind, @jmprricone, and many more! + ************************ + * Added Dependabot support and updated dependencies + * Renamed master branch to main + * Fixes #1211. Added support to TextView for word based operations Ctrl+Del and Ctrl+Backspace + * Fixes #1208. Now the selected text is overwritten if SelectedStart is greater than CursorPosition. + * Fixes #1206. NetDriver now print the selected text. Attribute struct now create a valid Value for the current driver. Insert key is detected by NetDriver. + * Fixes #1202. CheckBox now deals with a functional '_' underscore hotkey. + * Fixes #1199. Normalize views constructors and did some typo fixing. + * Fixes #1197. Prevents width negative value if added directly to the A + * Added Vertical Alignment and Text Direction + UICatalog Demo (thanks @jmprricone!) + * Fixes #1193. A non auto size default Button now preserves his width and thus the text alignment now work. + * Fixes #1187. Prevents WordBackward throwing an exception if point is greater than the text length + * Fixes #1185. Button click is only processed if there are no mouse mov + * Fixes #1183. ListView now return true on the handled keys + * Fixes #1179. TextView does not copy to the clipboard on deleting + * Fixes #1177. Now is possible to copy or cut on the TextView with the... + * Fixes #1175. demo.cs editor now implement "Copy", "Cut" and "Paste". + * Fixes #1173. TextField only need to handle a single line. + * Fixes #1171. Delete and Backspace now deletes the selected text + * Fixes #1167. Application.Run method with #DEBUG can be simplified. + * Fixes #1165. Changing the directory name label or the field name crashes + * Fixes #1159. Dialog must have a default button if none is provided. + v1.0.0-beta.11 * NEW CONTROL: Tabview - thanks @tznind! * UI Catalog now shows correct Terminal.gui.dll version From 4ee44c1695ec625eef5e6ef019082b116821dd3c Mon Sep 17 00:00:00 2001 From: Charlie Kindel Date: Mon, 26 Apr 2021 11:29:40 -0700 Subject: [PATCH 04/15] adjusting publish workflow --- .github/workflows/publish.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f275fb8dc..b750c9ae1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -72,6 +72,13 @@ jobs: # This is broken - see https://github.com/brandedoutcast/publish-nuget/issues/30 INCLUDE_SYMBOLS: false + - name: Install dependencies + run: dotnet restore + + - name: Test + run: | + dotnet test --no-restore --verbosity normal --collect:"XPlat Code Coverage" --settings UnitTests/coverlet.runsettings + mv -v UnitTests/TestResults/*/*.* UnitTests/TestResults/ - name: Test to generate Code Coverage Report run: | dotnet test --no-restore --verbosity normal --collect:"XPlat Code Coverage" --settings UnitTests/coverlet.runsettings From 889bfcf90c9de27935aa1087a3426190b5e5546a Mon Sep 17 00:00:00 2001 From: Charlie Kindel Date: Mon, 26 Apr 2021 11:42:04 -0700 Subject: [PATCH 05/15] adjusting publish workflow2 --- .github/workflows/publish.yml | 63 ++++++++++++++++------------------- 1 file changed, 28 insertions(+), 35 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b750c9ae1..f470b5c0f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -34,54 +34,47 @@ jobs: #- name: Pack nuget package with symbols # run: dotnet pack --include-symbols - - name: Publish Terminal.Gui - id: publish_nuget - uses: brandedoutcast/publish-nuget@v2.5.5 - with: - VERSION_STATIC: ${{ env.MINVERVERSIONOVERRIDE }} - NUGET_SOURCE: https://api.nuget.org + # - name: Publish Terminal.Gui + # id: publish_nuget + # uses: brandedoutcast/publish-nuget@v2.5.5 + # with: + # VERSION_STATIC: ${{ env.MINVERVERSIONOVERRIDE }} + # NUGET_SOURCE: https://api.nuget.org - # Filepath of the project to be packaged, relative to root of repository - PROJECT_FILE_PATH: Terminal.Gui/Terminal.Gui.csproj + # # Filepath of the project to be packaged, relative to root of repository + # PROJECT_FILE_PATH: Terminal.Gui/Terminal.Gui.csproj - # NuGet package id, used for version detection & defaults to project name - PACKAGE_NAME: Terminal.Gui + # # NuGet package id, used for version detection & defaults to project name + # PACKAGE_NAME: Terminal.Gui - # Filepath with version info, relative to root of repository & defaults to PROJECT_FILE_PATH - #VERSION_FILE_PATH: Terminal.Gui/Directory.Build.props + # # Filepath with version info, relative to root of repository & defaults to PROJECT_FILE_PATH + # #VERSION_FILE_PATH: Terminal.Gui/Directory.Build.props - # Regex pattern to extract version info in a capturing group - #VERSION_REGEX: ^\s*(.*)<\/Version>\s*$ + # # Regex pattern to extract version info in a capturing group + # #VERSION_REGEX: ^\s*(.*)<\/Version>\s*$ - # Useful with external providers like Nerdbank.GitVersioning, ignores VERSION_FILE_PATH & VERSION_REGEX - # VERSION_STATIC: 1.0.0 + # # Useful with external providers like Nerdbank.GitVersioning, ignores VERSION_FILE_PATH & VERSION_REGEX + # # VERSION_STATIC: 1.0.0 - # Flag to toggle git tagging, enabled by default - TAG_COMMIT: false + # # Flag to toggle git tagging, enabled by default + # TAG_COMMIT: false - # Format of the git tag, [*] gets replaced with actual version - # TAG_FORMAT: v* + # # Format of the git tag, [*] gets replaced with actual version + # # TAG_FORMAT: v* - # API key to authenticate with NuGet server - NUGET_KEY: ${{secrets.NUGET_API_KEY}} + # # API key to authenticate with NuGet server + # NUGET_KEY: ${{secrets.NUGET_API_KEY}} - # NuGet server uri hosting the packages, defaults to https://api.nuget.org - # NUGET_SOURCE: https://api.nuget.org + # # NuGet server uri hosting the packages, defaults to https://api.nuget.org + # # NUGET_SOURCE: https://api.nuget.org - # Flag to toggle pushing symbols along with nuget package to the server, disabled by default - # This is broken - see https://github.com/brandedoutcast/publish-nuget/issues/30 - INCLUDE_SYMBOLS: false + # # Flag to toggle pushing symbols along with nuget package to the server, disabled by default + # # This is broken - see https://github.com/brandedoutcast/publish-nuget/issues/30 + # INCLUDE_SYMBOLS: false - - name: Install dependencies - run: dotnet restore - - - name: Test - run: | - dotnet test --no-restore --verbosity normal --collect:"XPlat Code Coverage" --settings UnitTests/coverlet.runsettings - mv -v UnitTests/TestResults/*/*.* UnitTests/TestResults/ - name: Test to generate Code Coverage Report run: | - dotnet test --no-restore --verbosity normal --collect:"XPlat Code Coverage" --settings UnitTests/coverlet.runsettings + dotnet test --no-restore --verbosity normal --collect:"XPlat Code Coverage" --settings UnitTests/coverlet.runsettings mv -v UnitTests/TestResults/*/*.* UnitTests/TestResults/ - name: Create Test Coverage Badge From cd31402cd04359175523d0f66701652eb0734aa8 Mon Sep 17 00:00:00 2001 From: Charlie Kindel Date: Mon, 26 Apr 2021 11:46:21 -0700 Subject: [PATCH 06/15] adjusting publish workflow 3 --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f470b5c0f..f18fce9a0 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -25,8 +25,8 @@ jobs: dotnet tool install --global minver-cli --version 2.4.0 echo "MINVERVERSIONOVERRIDE=$(minver -t v -d rc)" >> $GITHUB_ENV - #- name: Install dependencies - # run: dotnet restore + - name: Install dependencies + run: dotnet restore #- name: Build # run: dotnet build --configuration Release --no-restore From a0f9569387fe3d605f88180ceba9f9b42503b6c0 Mon Sep 17 00:00:00 2001 From: Charlie Kindel Date: Mon, 26 Apr 2021 11:48:42 -0700 Subject: [PATCH 07/15] adjusting publish workflow 4 --- .github/workflows/publish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f18fce9a0..e2efcc04b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -25,8 +25,8 @@ jobs: dotnet tool install --global minver-cli --version 2.4.0 echo "MINVERVERSIONOVERRIDE=$(minver -t v -d rc)" >> $GITHUB_ENV - - name: Install dependencies - run: dotnet restore + # - name: Install dependencies + # run: dotnet restore #- name: Build # run: dotnet build --configuration Release --no-restore @@ -74,7 +74,7 @@ jobs: - name: Test to generate Code Coverage Report run: | - dotnet test --no-restore --verbosity normal --collect:"XPlat Code Coverage" --settings UnitTests/coverlet.runsettings + dotnet test --verbosity normal --collect:"XPlat Code Coverage" --settings UnitTests/coverlet.runsettings mv -v UnitTests/TestResults/*/*.* UnitTests/TestResults/ - name: Create Test Coverage Badge From 6330d1e7bdfadf466792cbeec16d19e33d34dfe5 Mon Sep 17 00:00:00 2001 From: Charlie Kindel Date: Mon, 26 Apr 2021 12:02:22 -0700 Subject: [PATCH 08/15] adjusting publish workflow 5 --- .github/workflows/publish.yml | 54 +++++++++++++++++------------------ 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e2efcc04b..3738d2cbe 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -25,7 +25,7 @@ jobs: dotnet tool install --global minver-cli --version 2.4.0 echo "MINVERVERSIONOVERRIDE=$(minver -t v -d rc)" >> $GITHUB_ENV - # - name: Install dependencies + #- name: Install dependencies # run: dotnet restore #- name: Build @@ -35,42 +35,42 @@ jobs: # run: dotnet pack --include-symbols # - name: Publish Terminal.Gui - # id: publish_nuget - # uses: brandedoutcast/publish-nuget@v2.5.5 - # with: - # VERSION_STATIC: ${{ env.MINVERVERSIONOVERRIDE }} - # NUGET_SOURCE: https://api.nuget.org + id: publish_nuget + uses: brandedoutcast/publish-nuget@v2.5.5 + with: + VERSION_STATIC: ${{ env.MINVERVERSIONOVERRIDE }} + NUGET_SOURCE: https://api.nuget.org - # # Filepath of the project to be packaged, relative to root of repository - # PROJECT_FILE_PATH: Terminal.Gui/Terminal.Gui.csproj + # Filepath of the project to be packaged, relative to root of repository + PROJECT_FILE_PATH: Terminal.Gui/Terminal.Gui.csproj - # # NuGet package id, used for version detection & defaults to project name - # PACKAGE_NAME: Terminal.Gui + # NuGet package id, used for version detection & defaults to project name + PACKAGE_NAME: Terminal.Gui - # # Filepath with version info, relative to root of repository & defaults to PROJECT_FILE_PATH - # #VERSION_FILE_PATH: Terminal.Gui/Directory.Build.props + # Filepath with version info, relative to root of repository & defaults to PROJECT_FILE_PATH + #VERSION_FILE_PATH: Terminal.Gui/Directory.Build.props - # # Regex pattern to extract version info in a capturing group - # #VERSION_REGEX: ^\s*(.*)<\/Version>\s*$ + # Regex pattern to extract version info in a capturing group + #VERSION_REGEX: ^\s*(.*)<\/Version>\s*$ - # # Useful with external providers like Nerdbank.GitVersioning, ignores VERSION_FILE_PATH & VERSION_REGEX - # # VERSION_STATIC: 1.0.0 + # Useful with external providers like Nerdbank.GitVersioning, ignores VERSION_FILE_PATH & VERSION_REGEX + # VERSION_STATIC: 1.0.0 - # # Flag to toggle git tagging, enabled by default - # TAG_COMMIT: false + # Flag to toggle git tagging, enabled by default + TAG_COMMIT: false - # # Format of the git tag, [*] gets replaced with actual version - # # TAG_FORMAT: v* + # Format of the git tag, [*] gets replaced with actual version + # TAG_FORMAT: v* - # # API key to authenticate with NuGet server - # NUGET_KEY: ${{secrets.NUGET_API_KEY}} + # API key to authenticate with NuGet server + NUGET_KEY: ${{secrets.NUGET_API_KEY}} - # # NuGet server uri hosting the packages, defaults to https://api.nuget.org - # # NUGET_SOURCE: https://api.nuget.org + # NuGet server uri hosting the packages, defaults to https://api.nuget.org + # NUGET_SOURCE: https://api.nuget.org - # # Flag to toggle pushing symbols along with nuget package to the server, disabled by default - # # This is broken - see https://github.com/brandedoutcast/publish-nuget/issues/30 - # INCLUDE_SYMBOLS: false + # Flag to toggle pushing symbols along with nuget package to the server, disabled by default + # This is broken - see https://github.com/brandedoutcast/publish-nuget/issues/30 + INCLUDE_SYMBOLS: false - name: Test to generate Code Coverage Report run: | From 9f8d0cf5146bb0562f295c7b2918eafd3af31ee0 Mon Sep 17 00:00:00 2001 From: Charlie Kindel Date: Mon, 26 Apr 2021 12:03:32 -0700 Subject: [PATCH 09/15] final fix to yaml --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3738d2cbe..b3b1109f0 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -34,7 +34,7 @@ jobs: #- name: Pack nuget package with symbols # run: dotnet pack --include-symbols - # - name: Publish Terminal.Gui + - name: Publish Terminal.Gui id: publish_nuget uses: brandedoutcast/publish-nuget@v2.5.5 with: From 851ce85cde32c0b8ac1224684699ce2bb311e314 Mon Sep 17 00:00:00 2001 From: Charlie Kindel Date: Tue, 27 Apr 2021 09:07:41 -0700 Subject: [PATCH 10/15] Updated relnotes for v1.0.0-rc.9 --- Terminal.Gui/Terminal.Gui.csproj | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Terminal.Gui/Terminal.Gui.csproj b/Terminal.Gui/Terminal.Gui.csproj index 0425e2e3c..aae62ad2c 100644 --- a/Terminal.Gui/Terminal.Gui.csproj +++ b/Terminal.Gui/Terminal.Gui.csproj @@ -40,6 +40,11 @@ Terminal.Gui is a framework for creating console user interfaces + v1.0.0-rc.9 + * Fixes #1210. Added AllowsReturn, AllowsTab and Multiline into the TextView. + * Fixes #1241. Added SendKeys feature to the ConsoleDriver. + * Fixes #418 and #931. Unix terminal hangs after exit. + v1.0.0-rc.2 * Added TextValidateField - Enables masked and validated text input. Thanks @jmperricone! * Refactored TreeView and TabView to reduce api surface area From a650bdf776fc89fb6f640f93f36cdf5a40ca3d0b Mon Sep 17 00:00:00 2001 From: Charlie Kindel Date: Tue, 27 Apr 2021 11:29:03 -0700 Subject: [PATCH 11/15] rel notes for v1.0.0-rc.10 --- Terminal.Gui/Terminal.Gui.csproj | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Terminal.Gui/Terminal.Gui.csproj b/Terminal.Gui/Terminal.Gui.csproj index aae62ad2c..e09bb356b 100644 --- a/Terminal.Gui/Terminal.Gui.csproj +++ b/Terminal.Gui/Terminal.Gui.csproj @@ -40,6 +40,10 @@ Terminal.Gui is a framework for creating console user interfaces + v1.0.0-rc.10 + * Fixes #931. Fixed the limit 25 lines issue + * Fixes #1251. Fixes TextValidateProvider exception on the All View Tester scenario. + v1.0.0-rc.9 * Fixes #1210. Added AllowsReturn, AllowsTab and Multiline into the TextView. * Fixes #1241. Added SendKeys feature to the ConsoleDriver. From d40b3215a9e993eadd55d29d545c428ea33b5724 Mon Sep 17 00:00:00 2001 From: Charlie Kindel Date: Tue, 27 Apr 2021 13:00:04 -0700 Subject: [PATCH 12/15] relnotes for v1.0.0-rc.11 --- Terminal.Gui/Terminal.Gui.csproj | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Terminal.Gui/Terminal.Gui.csproj b/Terminal.Gui/Terminal.Gui.csproj index e09bb356b..28e860dd0 100644 --- a/Terminal.Gui/Terminal.Gui.csproj +++ b/Terminal.Gui/Terminal.Gui.csproj @@ -40,6 +40,9 @@ Terminal.Gui is a framework for creating console user interfaces + v1.0.0-rc.11 + * Fixes #1257 - ListView's ProcessKey should return false if no OpenSelectedItem handler is defined + v1.0.0-rc.10 * Fixes #931. Fixed the limit 25 lines issue * Fixes #1251. Fixes TextValidateProvider exception on the All View Tester scenario. From 5fd8e435c3ca75dad009b8138dbc56db8cec8b3b Mon Sep 17 00:00:00 2001 From: Charlie Kindel Date: Tue, 27 Apr 2021 13:22:13 -0700 Subject: [PATCH 13/15] relnotes for v1.0.0-rc.12 --- Terminal.Gui/Terminal.Gui.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Terminal.Gui/Terminal.Gui.csproj b/Terminal.Gui/Terminal.Gui.csproj index 28e860dd0..8937392e6 100644 --- a/Terminal.Gui/Terminal.Gui.csproj +++ b/Terminal.Gui/Terminal.Gui.csproj @@ -40,7 +40,7 @@ Terminal.Gui is a framework for creating console user interfaces - v1.0.0-rc.11 + v1.0.0-rc.12 * Fixes #1257 - ListView's ProcessKey should return false if no OpenSelectedItem handler is defined v1.0.0-rc.10 From 669b0645a74a632c23e796852b3df2193a8e615a Mon Sep 17 00:00:00 2001 From: Charlie Kindel Date: Wed, 28 Apr 2021 08:45:23 -0700 Subject: [PATCH 14/15] v1.0.0-rc.13 --- Terminal.Gui/Terminal.Gui.csproj | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Terminal.Gui/Terminal.Gui.csproj b/Terminal.Gui/Terminal.Gui.csproj index 8937392e6..d8b1fe7f1 100644 --- a/Terminal.Gui/Terminal.Gui.csproj +++ b/Terminal.Gui/Terminal.Gui.csproj @@ -40,6 +40,10 @@ Terminal.Gui is a framework for creating console user interfaces + v1.0.0-rc.13 + * NEW CONTROL: GraphView - thanks @tznind! + * Fixes #1256 - OutConsoleGridView no longer works - ENTER does not work + v1.0.0-rc.12 * Fixes #1257 - ListView's ProcessKey should return false if no OpenSelectedItem handler is defined From e353ca399a9651c28831b981b10a29073575189f Mon Sep 17 00:00:00 2001 From: Charlie Kindel Date: Sun, 16 May 2021 17:13:50 -0700 Subject: [PATCH 15/15] testing branch stuff --- Terminal.Gui/Terminal.Gui.csproj | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Terminal.Gui/Terminal.Gui.csproj b/Terminal.Gui/Terminal.Gui.csproj index 33315cb94..5ee4994f6 100644 --- a/Terminal.Gui/Terminal.Gui.csproj +++ b/Terminal.Gui/Terminal.Gui.csproj @@ -1,4 +1,4 @@ - + @@ -40,6 +40,9 @@ Terminal.Gui is a framework for creating console user interfaces + v1.1.2 + * testing + v1.1.1 * Fixes #1307 - MainLoop timeouts duplicate keys error.