Skip to content

Commit

Permalink
Merge pull request #37 from FRACerqueira/V4.0.2
Browse files Browse the repository at this point in the history
V4.0.2
  • Loading branch information
FRACerqueira authored Jul 25, 2023
2 parents 6e397d6 + 787e5a2 commit 6123d6a
Show file tree
Hide file tree
Showing 62 changed files with 2,618 additions and 365 deletions.
11 changes: 10 additions & 1 deletion PromptPlus.sln
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,9 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SliderSwitchSamples", "Samp
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ChartSamples", "Samples\ChartSamples\ChartSamples.csproj", "{A0697CC0-24A0-48D4-BB7D-57A7DE3DBFAB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CalendarSamples", "Samples\CalendarSamples\CalendarSamples.csproj", "{248BA41C-17EF-42E3-A9B4-17FF7FA1311B}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CalendarSamples", "Samples\CalendarSamples\CalendarSamples.csproj", "{248BA41C-17EF-42E3-A9B4-17FF7FA1311B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PipelineSamples", "Samples\PipelineSamples\PipelineSamples.csproj", "{184F90B1-EBF2-4D34-88B3-9D7A252CB2B4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down Expand Up @@ -341,6 +343,12 @@ Global
{248BA41C-17EF-42E3-A9B4-17FF7FA1311B}.local|Any CPU.Build.0 = Debug|Any CPU
{248BA41C-17EF-42E3-A9B4-17FF7FA1311B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{248BA41C-17EF-42E3-A9B4-17FF7FA1311B}.Release|Any CPU.Build.0 = Release|Any CPU
{184F90B1-EBF2-4D34-88B3-9D7A252CB2B4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{184F90B1-EBF2-4D34-88B3-9D7A252CB2B4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{184F90B1-EBF2-4D34-88B3-9D7A252CB2B4}.local|Any CPU.ActiveCfg = Debug|Any CPU
{184F90B1-EBF2-4D34-88B3-9D7A252CB2B4}.local|Any CPU.Build.0 = Debug|Any CPU
{184F90B1-EBF2-4D34-88B3-9D7A252CB2B4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{184F90B1-EBF2-4D34-88B3-9D7A252CB2B4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down Expand Up @@ -383,6 +391,7 @@ Global
{3702034B-7D26-4BC3-AB1E-864C2EE2D785} = {F85DFC6B-0BBA-4B8D-BBF7-8FE175FE165C}
{A0697CC0-24A0-48D4-BB7D-57A7DE3DBFAB} = {F85DFC6B-0BBA-4B8D-BBF7-8FE175FE165C}
{248BA41C-17EF-42E3-A9B4-17FF7FA1311B} = {F85DFC6B-0BBA-4B8D-BBF7-8FE175FE165C}
{184F90B1-EBF2-4D34-88B3-9D7A252CB2B4} = {F85DFC6B-0BBA-4B8D-BBF7-8FE175FE165C}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2E883401-DEB0-496F-A6BC-8AA0F44BC5B9}
Expand Down
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,16 @@
- [License](#license)
- [API Reference](https://fracerqueira.github.io/PromptPlus/apis/apis.html)

## What's News in V.4.0
## 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)

## What's News in V4.0.1

### Newest controls and color improvement and layout

Expand Down Expand Up @@ -132,6 +141,13 @@ dotnet run --project [name of sample]

For each snapshot, the title is **name of projet** sample in folder **samples**

### Pipeline

[**Top**](#table-of-contents) | [PipelineSamples](https://github.com/FRACerqueira/PromptPlus/tree/main/Samples/PipelineSamples)

**Not have snapshot**


### Input

[**Top**](#table-of-contents) | [InputBasicSamples](https://github.com/FRACerqueira/PromptPlus/tree/main/Samples/InputBasicSamples)
Expand Down
Loading

0 comments on commit 6123d6a

Please sign in to comment.