Skip to content

Commit

Permalink
Updated docs and version to 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando Cerqueira committed Jul 25, 2023
1 parent 218daef commit 787e5a2
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
## What news in V4.0.2
- New Control Pipeline
- PromptPlus.Pipeline(T startvalue)
- Changed WaitControl to take context value in tasks and return context in result
- There are small break-chages
- Add Answer key check equals "Yes"/"No" using config values
- IsYesResponseKey(this ConsoleKeyInfo keyinfo)
- IsNoResponseKey(this ConsoleKeyInfo keyinfo)
Expand Down
2 changes: 2 additions & 0 deletions Src/NugetREADME.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ PromptPlus **Supports 4/8/24-bit colors** in the terminal with auto-detection of
## What news in V4.0.2
- New Control Pipeline
- PromptPlus.Pipeline(T startvalue)
- Changed WaitControl to take context value in tasks and return context in result
- There are small break-chages
- Add Answer key check equals "Yes"/"No" using config values
- IsYesResponseKey(this ConsoleKeyInfo keyinfo)
- IsNoResponseKey(this ConsoleKeyInfo keyinfo)
Expand Down
2 changes: 1 addition & 1 deletion Src/PromptPlus.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<PackageId>PromptPlus</PackageId>
<PackageReadmeFile>NugetREADME.md</PackageReadmeFile>
<PackageProjectUrl>https://fracerqueira.github.io/PromptPlus</PackageProjectUrl>
<Version>4.0.1</Version>
<Version>4.0.2</Version>
<PackageIcon>icon.png</PackageIcon>
<Copyright>© 2021 - Fernando Cerqueira </Copyright>
<GeneratePackageOnBuild>False</GeneratePackageOnBuild>
Expand Down
2 changes: 2 additions & 0 deletions Src/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ PromptPlus was developed in c# with target frameworks:

- New Control Pipeline
- PromptPlus.Pipeline(T startvalue)
- Changed WaitControl to take context value in tasks and return context in result
- There are small break-chages
- Add Answer key check equals "Yes"/"No" using config values
- IsYesResponseKey(this ConsoleKeyInfo keyinfo)
- IsNoResponseKey(this ConsoleKeyInfo keyinfo)
Expand Down
2 changes: 2 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
## What news in V4.0.2
- New Control Pipeline
- PromptPlus.Pipeline(T startvalue)
- Changed WaitControl to take context value in tasks and return context in result
- There are small break-chages
- Add Answer key check equals "Yes"/"No" using config values
- IsYesResponseKey(this ConsoleKeyInfo keyinfo)
- IsNoResponseKey(this ConsoleKeyInfo keyinfo)
Expand Down

0 comments on commit 787e5a2

Please sign in to comment.