Skip to content

Commit

Permalink
Merge pull request #17 from FRACerqueira/NET7
Browse files Browse the repository at this point in the history
v3.3.3-PromptPlus-3.3.3-1.0.0.333
  • Loading branch information
FRACerqueira authored Feb 26, 2023
2 parents 5f2052b + 0e527db commit 103454b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 18 deletions.
2 changes: 1 addition & 1 deletion PromptPlus/Controls/ControlBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ public bool CheckDefaultKey(ConsoleKeyInfo keyInfo)
HideDescription = !HideDescription;
return true;
}
else if (PromptPlus.TooltipKeyPress.Equals(keyInfo) && !PromptPlus.EnabledTooltip)
else if (PromptPlus.TooltipKeyPress.Equals(keyInfo))
{
EnabledTooltip = !EnabledTooltip;
return true;
Expand Down
2 changes: 1 addition & 1 deletion PromptPlus/PromptPlus.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<PackageId>PromptPlus</PackageId>
<PackageReadmeFile>NugetREADME.md</PackageReadmeFile>
<PackageProjectUrl>https://fracerqueira.github.io/PromptPlus</PackageProjectUrl>
<Version>3.3.2</Version>
<Version>3.3.3</Version>
<PackageIcon>icon.png</PackageIcon>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
<Copyright>© 2021 - Fernando Cerqueira </Copyright>
Expand Down
24 changes: 8 additions & 16 deletions PromptPlus/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
| __/| | | (_) | | | | | | |_) | |_| __/| | |_| |__ \
|_| |_| \___/|_| |_| |_| .__/ \__|_| |_|\__,_|___/
|_|
**Welcome to PromptPlus v3.3.2 **
**Welcome to PromptPlus v3.3.3 **

Interactive command-line toolkit for **C#** with powerful controls.

Expand All @@ -18,7 +18,7 @@ All controls input/filter using **GNU Readline ** https://en.wikipedia.org/wiki/

PromptPlus has **separate pakage** integrate command line parse CommandDotNet(4.3.0/6.0.0):

- PromptPlus.CommandDotNet (V1.0.0.332)!!!
- PromptPlus.CommandDotNet (V1.0.0.333)!!!

**visit the official pages for complete documentation** :

Expand All @@ -28,21 +28,9 @@ For PromptPlus controls
https://commanddotnet.bilal-fazlani.com/
CommandDotNet is third party applications

**Relase Notes PromptPlus.Com**Relase Notes PromptPlus.CommandDotNet (V1.0.0.332)**
**Relase Notes PromptPlus.Com**Relase Notes PromptPlus.CommandDotNet (V1.0.0.333)**
-----------------------------------------------------------
- Updated PromptPlus to 3.3.2

**Relase Notes PromptPlus.Com**Relase Notes PromptPlus.CommandDotNet (V1.0.0.331)**
-----------------------------------------------------------
- Updated PromptPlus to 3.3.1

mandDotNet (V1.0.0.330)**
-----------------------------------------------------------
- Updated PromptPlus to 3.3.0

**Relase Notes PromptPlus.CommandDotNet (V1.0.0.322)**
-----------------------------------------------------------
- Updated PromptPlus to 3.2.2
- Updated PromptPlus to 3.3.3

**PromptPlus.CommandDotNet - Sample Usage**
-------------------------------------------
Expand Down Expand Up @@ -70,6 +58,10 @@ public class Program

//for usage AppRunner see https://commanddotnet.bilal-fazlani.com/

**Relase Notes PromptPlus (V.3.3.3)**
-----------------------------------------------------------
- Fixed bug - F1 not toglle tips

**Relase Notes PromptPlus (V.3.3.2)**
-----------------------------------------------------------
- Fixed bug - when EnbaledTooltip = false not show correct tips
Expand Down

0 comments on commit 103454b

Please sign in to comment.