Skip to content

Commit 18d3999

Browse files
committed
new version
1 parent ee0b587 commit 18d3999

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,14 @@ The Environment Editor allows you to:
7474

7575
## Release Notes
7676

77+
### 0.0.27
78+
79+
- ✨ Added C# Script Compilation Support
80+
- New command to compile C# scripts (`Ctrl+Alt+K / Cmd+Alt+K`)
81+
- Automatic compilation of test and initialization scripts
82+
- Improved error reporting for compilation issues
83+
- Support for both `-test.csx` and `-init.csx` files
84+
7785
### 0.0.23
7886

7987
- ✨ Added Environment Editor and Environment Switching

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "teapie-extensions",
33
"displayName": "TeaPie Extensions",
44
"description": "Run TeaPie tests directly from VS Code",
5-
"version": "0.0.26",
5+
"version": "0.0.27",
66
"publisher": "kros",
77
"icon": "resources/teapie.png",
88
"repository": {

0 commit comments

Comments
 (0)