Skip to content

Commit 153c2f1

Browse files
committed
Published NuGet packages
1 parent d9a28ea commit 153c2f1

5 files changed

+57
-60
lines changed

Source/NuGet/CS-Script.RoslynProvider.nuspec

+11-13
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>CS-Script.RoslynProvider</id>
5-
<version>3.28.2.0</version>
5+
<version>3.28.4.0</version>
66
<title>CS-Script CodeDom Roslyn provider (CSSRoslynProvider.dll)</title>
77
<authors>Oleg Shilo</authors>
88
<owners>Oleg Shilo</owners>
@@ -13,26 +13,24 @@
1313
<description>The CodeDom provider for CS-Script Class Library that targets Roslyn.</description>
1414
<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>
1515
<releaseNotes>
16-
# Release v3.28.2.0
16+
# Release v3.28.4.0
1717

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
2122

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
2927

3028
</releaseNotes>
3129
<copyright>Copyright (C) 2004-2018 Oleg Shilo</copyright>
3230
<language>en-AU</language>
3331
<tags>C# Scripting Dynamic CS-Script csscript</tags>
3432
<dependencies>
35-
<dependency id="CS-Script.bin" version="3.28.2.0" />
33+
<dependency id="CS-Script.bin" version="3.28.4.0" />
3634
<dependency id="Microsoft.Net.Compilers" version="2.2.0" />
3735
</dependencies>
3836
</metadata>

Source/NuGet/CS-Script.bin.nuspec

+11-12
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>CS-Script.bin</id>
5-
<version>3.28.2.0</version>
5+
<version>3.28.4.0</version>
66
<title>CS-Script Binaries</title>
77
<authors>Oleg Shilo</authors>
88
<owners>Oleg Shilo</owners>
@@ -16,19 +16,18 @@
1616
It is the package that you need to have CS-Script with all three compilation engines enabled: Roslyn, Mono and CodeDom.
1717
</summary>
1818
<releaseNotes>
19-
# Release v3.28.2.0
19+
# Release v3.28.4.0
2020

21-
* CS-Script.Core
22-
- Issue #106: Fix netstandard2 version to work in 4.6.1 and fix ReferenceDomainAssemblies
23-
- Fix netstandard2 version to work in 4.6.1 and fix ReferenceDomainAssemblies
21+
* CS-Script v3.28.4.0
22+
- Added resolving GAC assemblies on Mono (when running on Windows)
23+
- Implemented resolving custom config file specified by file name only (local with respect to cscs.exe)
24+
- Command `-stop` now stops syntaxer.exe as well
25+
26+
* CS-Script.Core v1.0.1.0
27+
- Implemented resolving `using` into assemblies from 'dotnet\shared' folder
28+
- Issue #110: Compiling to Byte[]/File in .NET Standard
29+
- Issue #106: Fix netstandard2 version to work in 4.6.1 and fix ReferenceDomainAssemblies
2430

25-
* CS-Script
26-
- Issue #108: Option to no longer suppress TargetInvocationException in AsmBrowser
27-
- Fixed problem with `cscs -config:get` not handling the properties containing '_'
28-
- Issue #107: //css_resource fails to resolve relative paths
29-
- Solved problem with `MarshalByRefObjectWithInfiniteLifetime` being defined in both cscs and CSScriptLibrary
30-
- Renamed MarshalByRefObjectWithInfiniteLifetime -> CSScriptLibrary.MarshalByRefObjectWithInfiniteLifetime
31-
- Processing feedback on #98 fixes.
3231
</releaseNotes>
3332
<copyright>Copyright (C) 2004-2018 Oleg Shilo</copyright>
3433
<language>en-AU</language>

Source/NuGet/CS-Script.lib.Roslyn.nuspec

+13-9
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>CS-Script.lib.Roslyn</id>
5-
<version>3.28.0.1</version>
5+
<version>3.28.4.0</version>
66
<title>CS-Script Class Library (CSScriptLibrary.dll)</title>
77
<authors>Oleg Shilo</authors>
88
<owners>Oleg Shilo</owners>
@@ -16,22 +16,26 @@ This package distributes only the raw CS-Script engine so you can use it (if req
1616

1717
It is the only package that you need to have CS-Script Roslyn-engine running on any .NET (full) application. While this package also allows script execution with CodeDom-engine, using Roslyn is essential for executing scripts of the C# 7.0 syntax.</summary>
1818
<releaseNotes>
19-
# Release v3.28.0.0
19+
# Release v3.28.4.0
20+
21+
* CS-Script v3.28.4.0
22+
- Added resolving GAC assemblies on Mono (when running on Windows)
23+
- Implemented resolving custom config file specified by file name only (local with respect to cscs.exe)
24+
- Command `-stop` now stops syntaxer.exe as well
25+
26+
* CS-Script.Core v1.0.1.0
27+
- Implemented resolving `using` into assemblies from 'dotnet\shared' folder
28+
- Issue #110: Compiling to Byte[]/File in .NET Standard
29+
- Issue #106: Fix netstandard2 version to work in 4.6.1 and fix ReferenceDomainAssemblies
2030

21-
- CSScriptLib .NET Core v1.0.0.0 (NuGet package)
22-
- Implemented debugging in RoslynEvaluator
23-
- Implemented MarshalByRefObjectWithInfiniteLifetime to allow long living remote script objects
24-
- Added MarshalByRefObjectWithInfiniteLifetime class for managing remote scripts lifetime
25-
- Improved RoslynEvaluator error reporting
26-
- Added exception handling on AsmHelper disposing.
2731

2832

2933
</releaseNotes>
3034
<copyright>Copyright (C) 2004-2018 Oleg Shilo</copyright>
3135
<language>en-AU</language>
3236
<tags>C# Scripting Dynamic CS-Script csscript</tags>
3337
<dependencies>
34-
<dependency id="CS-Script.lib" version="3.27.0.0" />
38+
<dependency id="CS-Script.lib" version="3.28.4.0" />
3539
<dependency id="Microsoft.CodeAnalysis.CSharp.Scripting" version="2.6.1" />
3640
</dependencies>
3741
</metadata>

Source/NuGet/CS-Script.lib.nuspec

+10-13
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>CS-Script.lib</id>
5-
<version>3.28.2.0</version>
5+
<version>3.28.4.0</version>
66
<title>CS-Script Class Library (CSScriptLibrary.dll)</title>
77
<authors>Oleg Shilo</authors>
88
<owners>Oleg Shilo</owners>
@@ -14,20 +14,17 @@
1414
This package distributes only the raw CS-Script engine so you can use it (if required) with untested dependencies (e.g. any version of Roslyn).</description>
1515
<summary>This is the minimal package for referencing CS-Script engine from .NET (full) applications. It contains only the CS-Script class library CSScriptLibrary.dll.</summary>
1616
<releaseNotes>
17-
# Release v3.28.2.0
17+
# Release v3.28.4.0
1818

19-
* CS-Script.Core
20-
- Issue #106: Fix netstandard2 version to work in 4.6.1 and fix ReferenceDomainAssemblies
21-
- Fix netstandard2 version to work in 4.6.1 and fix ReferenceDomainAssemblies
22-
23-
* CS-Script
24-
- Issue #108: Option to no longer suppress TargetInvocationException in AsmBrowser
25-
- Fixed problem with `cscs -config:get` not handling the properties containing '_'
26-
- Issue #107: //css_resource fails to resolve relative paths
27-
- Solved problem with `MarshalByRefObjectWithInfiniteLifetime` being defined in both cscs and CSScriptLibrary
28-
- Renamed MarshalByRefObjectWithInfiniteLifetime -> CSScriptLibrary.MarshalByRefObjectWithInfiniteLifetime
29-
- Processing feedback on #98 fixes.
19+
* CS-Script v3.28.4.0
20+
- Added resolving GAC assemblies on Mono (when running on Windows)
21+
- Implemented resolving custom config file specified by file name only (local with respect to cscs.exe)
22+
- Command `-stop` now stops syntaxer.exe as well
3023

24+
* CS-Script.Core v1.0.1.0
25+
- Implemented resolving `using` into assemblies from 'dotnet\shared' folder
26+
- Issue #110: Compiling to Byte[]/File in .NET Standard
27+
- Issue #106: Fix netstandard2 version to work in 4.6.1 and fix ReferenceDomainAssemblies
3128

3229
</releaseNotes>
3330
<copyright>Copyright (C) 2004-2018 Oleg Shilo</copyright>

Source/NuGet/CS-Script.nuspec

+12-13
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>CS-Script</id>
5-
<version>3.28.2.0</version>
5+
<version>3.28.4.0</version>
66
<title>CS-Script</title>
77
<authors>Oleg Shilo</authors>
88
<owners>Oleg Shilo</owners>
@@ -13,26 +13,25 @@
1313
<description>Class Library assembly for the CS-Script engine. CS-Script is a CLR (Common Language Runtime) based scripting system which uses ECMA-compliant C# as a programming language.</description>
1414
<summary>This is the complete package for hosting the script engine in .NET (full) applications. It also contains the samples demonstrating how to use all three available compilation engines (Roslyn, Mono and CodeDom) as well as the CS-Script legacy native interface.</summary>
1515
<releaseNotes>
16-
# Release v3.28.2.0
16+
# Release v3.28.4.0
1717

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
22+
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
2127

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.
2928

3029
</releaseNotes>
3130
<copyright>Copyright (C) 2004-2017 Oleg Shilo</copyright>
3231
<language>en-AU</language>
3332
<tags>C# Scripting Dynamic CS-Script csscript</tags>
3433
<dependencies>
35-
<dependency id="CS-Script.bin" version="3.28.2.0" />
34+
<dependency id="CS-Script.bin" version="3.28.4.0" />
3635
</dependencies>
3736
<frameworkAssemblies>
3837
<frameworkAssembly assemblyName="Microsoft.CSharp" targetFramework="" />

0 commit comments

Comments
 (0)