File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,9 @@ ConsoleTools
3
3
4
4
Note: For any bug or feature request please add a new issue on GitHub: https://github.com/lastunicorn/ConsoleTools/issues/new/choose
5
5
6
- ver 1.3.0
6
+ ver 1.2.1
7
7
---------
8
+ - [bugfix ] ScrollMenu: Failing to leave the cursor below the menu when the menu was closing.
8
9
9
10
10
11
ver 1.2.0
Original file line number Diff line number Diff line change 5
5
<PropertyGroup >
6
6
<OutputPath >output</OutputPath >
7
7
<TempPath >temp</TempPath >
8
- <Version >1.3.0 </Version >
8
+ <Version >1.2.1 </Version >
9
9
<OutputZipFileName >ConsoleTools-$(Version).zip</OutputZipFileName >
10
10
<RepositoryRoot >..</RepositoryRoot >
11
11
</PropertyGroup >
Original file line number Diff line number Diff line change 39
39
// You can specify all the values or you can default the Build and Revision Numbers
40
40
// by using the '*' as shown below:
41
41
// [assembly: AssemblyVersion("1.0.*")]
42
- [ assembly: AssemblyVersion ( "1.3.0 .0" ) ]
42
+ [ assembly: AssemblyVersion ( "1.2.1 .0" ) ]
43
43
//[assembly: AssemblyFileVersion("1.0.0.*")]
You can’t perform that action at this time.
0 commit comments