Skip to content

Commit

Permalink
updated version to 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lastunicorn committed Mar 7, 2020
1 parent 3a5ee99 commit d6b7263
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion doc/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ ConsoleTools

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

ver 0.6.0
ver 0.5.4
---------
- DataGrid: [bugfix] Fixed the usage of ForegroundColor and BackgroundColor.

ver 0.5.3
---------
- Control: Added the DefaultParent property.
- Control: ShowCursor renamed to CursorVisibility and made it nullable.
Expand Down
4 changes: 2 additions & 2 deletions nuget/ConsoleTools.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>ConsoleTools</id>
<version>0.5.1</version>
<version>0.5.4</version>
<authors>Dust in the Wind</authors>
<title>ConsoleTools</title>
<owners>Dust in the Wind</owners>
Expand All @@ -11,7 +11,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<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>
<summary>A set of tools and "controls" for the .net Console.</summary>
<releaseNotes>Fixed incorrect throw of out of range exception when setting the MaxValue property.</releaseNotes>
<releaseNotes>Fixed the usage of ForegroundColor and BackgroundColor in the DataGrid.</releaseNotes>
<copyright>Copyright 2017-2018 Dust in the Wind</copyright>
<tags>console cli prompter menu progressbar spinner table read write textblock inlinetextblock blockcontrol, inlinecontrol</tags>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion release/build.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo off

set root_directory=..
set version=0.5.1
set version=0.5.4


rem ----------------------------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion sources/ConsoleTools/AssemblyInfo.Shared.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.5.1.*")]
[assembly: AssemblyVersion("0.5.4.*")]
//[assembly: AssemblyFileVersion("1.0.0.*")]

0 comments on commit d6b7263

Please sign in to comment.