Skip to content

Commit fd34d60

Browse files
committed
Published Release v4.14.10.0
1 parent 6cc9b30 commit fd34d60

5 files changed

Lines changed: 16 additions & 8 deletions

File tree

src/CSScriptLib/src/CSScriptLib/CSScriptLib.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@
3131

3232
### CLI
3333

34-
- <no changes>
34+
- Improvements in the `-csproj` and `-vs` command implementation.
35+
- Added handling Web projects.
36+
- Improved invalid directory handling in the command handlers.
3537

3638
### CSScriptLib
3739

src/chocolatey/cs-script.nuspec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@
3030

3131
### CLI
3232

33-
- <no changes>
33+
- Improvements in the `-csproj` and `-vs` command implementation.
34+
- Added handling Web projects.
35+
- Improved invalid directory handling in the command handlers.
3436

3537
### CSScriptLib
3638

src/cscs/cscs.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@
2424

2525
### CLI
2626

27-
- <no changes>
27+
- Improvements in the `-csproj` and `-vs` command implementation.
28+
- Added handling Web projects.
29+
- Improved invalid directory handling in the command handlers.
2830

2931
### CSScriptLib
3032

src/csws/csws.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@
2727

2828
### CLI
2929

30-
- <no changes>
30+
- Improvements in the `-csproj` and `-vs` command implementation.
31+
- Added handling Web projects.
32+
- Improved invalid directory handling in the command handlers.
3133

3234
### CSScriptLib
3335

src/out/ci/build.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cd /home/user/lnx-build
2-
sudo chmod 775 cs-script_4.14-9/DEBIAN/p*
3-
dpkg-deb --build cs-script_4.14-9
2+
sudo chmod 775 cs-script_4.14-10/DEBIAN/p*
3+
dpkg-deb --build cs-script_4.14-10
44

5-
sudo dotnet ./cs-script_4.14-9/usr/local/bin/cs-script/cscs.dll -self-test
6-
dotnet ./cs-script_4.14-9/usr/local/bin/cs-script/cscs.dll -server:stop
5+
sudo dotnet ./cs-script_4.14-10/usr/local/bin/cs-script/cscs.dll -self-test
6+
dotnet ./cs-script_4.14-10/usr/local/bin/cs-script/cscs.dll -server:stop

0 commit comments

Comments
 (0)