|
6 | 6 | <AssemblyName>cscs</AssemblyName> |
7 | 7 | <RootNamespace>CSScripting</RootNamespace> |
8 | 8 | <StartupObject /> |
9 | | - <Version>4.11.4.0</Version> |
| 9 | + <Version>4.11.5.0</Version> |
10 | 10 | <Authors>Oleg Shilo</Authors> |
11 | 11 | <Product>CS-Script</Product> |
12 | 12 | <Copyright>(C) 2004-2023 Oleg Shilo</Copyright> |
|
16 | 16 | <RepositoryUrl>https://github.com/oleg-shilo/cs-script</RepositoryUrl> |
17 | 17 | <RepositoryType>git</RepositoryType> |
18 | 18 | <PackageTags>C# script dynamic</PackageTags> |
19 | | - <AssemblyVersion>4.11.4.0</AssemblyVersion> |
20 | | - <FileVersion>4.11.4.0</FileVersion> |
| 19 | + <AssemblyVersion>4.11.5.0</AssemblyVersion> |
| 20 | + <FileVersion>4.11.5.0</FileVersion> |
21 | 21 | <PackageReleaseNotes>--- |
22 | 22 |
|
23 | 23 | ## Changes |
24 | 24 |
|
25 | 25 | ### CLI |
26 | | -- Added -csproj custom command |
27 | | -- improved shim detection for Scoop installations |
| 26 | +- Added auto initialization on the first run of `css -vs` |
| 27 | +- Added convenient `csscript.run(this string app, string args, string dir)` to be available to all script files |
| 28 | +- Improved `-which` |
| 29 | + |
28 | 30 |
|
29 | 31 | ### CSScriptLib |
30 | 32 | - no changes</PackageReleaseNotes> |
|
38 | 40 | <PackageOutputPath>./nupkg</PackageOutputPath> |
39 | 41 | <!--<PackageReadmeFile>package_readme.md</PackageReadmeFile>--> |
40 | 42 | </PropertyGroup> |
| 43 | + <PropertyGroup> |
| 44 | + <!-- Only include English (default) --> |
| 45 | + <SatelliteResourceLanguages>en</SatelliteResourceLanguages> |
| 46 | + </PropertyGroup> |
41 | 47 | <!-- Conditional descriptions --> |
42 | 48 | <PropertyGroup Condition="'$(TargetFramework)' == 'net8.0'"> |
43 | 49 | <Description>C# Script engine .NET8.0 CLI executable</Description> |
|
0 commit comments