Skip to content

Commit

Permalink
# Release v4.8.14.0
Browse files Browse the repository at this point in the history
### CLI

- <no changes>

### CSScriptLib

- oleg-shilo#362: CSScript.Evaluator.LoadCode broken on net48 after cs-script 4.8.3
- CSScriptLib.dll is signed now.
  • Loading branch information
oleg-shilo committed Jan 16, 2024
1 parent 9e0c388 commit 90b85ff
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 19 deletions.
9 changes: 5 additions & 4 deletions src/CSScriptLib/src/CSScriptLib/CSScriptLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>4.8.13.0</Version>
<Version>4.8.14.0</Version>
<Authors>Oleg Shilo</Authors>
<Description>CS-Script engine Class Library for .NET 5 (and higher)</Description>
<Copyright>(C) 2018-2023 Oleg Shilo</Copyright>
Expand All @@ -34,10 +34,11 @@

### CSScriptLib

- CSScriptLib is signed now</PackageReleaseNotes>
- #362: CSScript.Evaluator.LoadCode broken on net48 after cs-script 4.8.3
- CSScriptLib.dll is signed now.</PackageReleaseNotes>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<AssemblyVersion>4.8.13.0</AssemblyVersion>
<FileVersion>4.8.13.0</FileVersion>
<AssemblyVersion>4.8.14.0</AssemblyVersion>
<FileVersion>4.8.14.0</FileVersion>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageIcon>css_logo.png</PackageIcon>
<SignAssembly>True</SignAssembly>
Expand Down
2 changes: 1 addition & 1 deletion src/CSScriptLib/src/CSScriptLib/EvaluatorBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -941,7 +941,7 @@ public IEvaluator ReferenceAssemblyByNamespace(string @namespace)
/// assemblies are to be referenced during the script execution.
/// <para>Note, this filter will be applied only for the referenced assemblies from the Roslyn evaluator.
/// For CodeDom evaluator use
/// <see cref="CSScriptLib.EvaluatorBase.WithRefAssembliesFilter(Func{IEnumerable{string}, IEnumerable{string}})"/> </para>
/// <see cref="WithRefAssembliesFilter(Func{IEnumerable{string}, IEnumerable{string}})"/> </para>
/// <code>
/// dynamic script = CSScript.Evaluator
/// .SetRefAssemblyFilter(asms =&gt;
Expand Down
9 changes: 5 additions & 4 deletions src/cscs/cscs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<AssemblyName>cscs</AssemblyName>
<RootNamespace>CSScripting</RootNamespace>
<StartupObject />
<Version>4.8.13.0</Version>
<Version>4.8.14.0</Version>
<Authors>Oleg Shilo</Authors>
<Product>CS-Script</Product>
<Copyright>(C) 2004-2023 Oleg Shilo</Copyright>
Expand All @@ -17,8 +17,8 @@
<RepositoryUrl>https://github.com/oleg-shilo/cs-script</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>C# script dynamic</PackageTags>
<AssemblyVersion>4.8.13.0</AssemblyVersion>
<FileVersion>4.8.13.0</FileVersion>
<AssemblyVersion>4.8.14.0</AssemblyVersion>
<FileVersion>4.8.14.0</FileVersion>
<PackageReleaseNotes>---

## Changes
Expand All @@ -29,7 +29,8 @@

### CSScriptLib

- CSScriptLib is signed now</PackageReleaseNotes>
- #362: CSScript.Evaluator.LoadCode broken on net48 after cs-script 4.8.3
- CSScriptLib.dll is signed now.</PackageReleaseNotes>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageIcon>css_logo.png</PackageIcon>
<ApplicationIcon>css_logo.ico</ApplicationIcon>
Expand Down
4 changes: 2 additions & 2 deletions src/css/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("4.8.13.0")]
[assembly: AssemblyFileVersion("4.8.13.0")]
[assembly: AssemblyVersion("4.8.14.0")]
[assembly: AssemblyFileVersion("4.8.14.0")]
9 changes: 5 additions & 4 deletions src/csws/csws.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<UseWindowsForms>true</UseWindowsForms>
<RootNamespace>CSScripting</RootNamespace>
<StartupObject />
<Version>4.8.13.0</Version>
<Version>4.8.14.0</Version>
<Authors>Oleg Shilo</Authors>
<Product>CS-Script</Product>
<Copyright>(C) 2004-2022 Oleg Shilo</Copyright>
Expand All @@ -19,8 +19,8 @@
<RepositoryUrl>https://github.com/oleg-shilo/cs-script</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>C# script dynamic</PackageTags>
<AssemblyVersion>4.8.13.0</AssemblyVersion>
<FileVersion>4.8.13.0</FileVersion>
<AssemblyVersion>4.8.14.0</AssemblyVersion>
<FileVersion>4.8.14.0</FileVersion>
<PackageReleaseNotes>---

## Changes
Expand All @@ -31,7 +31,8 @@

### CSScriptLib

- CSScriptLib is signed now</PackageReleaseNotes>
- #362: CSScript.Evaluator.LoadCode broken on net48 after cs-script 4.8.3
- CSScriptLib.dll is signed now.</PackageReleaseNotes>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<ApplicationIcon>css_logo.ico</ApplicationIcon>
<PackageIcon>..\logo\css_logo.png</PackageIcon>
Expand Down
4 changes: 2 additions & 2 deletions src/out/ci/build.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
cd /home/user/lnx-build
sudo chmod 775 cs-script_4.8-12/DEBIAN/p*
dpkg-deb --build cs-script_4.8-12
sudo chmod 775 cs-script_4.8-14/DEBIAN/p*
dpkg-deb --build cs-script_4.8-14
6 changes: 4 additions & 2 deletions src/release_notes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Release v4.8.13.0
# Release v4.8.14.0

---

Expand All @@ -10,4 +10,6 @@

### CSScriptLib

- CSScriptLib is signed now
- #362: CSScript.Evaluator.LoadCode broken on net48 after cs-script 4.8.3
- CSScriptLib.dll is signed now.

0 comments on commit 90b85ff

Please sign in to comment.