-
Notifications
You must be signed in to change notification settings - Fork 247
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### CLI - #396 Some NuGet packages are not recognized and not referenced - #397: How to succeed in using NuGet packages with native binaries (like e.g. SkiaSharp) - Added new command `-list` for printing all currently running scripts. - Added support for nuget package native assets - LegacyNugetSupport by defauls made false - script compilation cache now stores probing dirs to allow recreation of PATH environemnt variable during the cached execution (e.g. to cover nuget native assets) - Added support for `-self-install` command to set global `CSSCRIPT_ROOT` envar. - Updated `//css_nuget` syntax CLI documentation ### CSScriptLib - no changes
- Loading branch information
1 parent
3cc2862
commit 5407b80
Showing
6 changed files
with
49 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
cd /home/user/lnx-build | ||
sudo chmod 775 cs-script_4.8-21/DEBIAN/p* | ||
dpkg-deb --build cs-script_4.8-21 | ||
sudo chmod 775 cs-script_4.8-23/DEBIAN/p* | ||
dpkg-deb --build cs-script_4.8-23 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,19 @@ | ||
# Release v4.8.22.0 | ||
# Release v4.8.23.0 | ||
|
||
--- | ||
|
||
## Changes | ||
|
||
### CLI | ||
- Minor update in the script project info generation to allow better integration with IDEs | ||
- #396 Some NuGet packages are not recognized and not referenced | ||
- #397: How to succeed in using NuGet packages with native binaries (like e.g. SkiaSharp) | ||
- Added new command `-list` for printing all currently running scripts. | ||
- Added support for nuget package native assets | ||
- LegacyNugetSupport by defauls made false | ||
- script compilation cache now stores probing dirs to allow recreation of PATH environemnt variable during the cached execution (e.g. to cover nuget native assets) | ||
- Added support for `-self-install` command to set global `CSSCRIPT_ROOT` envar. | ||
- Updated `//css_nuget` syntax CLI documentation | ||
|
||
|
||
### CSScriptLib | ||
- no changes |