Skip to content

Commit

Permalink
updatd the version and the change log.
Browse files Browse the repository at this point in the history
  • Loading branch information
lastunicorn committed Sep 11, 2018
1 parent ba45f2f commit 54f2343
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
5 changes: 5 additions & 0 deletions doc/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +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.5.1
---------
- ProgressBar: [bugfix] Fixed incorrect throw of out of range exception when setting the MaxValue property.


ver 0.5.0 - !!! Breaking changes present
---------
- Refactored the base abstract class hierarchy. Now there are two base classes (BlockControl and InlineControl) that inherit from the Control class.
Expand Down
9 changes: 2 additions & 7 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.0</version>
<version>0.5.1</version>
<authors>Dust in the Wind</authors>
<title>ConsoleTools</title>
<owners>Dust in the Wind</owners>
Expand All @@ -11,12 +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>
- Refactored the base abstract class hierarchy. Now there are two base classes (BlockControl and InlineControl) that inherit from the Control class.
- Multiple breaking changes into controls: Control, BlockControl and InlineControl, ErasableControl, DataGrid, TextBlock, CustomConsole, RepeaterControl, InlineTextBlock, TextMenu, ScrollMenu, Prompter, Spinner, etc.
- Removed the ICommandProvider.
(See the changelog file for more details)
</releaseNotes>
<releaseNotes>Fixed incorrect throw of out of range exception when setting the MaxValue property.</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.0
set version=0.5.1

rem ----------------------------------------------------------------------------------------------------
rem Clean up existing files.
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.0.*")]
[assembly: AssemblyVersion("0.5.1.*")]
//[assembly: AssemblyFileVersion("1.0.0.*")]

0 comments on commit 54f2343

Please sign in to comment.