Skip to content

Commit f97062e

Browse files
committed
Version 3.24.1
1 parent 3faa7ae commit f97062e

File tree

73 files changed

+1197
-431
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+1197
-431
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Change log
22
==========
33

4+
## v3.24.1 - March 7, 2024
5+
* Minor improvements in metadata of NuGet packages
6+
* In JavaScriptEngineSwitcher.Jint added support for the Jint version 3.0.1
7+
* In JavaScriptEngineSwitcher.Msie added support for the MSIE JavaScript Engine version 3.2.5
8+
49
## v3.24.0 - February 6, 2024
510
* In the `JsEngineSwitcher` class was added the `AllowCurrentProperty` property (default `true`)
611
* In JavaScriptEngineSwitcher.Extensions.MsDependencyInjection:

Directory.Packages.props

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<Project>
22
<ItemGroup>
3-
<PackageVersion Include="JavaScriptEngineSwitcher.ChakraCore.Native.linux-x64" Version="3.21.0" />
4-
<PackageVersion Include="JavaScriptEngineSwitcher.ChakraCore.Native.osx-x64" Version="3.21.0" />
5-
<PackageVersion Include="JavaScriptEngineSwitcher.ChakraCore.Native.win-arm" Version="3.21.0" />
6-
<PackageVersion Include="JavaScriptEngineSwitcher.ChakraCore.Native.win-arm64" Version="3.21.0" />
7-
<PackageVersion Include="JavaScriptEngineSwitcher.ChakraCore.Native.win-x64" Version="3.21.0" />
8-
<PackageVersion Include="JavaScriptEngineSwitcher.ChakraCore.Native.win-x86" Version="3.21.0" />
3+
<PackageVersion Include="JavaScriptEngineSwitcher.ChakraCore.Native.linux-x64" Version="3.24.1" />
4+
<PackageVersion Include="JavaScriptEngineSwitcher.ChakraCore.Native.osx-x64" Version="3.24.1" />
5+
<PackageVersion Include="JavaScriptEngineSwitcher.ChakraCore.Native.win-arm" Version="3.24.1" />
6+
<PackageVersion Include="JavaScriptEngineSwitcher.ChakraCore.Native.win-arm64" Version="3.24.1" />
7+
<PackageVersion Include="JavaScriptEngineSwitcher.ChakraCore.Native.win-x64" Version="3.24.1" />
8+
<PackageVersion Include="JavaScriptEngineSwitcher.ChakraCore.Native.win-x86" Version="3.24.1" />
99
<PackageVersion Include="Microsoft.ClearScript.V8.Native.linux-arm" Version="7.4.4" />
1010
<PackageVersion Include="Microsoft.ClearScript.V8.Native.linux-arm64" Version="7.4.4" />
1111
<PackageVersion Include="Microsoft.ClearScript.V8.Native.linux-x64" Version="7.4.4" />

Licenses/advanced-string-builder-license.txt

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
Copyright (c) 2018-2024 Andrey Taritsyn - http://www.taritsyn.ru
2+
13
Apache License
24
Version 2.0, January 2004
35
http://www.apache.org/licenses/
@@ -178,15 +180,15 @@
178180
APPENDIX: How to apply the Apache License to your work.
179181

180182
To apply the Apache License to your work, attach the following
181-
boilerplate notice, with the fields enclosed by brackets "[]"
183+
boilerplate notice, with the fields enclosed by brackets "{}"
182184
replaced with your own identifying information. (Don't include
183185
the brackets!) The text should be enclosed in the appropriate
184186
comment syntax for the file format. We also recommend that a
185187
file or class name and description of purpose be included on the
186188
same "printed page" as the copyright notice for easier
187189
identification within third-party archives.
188190

189-
Copyright (c) 2018 Andrey Taritsyn - http://www.taritsyn.ru
191+
Copyright {yyyy} {name of copyright owner}
190192

191193
Licensed under the Apache License, Version 2.0 (the "License");
192194
you may not use this file except in compliance with the License.
@@ -198,4 +200,4 @@
198200
distributed under the License is distributed on an "AS IS" BASIS,
199201
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200202
See the License for the specific language governing permissions and
201-
limitations under the License.
203+
limitations under the License.

Licenses/msie-javascript-engine-license.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2012-2021 Andrey Taritsyn - http://www.taritsyn.ru
1+
Copyright (c) 2012-2024 Andrey Taritsyn - http://www.taritsyn.ru
22

33
Apache License
44
Version 2.0, January 2004

Licenses/nodejs-license.txt

+1,077-197
Large diffs are not rendered by default.

Licenses/polyfills-for-old-dot-net-license.txt

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
Copyright (c) 2018-2024 Andrey Taritsyn - http://www.taritsyn.ru
2+
13
Apache License
24
Version 2.0, January 2004
35
http://www.apache.org/licenses/
@@ -178,15 +180,15 @@
178180
APPENDIX: How to apply the Apache License to your work.
179181

180182
To apply the Apache License to your work, attach the following
181-
boilerplate notice, with the fields enclosed by brackets "[]"
183+
boilerplate notice, with the fields enclosed by brackets "{}"
182184
replaced with your own identifying information. (Don't include
183185
the brackets!) The text should be enclosed in the appropriate
184186
comment syntax for the file format. We also recommend that a
185187
file or class name and description of purpose be included on the
186188
same "printed page" as the copyright notice for easier
187189
identification within third-party archives.
188190

189-
Copyright (c) 2018 Andrey Taritsyn - http://www.taritsyn.ru
191+
Copyright {yyyy} {name of copyright owner}
190192

191193
Licensed under the Apache License, Version 2.0 (the "License");
192194
you may not use this file except in compliance with the License.
@@ -198,4 +200,4 @@
198200
distributed under the License is distributed on an "AS IS" BASIS,
199201
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200202
See the License for the specific language governing permissions and
201-
limitations under the License.
203+
limitations under the License.

samples/JavaScriptEngineSwitcher.Sample.AspNet4.Mvc4/JavaScriptEngineSwitcher.Sample.AspNet4.Mvc4.csproj

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<Import Project="..\..\packages\JavaScriptEngineSwitcher.ChakraCore.Native.win-x86.3.21.0\build\JavaScriptEngineSwitcher.ChakraCore.Native.win-x86.props" Condition="Exists('..\..\packages\JavaScriptEngineSwitcher.ChakraCore.Native.win-x86.3.21.0\build\JavaScriptEngineSwitcher.ChakraCore.Native.win-x86.props')" />
4-
<Import Project="..\..\packages\JavaScriptEngineSwitcher.ChakraCore.Native.win-x64.3.21.0\build\JavaScriptEngineSwitcher.ChakraCore.Native.win-x64.props" Condition="Exists('..\..\packages\JavaScriptEngineSwitcher.ChakraCore.Native.win-x64.3.21.0\build\JavaScriptEngineSwitcher.ChakraCore.Native.win-x64.props')" />
5-
<Import Project="..\..\packages\JavaScriptEngineSwitcher.ChakraCore.Native.win-arm64.3.21.0\build\JavaScriptEngineSwitcher.ChakraCore.Native.win-arm64.props" Condition="Exists('..\..\packages\JavaScriptEngineSwitcher.ChakraCore.Native.win-arm64.3.21.0\build\JavaScriptEngineSwitcher.ChakraCore.Native.win-arm64.props')" />
6-
<Import Project="..\..\packages\JavaScriptEngineSwitcher.ChakraCore.Native.win-arm.3.21.0\build\JavaScriptEngineSwitcher.ChakraCore.Native.win-arm.props" Condition="Exists('..\..\packages\JavaScriptEngineSwitcher.ChakraCore.Native.win-arm.3.21.0\build\JavaScriptEngineSwitcher.ChakraCore.Native.win-arm.props')" />
3+
<Import Project="..\..\packages\JavaScriptEngineSwitcher.ChakraCore.Native.win-x86.3.24.1\build\JavaScriptEngineSwitcher.ChakraCore.Native.win-x86.props" Condition="Exists('..\..\packages\JavaScriptEngineSwitcher.ChakraCore.Native.win-x86.3.24.1\build\JavaScriptEngineSwitcher.ChakraCore.Native.win-x86.props')" />
4+
<Import Project="..\..\packages\JavaScriptEngineSwitcher.ChakraCore.Native.win-x64.3.24.1\build\JavaScriptEngineSwitcher.ChakraCore.Native.win-x64.props" Condition="Exists('..\..\packages\JavaScriptEngineSwitcher.ChakraCore.Native.win-x64.3.24.1\build\JavaScriptEngineSwitcher.ChakraCore.Native.win-x64.props')" />
5+
<Import Project="..\..\packages\JavaScriptEngineSwitcher.ChakraCore.Native.win-arm64.3.24.1\build\JavaScriptEngineSwitcher.ChakraCore.Native.win-arm64.props" Condition="Exists('..\..\packages\JavaScriptEngineSwitcher.ChakraCore.Native.win-arm64.3.24.1\build\JavaScriptEngineSwitcher.ChakraCore.Native.win-arm64.props')" />
6+
<Import Project="..\..\packages\JavaScriptEngineSwitcher.ChakraCore.Native.win-arm.3.24.1\build\JavaScriptEngineSwitcher.ChakraCore.Native.win-arm.props" Condition="Exists('..\..\packages\JavaScriptEngineSwitcher.ChakraCore.Native.win-arm.3.24.1\build\JavaScriptEngineSwitcher.ChakraCore.Native.win-arm.props')" />
77
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
88
<PropertyGroup>
99
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -218,9 +218,9 @@
218218
<ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
219219
</PropertyGroup>
220220
<Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
221-
<Error Condition="!Exists('..\..\packages\JavaScriptEngineSwitcher.ChakraCore.Native.win-arm.3.21.0\build\JavaScriptEngineSwitcher.ChakraCore.Native.win-arm.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\JavaScriptEngineSwitcher.ChakraCore.Native.win-arm.3.21.0\build\JavaScriptEngineSwitcher.ChakraCore.Native.win-arm.props'))" />
222-
<Error Condition="!Exists('..\..\packages\JavaScriptEngineSwitcher.ChakraCore.Native.win-arm64.3.21.0\build\JavaScriptEngineSwitcher.ChakraCore.Native.win-arm64.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\JavaScriptEngineSwitcher.ChakraCore.Native.win-arm64.3.21.0\build\JavaScriptEngineSwitcher.ChakraCore.Native.win-arm64.props'))" />
223-
<Error Condition="!Exists('..\..\packages\JavaScriptEngineSwitcher.ChakraCore.Native.win-x64.3.21.0\build\JavaScriptEngineSwitcher.ChakraCore.Native.win-x64.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\JavaScriptEngineSwitcher.ChakraCore.Native.win-x64.3.21.0\build\JavaScriptEngineSwitcher.ChakraCore.Native.win-x64.props'))" />
224-
<Error Condition="!Exists('..\..\packages\JavaScriptEngineSwitcher.ChakraCore.Native.win-x86.3.21.0\build\JavaScriptEngineSwitcher.ChakraCore.Native.win-x86.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\JavaScriptEngineSwitcher.ChakraCore.Native.win-x86.3.21.0\build\JavaScriptEngineSwitcher.ChakraCore.Native.win-x86.props'))" />
221+
<Error Condition="!Exists('..\..\packages\JavaScriptEngineSwitcher.ChakraCore.Native.win-arm.3.24.1\build\JavaScriptEngineSwitcher.ChakraCore.Native.win-arm.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\JavaScriptEngineSwitcher.ChakraCore.Native.win-arm.3.24.1\build\JavaScriptEngineSwitcher.ChakraCore.Native.win-arm.props'))" />
222+
<Error Condition="!Exists('..\..\packages\JavaScriptEngineSwitcher.ChakraCore.Native.win-arm64.3.24.1\build\JavaScriptEngineSwitcher.ChakraCore.Native.win-arm64.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\JavaScriptEngineSwitcher.ChakraCore.Native.win-arm64.3.24.1\build\JavaScriptEngineSwitcher.ChakraCore.Native.win-arm64.props'))" />
223+
<Error Condition="!Exists('..\..\packages\JavaScriptEngineSwitcher.ChakraCore.Native.win-x64.3.24.1\build\JavaScriptEngineSwitcher.ChakraCore.Native.win-x64.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\JavaScriptEngineSwitcher.ChakraCore.Native.win-x64.3.24.1\build\JavaScriptEngineSwitcher.ChakraCore.Native.win-x64.props'))" />
224+
<Error Condition="!Exists('..\..\packages\JavaScriptEngineSwitcher.ChakraCore.Native.win-x86.3.24.1\build\JavaScriptEngineSwitcher.ChakraCore.Native.win-x86.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\JavaScriptEngineSwitcher.ChakraCore.Native.win-x86.3.24.1\build\JavaScriptEngineSwitcher.ChakraCore.Native.win-x86.props'))" />
225225
</Target>
226226
</Project>

samples/JavaScriptEngineSwitcher.Sample.AspNet4.Mvc4/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
[assembly: ComVisible(false)]
1414
[assembly: Guid("39487053-b459-4433-ae93-e00affc653c6")]
1515

16-
[assembly: AssemblyVersion("3.24.0.0")]
17-
[assembly: AssemblyFileVersion("3.24.0.0")]
16+
[assembly: AssemblyVersion("3.24.1.0")]
17+
[assembly: AssemblyFileVersion("3.24.1.0")]

samples/JavaScriptEngineSwitcher.Sample.AspNet4.Mvc4/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jsengineswitcher.sample.aspnet4.mvc4",
33
"private": true,
4-
"version": "3.24.0",
4+
"version": "3.24.1",
55
"devDependencies": {
66
"gulp": "4.0.2",
77
"del": "5.1.0",

samples/JavaScriptEngineSwitcher.Sample.AspNet4.Mvc4/packages.config

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="JavaScriptEngineSwitcher.ChakraCore.Native.win-arm" version="3.21.0" targetFramework="net40" />
4-
<package id="JavaScriptEngineSwitcher.ChakraCore.Native.win-arm64" version="3.21.0" targetFramework="net40" />
5-
<package id="JavaScriptEngineSwitcher.ChakraCore.Native.win-x64" version="3.21.0" targetFramework="net40" />
6-
<package id="JavaScriptEngineSwitcher.ChakraCore.Native.win-x86" version="3.21.0" targetFramework="net40" />
3+
<package id="JavaScriptEngineSwitcher.ChakraCore.Native.win-arm" version="3.24.1" targetFramework="net40" />
4+
<package id="JavaScriptEngineSwitcher.ChakraCore.Native.win-arm64" version="3.24.1" targetFramework="net40" />
5+
<package id="JavaScriptEngineSwitcher.ChakraCore.Native.win-x64" version="3.24.1" targetFramework="net40" />
6+
<package id="JavaScriptEngineSwitcher.ChakraCore.Native.win-x86" version="3.24.1" targetFramework="net40" />
77
<package id="Microsoft.AspNet.Mvc" version="4.0.30506.0" targetFramework="net40" />
88
<package id="Microsoft.AspNet.Mvc.FixedDisplayModes" version="1.0.0" targetFramework="net40" />
99
<package id="Microsoft.AspNet.Razor" version="2.0.30506.0" targetFramework="net40" />

samples/JavaScriptEngineSwitcher.Sample.AspNetCore.Infrastructure/JavaScriptEngineSwitcher.Sample.AspNetCore.Infrastructure.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Product>JS Engine Switcher: Infrastructure for ASP.NET Core Samples</Product>
5-
<VersionPrefix>3.24.0</VersionPrefix>
5+
<VersionPrefix>3.24.1</VersionPrefix>
66
<TargetFrameworks>net451;netstandard1.6;netstandard2.0;netcoreapp3.1;net5.0;net6.0;net7.0;net8.0</TargetFrameworks>
77
<NetStandardImplicitPackageVersion Condition=" '$(TargetFramework)' == 'netstandard1.6' ">1.6.0</NetStandardImplicitPackageVersion>
88
<OutputType>Library</OutputType>

samples/JavaScriptEngineSwitcher.Sample.AspNetCore1.Mvc1/JavaScriptEngineSwitcher.Sample.AspNetCore1.Mvc1.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Product>JS Engine Switcher: Sample ASP.NET Core 1.0 MVC 1 Site</Product>
5-
<VersionPrefix>3.24.0</VersionPrefix>
5+
<VersionPrefix>3.24.1</VersionPrefix>
66
<TargetFramework>netcoreapp1.0</TargetFramework>
77
<RuntimeFrameworkVersion>1.0.16</RuntimeFrameworkVersion>
88
<OutputType>Exe</OutputType>

samples/JavaScriptEngineSwitcher.Sample.AspNetCore1.Mvc1/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jsengineswitcher.sample.aspnetcore1.mvc1",
33
"private": true,
4-
"version": "3.24.0",
4+
"version": "3.24.1",
55
"devDependencies": {
66
"gulp": "4.0.2",
77
"del": "5.1.0",

samples/JavaScriptEngineSwitcher.Sample.AspNetCore1Full.Mvc1/JavaScriptEngineSwitcher.Sample.AspNetCore1Full.Mvc1.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Product>JS Engine Switcher: Sample ASP.NET Core 1.0 Full MVC 1 Site</Product>
5-
<VersionPrefix>3.24.0</VersionPrefix>
5+
<VersionPrefix>3.24.1</VersionPrefix>
66
<TargetFramework>net451</TargetFramework>
77
<OutputType>Exe</OutputType>
88
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>

samples/JavaScriptEngineSwitcher.Sample.AspNetCore1Full.Mvc1/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jsengineswitcher.sample.aspnetcore1full.mvc1",
33
"private": true,
4-
"version": "3.24.0",
4+
"version": "3.24.1",
55
"devDependencies": {
66
"gulp": "4.0.2",
77
"del": "5.1.0",

samples/JavaScriptEngineSwitcher.Sample.AspNetCore21.Mvc21/JavaScriptEngineSwitcher.Sample.AspNetCore21.Mvc21.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Product>JS Engine Switcher: Sample ASP.NET Core 2.1 MVC 2.1 Site</Product>
5-
<VersionPrefix>3.24.0</VersionPrefix>
5+
<VersionPrefix>3.24.1</VersionPrefix>
66
<TargetFramework>netcoreapp2.1</TargetFramework>
77
<OutputType>Exe</OutputType>
88
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>

samples/JavaScriptEngineSwitcher.Sample.AspNetCore21.Mvc21/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jsengineswitcher.sample.aspnetcore21.mvc21",
33
"private": true,
4-
"version": "3.24.0",
4+
"version": "3.24.1",
55
"devDependencies": {
66
"gulp": "4.0.2",
77
"del": "5.1.0",

samples/JavaScriptEngineSwitcher.Sample.AspNetCore31.Mvc31/JavaScriptEngineSwitcher.Sample.AspNetCore31.Mvc31.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Product>JS Engine Switcher: Sample ASP.NET Core 3.1 MVC 3.1 Site</Product>
5-
<VersionPrefix>3.24.0</VersionPrefix>
5+
<VersionPrefix>3.24.1</VersionPrefix>
66
<TargetFramework>netcoreapp3.1</TargetFramework>
77
<OutputType>Exe</OutputType>
88
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>

samples/JavaScriptEngineSwitcher.Sample.AspNetCore31.Mvc31/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jsengineswitcher.sample.aspnetcore31.mvc31",
33
"private": true,
4-
"version": "3.24.0",
4+
"version": "3.24.1",
55
"devDependencies": {
66
"gulp": "4.0.2",
77
"del": "5.1.0",

samples/JavaScriptEngineSwitcher.Sample.AspNetCore5.Mvc5/JavaScriptEngineSwitcher.Sample.AspNetCore5.Mvc5.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Product>JS Engine Switcher: Sample ASP.NET Core 5.0 MVC 5 Site</Product>
5-
<VersionPrefix>3.24.0</VersionPrefix>
5+
<VersionPrefix>3.24.1</VersionPrefix>
66
<TargetFramework>net5.0</TargetFramework>
77
<OutputType>Exe</OutputType>
88
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>

samples/JavaScriptEngineSwitcher.Sample.AspNetCore5.Mvc5/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "javascriptengineswitcher.sample.aspnetcore5.mvc5",
33
"private": true,
4-
"version": "3.24.0",
4+
"version": "3.24.1",
55
"devDependencies": {
66
"gulp": "4.0.2",
77
"del": "5.1.0",

samples/JavaScriptEngineSwitcher.Sample.AspNetCore6.Mvc6/JavaScriptEngineSwitcher.Sample.AspNetCore6.Mvc6.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Product>JS Engine Switcher: Sample ASP.NET Core 6.0 MVC 6 Site</Product>
5-
<VersionPrefix>3.24.0</VersionPrefix>
5+
<VersionPrefix>3.24.1</VersionPrefix>
66
<TargetFramework>net6.0</TargetFramework>
77
<ImplicitUsings>enable</ImplicitUsings>
88
<OutputType>Exe</OutputType>

samples/JavaScriptEngineSwitcher.Sample.AspNetCore6.Mvc6/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "javascriptengineswitcher.sample.aspnetcore6.mvc6",
33
"private": true,
4-
"version": "3.24.0",
4+
"version": "3.24.1",
55
"devDependencies": {
66
"gulp": "4.0.2",
77
"del": "5.1.0",

samples/JavaScriptEngineSwitcher.Sample.AspNetCore7.Mvc7/JavaScriptEngineSwitcher.Sample.AspNetCore7.Mvc7.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Product>JS Engine Switcher: Sample ASP.NET Core 7.0 MVC 7 Site</Product>
5-
<VersionPrefix>3.24.0</VersionPrefix>
5+
<VersionPrefix>3.24.1</VersionPrefix>
66
<TargetFramework>net7.0</TargetFramework>
77
<ImplicitUsings>enable</ImplicitUsings>
88
<OutputType>Exe</OutputType>

samples/JavaScriptEngineSwitcher.Sample.AspNetCore7.Mvc7/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "javascriptengineswitcher.sample.aspnetcore7.mvc7",
33
"private": true,
4-
"version": "3.24.0",
4+
"version": "3.24.1",
55
"devDependencies": {
66
"gulp": "4.0.2",
77
"del": "5.1.0",

samples/JavaScriptEngineSwitcher.Sample.AspNetCore8.Mvc8/JavaScriptEngineSwitcher.Sample.AspNetCore8.Mvc8.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Product>JS Engine Switcher: Sample ASP.NET Core 8.0 MVC 8 Site</Product>
5-
<VersionPrefix>3.24.0</VersionPrefix>
5+
<VersionPrefix>3.24.1</VersionPrefix>
66
<TargetFramework>net8.0</TargetFramework>
77
<ImplicitUsings>enable</ImplicitUsings>
88
<OutputType>Exe</OutputType>

samples/JavaScriptEngineSwitcher.Sample.AspNetCore8.Mvc8/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "javascriptengineswitcher.sample.aspnetcore8.mvc8",
33
"private": true,
4-
"version": "3.24.0",
4+
"version": "3.24.1",
55
"devDependencies": {
66
"gulp": "4.0.2",
77
"del": "5.1.0",

samples/JavaScriptEngineSwitcher.Sample.Logic/JavaScriptEngineSwitcher.Sample.Logic.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Product>JS Engine Switcher: Logic for Samples</Product>
5-
<VersionPrefix>3.24.0</VersionPrefix>
5+
<VersionPrefix>3.24.1</VersionPrefix>
66
<TargetFrameworks>net40;net451;net471;netstandard1.6;netstandard2.0;netcoreapp3.1;net5.0;net6.0;net7.0;net8.0</TargetFrameworks>
77
<NetStandardImplicitPackageVersion Condition=" '$(TargetFramework)' == 'netstandard1.6' ">1.6.0</NetStandardImplicitPackageVersion>
88
<OutputType>Library</OutputType>

samples/JavaScriptEngineSwitcher.Sample.Resources/JavaScriptEngineSwitcher.Sample.Resources.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Product>JS Engine Switcher: Resources for Samples</Product>
5-
<VersionPrefix>3.24.0</VersionPrefix>
5+
<VersionPrefix>3.24.1</VersionPrefix>
66
<TargetFrameworks>net40-client;net45;net471;netstandard1.3;netstandard2.0</TargetFrameworks>
77
<NetStandardImplicitPackageVersion Condition=" '$(TargetFramework)' == 'netstandard1.3' ">1.6.0</NetStandardImplicitPackageVersion>
88
<OutputType>Library</OutputType>

src/JavaScriptEngineSwitcher.ChakraCore.Native.linux-x64/JavaScriptEngineSwitcher.ChakraCore.Native.linux-x64.csproj

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Product>JS Engine Switcher: ChakraCore for Linux (x64)</Product>
5-
<VersionPrefix>3.21.0</VersionPrefix>
5+
<VersionPrefix>3.24.1</VersionPrefix>
66
<TargetFramework>netstandard2.0</TargetFramework>
77
</PropertyGroup>
88

@@ -15,7 +15,6 @@
1515
<PackageIconFullPath>../../Icons/JavaScriptEngineSwitcher_ChakraCore_Logo128x128.png</PackageIconFullPath>
1616
<Description>This package complements the JavaScriptEngineSwitcher.ChakraCore package and contains the native implementation of ChakraCore for Linux (x64).</Description>
1717
<PackageTags>$(PackageCommonTags);ChakraCore;Linux;x64</PackageTags>
18-
<PackageReleaseNotes>ChakraCore was updated to version of January 26, 2023.</PackageReleaseNotes>
1918
</PropertyGroup>
2019

2120
</Project>

0 commit comments

Comments
 (0)