Skip to content

Commit d6b7263

Browse files
committed
updated version to 0.5.4
1 parent 3a5ee99 commit d6b7263

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

doc/changelog.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@ ConsoleTools
33

44
Note: For any bug or feature request please add a new issue on GitHub: https://github.com/lastunicorn/ConsoleTools/issues/new
55

6-
ver 0.6.0
6+
ver 0.5.4
7+
---------
8+
- DataGrid: [bugfix] Fixed the usage of ForegroundColor and BackgroundColor.
9+
10+
ver 0.5.3
711
---------
812
- Control: Added the DefaultParent property.
913
- Control: ShowCursor renamed to CursorVisibility and made it nullable.

nuget/ConsoleTools.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package>
33
<metadata>
44
<id>ConsoleTools</id>
5-
<version>0.5.1</version>
5+
<version>0.5.4</version>
66
<authors>Dust in the Wind</authors>
77
<title>ConsoleTools</title>
88
<owners>Dust in the Wind</owners>
@@ -11,7 +11,7 @@
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212
<description>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.</description>
1313
<summary>A set of tools and "controls" for the .net Console.</summary>
14-
<releaseNotes>Fixed incorrect throw of out of range exception when setting the MaxValue property.</releaseNotes>
14+
<releaseNotes>Fixed the usage of ForegroundColor and BackgroundColor in the DataGrid.</releaseNotes>
1515
<copyright>Copyright 2017-2018 Dust in the Wind</copyright>
1616
<tags>console cli prompter menu progressbar spinner table read write textblock inlinetextblock blockcontrol, inlinecontrol</tags>
1717
</metadata>

release/build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@echo off
22

33
set root_directory=..
4-
set version=0.5.1
4+
set version=0.5.4
55

66

77
rem ----------------------------------------------------------------------------------------------------

sources/ConsoleTools/AssemblyInfo.Shared.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@
3939
// You can specify all the values or you can default the Build and Revision Numbers
4040
// by using the '*' as shown below:
4141
// [assembly: AssemblyVersion("1.0.*")]
42-
[assembly: AssemblyVersion("0.5.1.*")]
42+
[assembly: AssemblyVersion("0.5.4.*")]
4343
//[assembly: AssemblyFileVersion("1.0.0.*")]

0 commit comments

Comments
 (0)