From abce3bdae3d950327476e3015f5fb5ecd7b7b4e5 Mon Sep 17 00:00:00 2001 From: lastunicorn Date: Mon, 15 Jan 2018 20:01:09 +0200 Subject: [PATCH] updated release scripts. --- nuget/ConsoleTools.nuspec | 24 ++++++++++++++---------- release/build.bat | 2 +- 2 files changed, 15 insertions(+), 11 deletions(-) diff --git a/nuget/ConsoleTools.nuspec b/nuget/ConsoleTools.nuspec index 57594006..10776343 100644 --- a/nuget/ConsoleTools.nuspec +++ b/nuget/ConsoleTools.nuspec @@ -2,7 +2,7 @@ ConsoleTools - 0.1.0 + 0.2.0 Dust in the Wind ConsoleTools Dust in the Wind @@ -12,15 +12,19 @@ A set of tools and "controls" for the .net Console. It contains: List Input/Output Controls, Text Input/Output Controls, Progress Bar, Spinner, Data Table, Prompter, Menus, etc. A set of tools and "controls" for the .net Console. -- Renamed some controls (removed the "Control" word from their names). -- Added demo for YesNoQuestion control. -- Added demo project for Pause control. -- Renamed some classes and properties in majority of the controls. (Breaking changes) -- ProgressBar: Added ShowValue property (Optional display of the value). -- Spinner: Added ShowLabel property (Optional display of the label). -- Added background color properties for labels in TextInput, TextOutput, ListInput, ListOutput. -- Added static methods to most of the controls to easily use them with default values. -- Added XML documentation comments to some of the controls (not finished yet). +- Build: Added build configurations and releases for .NET Framework 4.5 and 4.6.1. +- ProgressBar: Replaced the ValueAlignment enum with HorizontalAlignment enum. +- CustomConcole: Added WithoutCursor methods to execute code while the cursor is hidden. +- CustomConcole: Added background colors for all standard color types (Emphasies, Success, Warning, Error). +- ProgressBar: [bugfix] Incorrect WriteLine when Value was aligned to right. +- ProgressBar: Added foreground and background colors. +- Translation: Added Romanian translation. +- ValueInput: Renamed TextInput control into ValueInput. +- ValueInput: When accepting a default value, the value is written in console. +- ValuOutput: Renamed the TextOutput control into ValuOutput. +- Spinner: Renamed the Start method into Display. +- Spinner: [bugfix] Stop method did not stop the spinner. +- TextMenu: Added the QuickDisplay method. Copyright 2017-2018 Dust in the Wind console cli prompter menu progressbar spinner table read write diff --git a/release/build.bat b/release/build.bat index e4bd98f8..792ab5bb 100644 --- a/release/build.bat +++ b/release/build.bat @@ -1,7 +1,7 @@ @echo off set root_directory=.. -set version=0.1.0 +set version=0.2.0 rem ---------------------------------------------------------------------------------------------------- rem Clean up existing files.