|
14 | 14 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
15 | 15 | <SymbolPackageFormat>snupkg</SymbolPackageFormat>
|
16 | 16 | <GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
17 |
| - <Version>4.8.23.0</Version> |
| 17 | + <Version>4.8.24.0</Version> |
18 | 18 | <Authors>Oleg Shilo</Authors>
|
19 | 19 | <Description>CS-Script engine Class Library for .NET 5 (and higher)</Description>
|
20 | 20 | <Copyright>(C) 2018-2023 Oleg Shilo</Copyright>
|
|
29 | 29 | ## Changes
|
30 | 30 |
|
31 | 31 | ### CLI
|
32 |
| -- #396 Some NuGet packages are not recognized and not referenced |
33 |
| -- #397: How to succeed in using NuGet packages with native binaries (like e.g. SkiaSharp) |
34 |
| -- Added new command `-list` for printing all currently running scripts. |
35 |
| -- Added support for nuget package native assets |
36 |
| -- LegacyNugetSupport by defauls made false |
37 |
| -- 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) |
38 |
| -- Added support for `-self-install` command to set global `CSSCRIPT_ROOT` envar. |
39 |
| -- Updated `//css_nuget` syntax CLI documentation |
40 | 32 |
|
| 33 | +- #400: Timeout in CI/CD script |
| 34 | +- Assorted nuget support improvements triggered by #400 |
| 35 | + - removed doc zip files to not to upset WinDefender |
| 36 | + - removed unnecessary nuget restore step for adding package dll's location to the search dir. It was adding no value since search dirs play no role in nuget related scenarios. |
| 37 | +- Now nuget restore and asembly lookup are both respecting `CSSCRIPT_NUGET_PACKAGES` nvar. Previously only lookup did. Triggered by #400. |
41 | 38 |
|
42 | 39 | ### CSScriptLib
|
43 | 40 | - no changes</PackageReleaseNotes>
|
44 | 41 | <PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
|
45 |
| - <AssemblyVersion>4.8.23.0</AssemblyVersion> |
46 |
| - <FileVersion>4.8.23.0</FileVersion> |
47 |
| - <PackageVersion>4.8.23.0</PackageVersion> |
| 42 | + <AssemblyVersion>4.8.24.0</AssemblyVersion> |
| 43 | + <FileVersion>4.8.24.0</FileVersion> |
| 44 | + <PackageVersion>4.8.24.0</PackageVersion> |
48 | 45 | <PackageLicenseExpression>MIT</PackageLicenseExpression>
|
49 | 46 | <PackageIcon>css_logo.png</PackageIcon>
|
50 | 47 | <SignAssembly>True</SignAssembly>
|
|
0 commit comments