Version: 143.0.0

This commit is contained in:
moonheart08
2023-08-02 16:07:25 -05:00
parent 0e1328675c
commit cf91369d27
2 changed files with 12 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
<Project>
<!-- This file automatically reset by Tools/version.py -->
<!-- This file automatically reset by Tools/version.py -->

View File

@@ -39,10 +39,7 @@ END TEMPLATE-->
### New features
- Toolshed, a tacit shell language, has been introduced.
- Use Robust.Shared.ToolshedManager to invoke commands, with optional input and output.
- Implement IInvocationContext for custom invocation contexts i.e. scripting systems.
*None yet*
### Bugfixes
@@ -57,6 +54,16 @@ END TEMPLATE-->
*None yet*
## 143.0.0
### New features
- Toolshed, a tacit shell language, has been introduced.
- Use Robust.Shared.ToolshedManager to invoke commands, with optional input and output.
- Implement IInvocationContext for custom invocation contexts i.e. scripting systems.
## 142.1.2
### Other