|
14 | 14 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
15 | 15 | <SymbolPackageFormat>snupkg</SymbolPackageFormat>
|
16 | 16 | <GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
17 |
| - <Version>4.9.1</Version> |
| 17 | + <Version>4.9.2</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>
|
|
30 | 30 |
|
31 | 31 | ### CLI
|
32 | 32 |
|
33 |
| -- Added support for versioning of custom commands during `css -new:cmd ...` |
34 |
| -- Added custom command `-unlock` |
| 33 | +- Added new custom commands: |
| 34 | + - `css -pkill <process name pattern>`: terminates the process based on name. |
| 35 | + - `css -update`: updates already installed CS-Script (if detected) |
| 36 | + - `css -edit <script|custom command>`: opens the script in the default editor |
| 37 | + |
| 38 | +* Improved dev experience for `css -new:cmd <name>`: |
| 39 | + - Now name can include dash as a prefix. |
| 40 | + - Handle the case when during command creation with `-new:cmd` the file name is a command that starts with two dashes (e.g. -ver vs --version)handle |
35 | 41 |
|
36 | 42 | ### CSScriptLib
|
37 | 43 |
|
38 | 44 | - no changes</PackageReleaseNotes>
|
39 | 45 | <PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
|
40 |
| - <AssemblyVersion>4.9.1</AssemblyVersion> |
41 |
| - <FileVersion>4.9.1</FileVersion> |
42 |
| - <PackageVersion>4.9.1</PackageVersion> |
| 46 | + <AssemblyVersion>4.9.2</AssemblyVersion> |
| 47 | + <FileVersion>4.9.2</FileVersion> |
| 48 | + <PackageVersion>4.9.2</PackageVersion> |
43 | 49 | <PackageLicenseExpression>MIT</PackageLicenseExpression>
|
44 | 50 | <PackageIcon>css_logo.png</PackageIcon>
|
45 | 51 | <SignAssembly>True</SignAssembly>
|
|
0 commit comments