Skip to content

Commit 121e9c3

Browse files
committed
# Release v4.11.5.0
--- ## Changes ### CLI - Added auto initialization on the first run of `css -vs` - Added convenient `csscript.run(this string app, string args, string dir)` to be available to all script files - Improved `-which` - Addressed integration issue with Notepad++ when including `global_using` ### CSScriptLib - no changes
1 parent 4767414 commit 121e9c3

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

src/CSScriptLib/src/CSScriptLib/CSScriptLib.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
- Added auto initialization on the first run of `css -vs`
3434
- Added convenient `csscript.run(this string app, string args, string dir)` to be available to all script files
3535
- Improved `-which`
36+
- Addressed integration issue with Notepad++ when including `global_using`
3637

3738

3839
### CSScriptLib

src/chocolatey/cs-script.nuspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
- Added auto initialization on the first run of `css -vs`
3333
- Added convenient `csscript.run(this string app, string args, string dir)` to be available to all script files
3434
- Improved `-which`
35+
- Addressed integration issue with Notepad++ when including `global_using`
3536

3637

3738
### CSScriptLib

src/cscs/cscs.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
- Added auto initialization on the first run of `css -vs`
2727
- Added convenient `csscript.run(this string app, string args, string dir)` to be available to all script files
2828
- Improved `-which`
29+
- Addressed integration issue with Notepad++ when including `global_using`
2930

3031

3132
### CSScriptLib

src/csws/csws.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
- Added auto initialization on the first run of `css -vs`
3030
- Added convenient `csscript.run(this string app, string args, string dir)` to be available to all script files
3131
- Improved `-which`
32+
- Addressed integration issue with Notepad++ when including `global_using`
3233

3334

3435
### CSScriptLib

src/release_notes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
- Added auto initialization on the first run of `css -vs`
99
- Added convenient `csscript.run(this string app, string args, string dir)` to be available to all script files
1010
- Improved `-which`
11+
- Addressed integration issue with Notepad++ when including `global_using`
1112

1213

1314
### CSScriptLib

0 commit comments

Comments
 (0)