|
2 | 2 | <package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
3 | 3 | <metadata>
|
4 | 4 | <id>CS-Script.RoslynProvider</id>
|
5 |
| -<version>3.28.2.0</version> |
| 5 | +<version>3.28.4.0</version> |
6 | 6 | <title>CS-Script CodeDom Roslyn provider (CSSRoslynProvider.dll)</title>
|
7 | 7 | <authors>Oleg Shilo</authors>
|
8 | 8 | <owners>Oleg Shilo</owners>
|
|
13 | 13 | <description>The CodeDom provider for CS-Script Class Library that targets Roslyn.</description>
|
14 | 14 | <summary>This is the complete package for hosting the script engine in .NET (full) applications. Apart from having all binaries required for the all three available compilation engines (Roslyn, Mono and CodeDom) it also contains the integration module (CSSRoslynProvider.dll) that allows CodeDom compilation engine and the CS-Script legacy native interface to process C# 7.0 syntax.</summary>
|
15 | 15 | <releaseNotes>
|
16 |
| -# Release v3.28.2.0 |
| 16 | +# Release v3.28.4.0 |
17 | 17 |
|
18 |
| -* CS-Script.Core |
19 |
| -- Issue #106: Fix netstandard2 version to work in 4.6.1 and fix ReferenceDomainAssemblies |
20 |
| -- Fix netstandard2 version to work in 4.6.1 and fix ReferenceDomainAssemblies |
| 18 | +* CS-Script v3.28.4.0 |
| 19 | + - Added resolving GAC assemblies on Mono (when running on Windows) |
| 20 | + - Implemented resolving custom config file specified by file name only (local with respect to cscs.exe) |
| 21 | + - Command `-stop` now stops syntaxer.exe as well |
21 | 22 |
|
22 |
| -* CS-Script |
23 |
| -- Issue #108: Option to no longer suppress TargetInvocationException in AsmBrowser |
24 |
| -- Fixed problem with `cscs -config:get` not handling the properties containing '_' |
25 |
| -- Issue #107: //css_resource fails to resolve relative paths |
26 |
| -- Solved problem with `MarshalByRefObjectWithInfiniteLifetime` being defined in both cscs and CSScriptLibrary |
27 |
| -- Renamed MarshalByRefObjectWithInfiniteLifetime -> CSScriptLibrary.MarshalByRefObjectWithInfiniteLifetime |
28 |
| -- Processing feedback on #98 fixes. |
| 23 | +* CS-Script.Core v1.0.1.0 |
| 24 | + - Implemented resolving `using` into assemblies from 'dotnet\shared' folder |
| 25 | + - Issue #110: Compiling to Byte[]/File in .NET Standard |
| 26 | + - Issue #106: Fix netstandard2 version to work in 4.6.1 and fix ReferenceDomainAssemblies |
29 | 27 |
|
30 | 28 | </releaseNotes>
|
31 | 29 | <copyright>Copyright (C) 2004-2018 Oleg Shilo</copyright>
|
32 | 30 | <language>en-AU</language>
|
33 | 31 | <tags>C# Scripting Dynamic CS-Script csscript</tags>
|
34 | 32 | <dependencies>
|
35 |
| - <dependency id="CS-Script.bin" version="3.28.2.0" /> |
| 33 | + <dependency id="CS-Script.bin" version="3.28.4.0" /> |
36 | 34 | <dependency id="Microsoft.Net.Compilers" version="2.2.0" />
|
37 | 35 | </dependencies>
|
38 | 36 | </metadata>
|
|
0 commit comments