From 07ce68cd0fe9c7284f939b4aa689a5c950b7aece Mon Sep 17 00:00:00 2001 From: Charlie Kindel Date: Sun, 29 May 2022 10:18:16 +1200 Subject: [PATCH] Updated version numbers --- Example/Example.csproj | 11 +++++++---- ReactiveExample/ReactiveExample.csproj | 11 +++++++---- Terminal.Gui/Terminal.Gui.csproj | 19 ++++++++++++++----- UICatalog/UICatalog.csproj | 13 ++++++++----- UnitTests/UnitTests.csproj | 11 +++++++---- 5 files changed, 43 insertions(+), 22 deletions(-) diff --git a/Example/Example.csproj b/Example/Example.csproj index 6c7b1ea6d..ad8053cb8 100644 --- a/Example/Example.csproj +++ b/Example/Example.csproj @@ -2,10 +2,13 @@ Exe net6.0 - 1.6.2.0 - 1.6.2.0 - 1.6.2+Branch.main.Sha.b6eeb6321685af474ffc17b1390ff1d4894a90c5 - 1.6.2 + + + + 1.0 + 1.0 + 1.0 + 1.0 diff --git a/ReactiveExample/ReactiveExample.csproj b/ReactiveExample/ReactiveExample.csproj index 95e643bfb..ec1c72d0a 100644 --- a/ReactiveExample/ReactiveExample.csproj +++ b/ReactiveExample/ReactiveExample.csproj @@ -2,10 +2,13 @@ Exe net6.0 - 1.6.2.0 - 1.6.2.0 - 1.6.2+Branch.main.Sha.b6eeb6321685af474ffc17b1390ff1d4894a90c5 - 1.6.2 + + + + 1.0 + 1.0 + 1.0 + 1.0 diff --git a/Terminal.Gui/Terminal.Gui.csproj b/Terminal.Gui/Terminal.Gui.csproj index 6458884df..f004ec2a8 100644 --- a/Terminal.Gui/Terminal.Gui.csproj +++ b/Terminal.Gui/Terminal.Gui.csproj @@ -6,12 +6,14 @@ TRACE;DEBUG_IDISPOSABLE portable - - 1.6.2.0 - 1.6.2.0 - 1.6.2 - 1.6.2+Branch.main.Sha.b6eeb6321685af474ffc17b1390ff1d4894a90c5 + + + + 1.0 + 1.0 + 1.0 + 1.0 @@ -77,6 +79,13 @@ A toolkit for building rich console apps for .NET that works on Windows, Mac, and Linux/Unix. Terminal.Gui - Cross Platform Terminal user interface toolkit for .NET + v1.6.4 + * Fixes #1750. Erroneous suppression of Button Text updates. + * Fixes #1753. Update all .csproj files with Release version # upon Release + * Fixes #1742. Explicitly dispose old TreeView instances in UICatalog scenario + * Fixes #1748. Add horizontal scroll idicators to TableView + * StandaloneExample: Updated to use latest version and added help menu + v1.6.0 * Adds ColorPicker control * Adds Context Menu to TreeView diff --git a/UICatalog/UICatalog.csproj b/UICatalog/UICatalog.csproj index 6246ce375..234474a26 100644 --- a/UICatalog/UICatalog.csproj +++ b/UICatalog/UICatalog.csproj @@ -2,12 +2,15 @@ Exe net6.0 - UICatalog.UICatalogApp - 1.6.2.0 8.0 - 1.6.2.0 - 1.6.2+Branch.main.Sha.b6eeb6321685af474ffc17b1390ff1d4894a90c5 - 1.6.2 + UICatalog.UICatalogApp + + + + 1.0 + 1.0 + 1.0 + 1.0 TRACE diff --git a/UnitTests/UnitTests.csproj b/UnitTests/UnitTests.csproj index 4f1f83e49..0e16f0c53 100644 --- a/UnitTests/UnitTests.csproj +++ b/UnitTests/UnitTests.csproj @@ -3,10 +3,13 @@ net6.0 false - 1.6.2.0 - 1.6.2.0 - 1.6.2+Branch.main.Sha.b6eeb6321685af474ffc17b1390ff1d4894a90c5 - 1.6.2 + + + + 1.0 + 1.0 + 1.0 + 1.0 TRACE