Skip to content

Commit

Permalink
- Pre-Release v4.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-shilo committed Jun 8, 2023
1 parent 8defba9 commit aa4c6f4
Show file tree
Hide file tree
Showing 11 changed files with 26 additions and 32 deletions.
2 changes: 1 addition & 1 deletion help.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
C# Script execution engine (.NET Core). Version 4.7.1.0.
C# Script execution engine (.NET Core). Version 4.7.2.0.
Copyright (C) 2004-2020 Oleg Shilo.


Expand Down
3 changes: 3 additions & 0 deletions src/BuildServer/out/build.runtimeconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"framework": {
"name": "Microsoft.NETCore.App",
"version": "7.0.0"
},
"configProperties": {
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false
}
}
}
10 changes: 4 additions & 6 deletions src/CSScriptLib/src/CSScriptLib/CSScriptLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>4.7.1.0 </Version>
<Version>4.7.2.0 </Version>
<Authors>Oleg Shilo</Authors>
<Description>CS-Script engine Class Library for .NET 5 (and higher)</Description>
<Copyright>(C) 2018-2022 Oleg Shilo</Copyright>
Expand All @@ -29,16 +29,14 @@

### CLI

- Issue #327: CS-Script file with async calls suddenly terminates
- Added `-install` (`-uninstall`) command to set CSSCRIPT_ROOT environment variable.
- Added `-kill` command to stop all CS-Script servers (if any).
- Issue #334: Concurrent compilation

### CSScriptLib

- &lt;no changes&gt;</PackageReleaseNotes>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<AssemblyVersion>4.7.1.0</AssemblyVersion>
<FileVersion>4.7.1.0</FileVersion>
<AssemblyVersion>4.7.2.0</AssemblyVersion>
<FileVersion>4.7.2.0</FileVersion>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageIcon>css_logo.png</PackageIcon>
</PropertyGroup>
Expand Down
10 changes: 4 additions & 6 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.7.1.0 </Version>
<Version>4.7.2.0 </Version>
<Authors>Oleg Shilo</Authors>
<Product>CS-Script</Product>
<Copyright>(C) 2004-2023 Oleg Shilo</Copyright>
Expand All @@ -17,17 +17,15 @@
<RepositoryUrl>https://github.com/oleg-shilo/cs-script</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>C# script dynamic</PackageTags>
<AssemblyVersion>4.7.1.0</AssemblyVersion>
<FileVersion>4.7.1.0</FileVersion>
<AssemblyVersion>4.7.2.0</AssemblyVersion>
<FileVersion>4.7.2.0</FileVersion>
<PackageReleaseNotes>---

## Changes

### CLI

- Issue #327: CS-Script file with async calls suddenly terminates
- Added `-install` (`-uninstall`) command to set CSSCRIPT_ROOT environment variable.
- Added `-kill` command to stop all CS-Script servers (if any).
- Issue #334: Concurrent compilation

### CSScriptLib

Expand Down
1 change: 0 additions & 1 deletion src/cscs/csscript.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
using System.Threading.Tasks;
using System.Timers;
using static System.Environment;
using static System.Net.WebRequestMethods;
using static System.Runtime.InteropServices.JavaScript.JSType;

namespace csscript
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.7.1.0")]
[assembly: AssemblyFileVersion("4.7.1.0")]
[assembly: AssemblyVersion("4.7.2.0")]
[assembly: AssemblyFileVersion("4.7.2.0")]
10 changes: 4 additions & 6 deletions src/csws/csws.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<AssemblyName>csws</AssemblyName>
<RootNamespace>CSScripting</RootNamespace>
<StartupObject />
<Version>4.7.1.0 </Version>
<Version>4.7.2.0 </Version>
<Authors>Oleg Shilo</Authors>
<Product>CS-Script</Product>
<Copyright>(C) 2004-2022 Oleg Shilo</Copyright>
Expand All @@ -18,17 +18,15 @@
<RepositoryUrl>https://github.com/oleg-shilo/cs-script</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>C# script dynamic</PackageTags>
<AssemblyVersion>4.7.1.0</AssemblyVersion>
<FileVersion>4.7.1.0</FileVersion>
<AssemblyVersion>4.7.2.0</AssemblyVersion>
<FileVersion>4.7.2.0</FileVersion>
<PackageReleaseNotes>---

## Changes

### CLI

- Issue #327: CS-Script file with async calls suddenly terminates
- Added `-install` (`-uninstall`) command to set CSSCRIPT_ROOT environment variable.
- Added `-kill` command to stop all CS-Script servers (if any).
- Issue #334: Concurrent compilation

### CSScriptLib

Expand Down
4 changes: 2 additions & 2 deletions src/out/Windows/cscs.deps.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v7.0": {
"cscs/4.7.1.0 ": {
"cscs/4.7.2.0 ": {
"dependencies": {
"Microsoft.CodeAnalysis.CSharp.Scripting": "3.10.0"
},
Expand Down Expand Up @@ -468,7 +468,7 @@
}
},
"libraries": {
"cscs/4.7.1.0 ": {
"cscs/4.7.2.0 ": {
"type": "project",
"serviceable": false,
"sha512": ""
Expand Down
4 changes: 2 additions & 2 deletions src/out/Windows/csws.deps.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v7.0": {
"csws/4.7.1.0 ": {
"csws/4.7.2.0 ": {
"dependencies": {
"Microsoft.CodeAnalysis.CSharp.Scripting": "3.10.0"
},
Expand Down Expand Up @@ -468,7 +468,7 @@
}
},
"libraries": {
"csws/4.7.1.0 ": {
"csws/4.7.2.0 ": {
"type": "project",
"serviceable": false,
"sha512": ""
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.7-1/DEBIAN/p*
dpkg-deb --build cs-script_4.7-1
sudo chmod 775 cs-script_4.7-2/DEBIAN/p*
dpkg-deb --build cs-script_4.7-2
6 changes: 2 additions & 4 deletions src/release_notes.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
# Release v4.7.1.0
# Release v4.7.2.0

---

## Changes

### CLI

- Issue #327: CS-Script file with async calls suddenly terminates
- Added `-install` (`-uninstall`) command to set CSSCRIPT_ROOT environment variable.
- Added `-kill` command to stop all CS-Script servers (if any).
- Issue #334: Concurrent compilation

### CSScriptLib

Expand Down

0 comments on commit aa4c6f4

Please sign in to comment.