Skip to content

Commit

Permalink
Version 3.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Taritsyn committed Mar 7, 2024
1 parent 3faa7ae commit f97062e
Show file tree
Hide file tree
Showing 73 changed files with 1,197 additions and 431 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Change log
==========

## v3.24.1 - March 7, 2024
* Minor improvements in metadata of NuGet packages
* In JavaScriptEngineSwitcher.Jint added support for the Jint version 3.0.1
* In JavaScriptEngineSwitcher.Msie added support for the MSIE JavaScript Engine version 3.2.5

## v3.24.0 - February 6, 2024
* In the `JsEngineSwitcher` class was added the `AllowCurrentProperty` property (default `true`)
* In JavaScriptEngineSwitcher.Extensions.MsDependencyInjection:
Expand Down
12 changes: 6 additions & 6 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<Project>
<ItemGroup>
<PackageVersion Include="JavaScriptEngineSwitcher.ChakraCore.Native.linux-x64" Version="3.21.0" />
<PackageVersion Include="JavaScriptEngineSwitcher.ChakraCore.Native.osx-x64" Version="3.21.0" />
<PackageVersion Include="JavaScriptEngineSwitcher.ChakraCore.Native.win-arm" Version="3.21.0" />
<PackageVersion Include="JavaScriptEngineSwitcher.ChakraCore.Native.win-arm64" Version="3.21.0" />
<PackageVersion Include="JavaScriptEngineSwitcher.ChakraCore.Native.win-x64" Version="3.21.0" />
<PackageVersion Include="JavaScriptEngineSwitcher.ChakraCore.Native.win-x86" Version="3.21.0" />
<PackageVersion Include="JavaScriptEngineSwitcher.ChakraCore.Native.linux-x64" Version="3.24.1" />
<PackageVersion Include="JavaScriptEngineSwitcher.ChakraCore.Native.osx-x64" Version="3.24.1" />
<PackageVersion Include="JavaScriptEngineSwitcher.ChakraCore.Native.win-arm" Version="3.24.1" />
<PackageVersion Include="JavaScriptEngineSwitcher.ChakraCore.Native.win-arm64" Version="3.24.1" />
<PackageVersion Include="JavaScriptEngineSwitcher.ChakraCore.Native.win-x64" Version="3.24.1" />
<PackageVersion Include="JavaScriptEngineSwitcher.ChakraCore.Native.win-x86" Version="3.24.1" />
<PackageVersion Include="Microsoft.ClearScript.V8.Native.linux-arm" Version="7.4.4" />
<PackageVersion Include="Microsoft.ClearScript.V8.Native.linux-arm64" Version="7.4.4" />
<PackageVersion Include="Microsoft.ClearScript.V8.Native.linux-x64" Version="7.4.4" />
Expand Down
8 changes: 5 additions & 3 deletions Licenses/advanced-string-builder-license.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Copyright (c) 2018-2024 Andrey Taritsyn - http://www.taritsyn.ru

Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
Expand Down Expand Up @@ -178,15 +180,15 @@
APPENDIX: How to apply the Apache License to your work.

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

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

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand All @@ -198,4 +200,4 @@
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
limitations under the License.
2 changes: 1 addition & 1 deletion Licenses/msie-javascript-engine-license.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2012-2021 Andrey Taritsyn - http://www.taritsyn.ru
Copyright (c) 2012-2024 Andrey Taritsyn - http://www.taritsyn.ru

Apache License
Version 2.0, January 2004
Expand Down
1,274 changes: 1,077 additions & 197 deletions Licenses/nodejs-license.txt

Large diffs are not rendered by default.

8 changes: 5 additions & 3 deletions Licenses/polyfills-for-old-dot-net-license.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Copyright (c) 2018-2024 Andrey Taritsyn - http://www.taritsyn.ru

Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
Expand Down Expand Up @@ -178,15 +180,15 @@
APPENDIX: How to apply the Apache License to your work.

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

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

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand All @@ -198,4 +200,4 @@
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
limitations under the License.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<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')" />
<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')" />
<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')" />
<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')" />
<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')" />
<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')" />
<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')" />
<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')" />
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
Expand Down Expand Up @@ -218,9 +218,9 @@
<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>
</PropertyGroup>
<Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
<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'))" />
<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'))" />
<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'))" />
<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'))" />
<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'))" />
<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'))" />
<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'))" />
<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'))" />
</Target>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
[assembly: ComVisible(false)]
[assembly: Guid("39487053-b459-4433-ae93-e00affc653c6")]

[assembly: AssemblyVersion("3.24.0.0")]
[assembly: AssemblyFileVersion("3.24.0.0")]
[assembly: AssemblyVersion("3.24.1.0")]
[assembly: AssemblyFileVersion("3.24.1.0")]
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jsengineswitcher.sample.aspnet4.mvc4",
"private": true,
"version": "3.24.0",
"version": "3.24.1",
"devDependencies": {
"gulp": "4.0.2",
"del": "5.1.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="JavaScriptEngineSwitcher.ChakraCore.Native.win-arm" version="3.21.0" targetFramework="net40" />
<package id="JavaScriptEngineSwitcher.ChakraCore.Native.win-arm64" version="3.21.0" targetFramework="net40" />
<package id="JavaScriptEngineSwitcher.ChakraCore.Native.win-x64" version="3.21.0" targetFramework="net40" />
<package id="JavaScriptEngineSwitcher.ChakraCore.Native.win-x86" version="3.21.0" targetFramework="net40" />
<package id="JavaScriptEngineSwitcher.ChakraCore.Native.win-arm" version="3.24.1" targetFramework="net40" />
<package id="JavaScriptEngineSwitcher.ChakraCore.Native.win-arm64" version="3.24.1" targetFramework="net40" />
<package id="JavaScriptEngineSwitcher.ChakraCore.Native.win-x64" version="3.24.1" targetFramework="net40" />
<package id="JavaScriptEngineSwitcher.ChakraCore.Native.win-x86" version="3.24.1" targetFramework="net40" />
<package id="Microsoft.AspNet.Mvc" version="4.0.30506.0" targetFramework="net40" />
<package id="Microsoft.AspNet.Mvc.FixedDisplayModes" version="1.0.0" targetFramework="net40" />
<package id="Microsoft.AspNet.Razor" version="2.0.30506.0" targetFramework="net40" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Product>JS Engine Switcher: Infrastructure for ASP.NET Core Samples</Product>
<VersionPrefix>3.24.0</VersionPrefix>
<VersionPrefix>3.24.1</VersionPrefix>
<TargetFrameworks>net451;netstandard1.6;netstandard2.0;netcoreapp3.1;net5.0;net6.0;net7.0;net8.0</TargetFrameworks>
<NetStandardImplicitPackageVersion Condition=" '$(TargetFramework)' == 'netstandard1.6' ">1.6.0</NetStandardImplicitPackageVersion>
<OutputType>Library</OutputType>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Product>JS Engine Switcher: Sample ASP.NET Core 1.0 MVC 1 Site</Product>
<VersionPrefix>3.24.0</VersionPrefix>
<VersionPrefix>3.24.1</VersionPrefix>
<TargetFramework>netcoreapp1.0</TargetFramework>
<RuntimeFrameworkVersion>1.0.16</RuntimeFrameworkVersion>
<OutputType>Exe</OutputType>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jsengineswitcher.sample.aspnetcore1.mvc1",
"private": true,
"version": "3.24.0",
"version": "3.24.1",
"devDependencies": {
"gulp": "4.0.2",
"del": "5.1.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Product>JS Engine Switcher: Sample ASP.NET Core 1.0 Full MVC 1 Site</Product>
<VersionPrefix>3.24.0</VersionPrefix>
<VersionPrefix>3.24.1</VersionPrefix>
<TargetFramework>net451</TargetFramework>
<OutputType>Exe</OutputType>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jsengineswitcher.sample.aspnetcore1full.mvc1",
"private": true,
"version": "3.24.0",
"version": "3.24.1",
"devDependencies": {
"gulp": "4.0.2",
"del": "5.1.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Product>JS Engine Switcher: Sample ASP.NET Core 2.1 MVC 2.1 Site</Product>
<VersionPrefix>3.24.0</VersionPrefix>
<VersionPrefix>3.24.1</VersionPrefix>
<TargetFramework>netcoreapp2.1</TargetFramework>
<OutputType>Exe</OutputType>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jsengineswitcher.sample.aspnetcore21.mvc21",
"private": true,
"version": "3.24.0",
"version": "3.24.1",
"devDependencies": {
"gulp": "4.0.2",
"del": "5.1.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Product>JS Engine Switcher: Sample ASP.NET Core 3.1 MVC 3.1 Site</Product>
<VersionPrefix>3.24.0</VersionPrefix>
<VersionPrefix>3.24.1</VersionPrefix>
<TargetFramework>netcoreapp3.1</TargetFramework>
<OutputType>Exe</OutputType>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jsengineswitcher.sample.aspnetcore31.mvc31",
"private": true,
"version": "3.24.0",
"version": "3.24.1",
"devDependencies": {
"gulp": "4.0.2",
"del": "5.1.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Product>JS Engine Switcher: Sample ASP.NET Core 5.0 MVC 5 Site</Product>
<VersionPrefix>3.24.0</VersionPrefix>
<VersionPrefix>3.24.1</VersionPrefix>
<TargetFramework>net5.0</TargetFramework>
<OutputType>Exe</OutputType>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "javascriptengineswitcher.sample.aspnetcore5.mvc5",
"private": true,
"version": "3.24.0",
"version": "3.24.1",
"devDependencies": {
"gulp": "4.0.2",
"del": "5.1.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Product>JS Engine Switcher: Sample ASP.NET Core 6.0 MVC 6 Site</Product>
<VersionPrefix>3.24.0</VersionPrefix>
<VersionPrefix>3.24.1</VersionPrefix>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<OutputType>Exe</OutputType>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "javascriptengineswitcher.sample.aspnetcore6.mvc6",
"private": true,
"version": "3.24.0",
"version": "3.24.1",
"devDependencies": {
"gulp": "4.0.2",
"del": "5.1.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Product>JS Engine Switcher: Sample ASP.NET Core 7.0 MVC 7 Site</Product>
<VersionPrefix>3.24.0</VersionPrefix>
<VersionPrefix>3.24.1</VersionPrefix>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<OutputType>Exe</OutputType>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "javascriptengineswitcher.sample.aspnetcore7.mvc7",
"private": true,
"version": "3.24.0",
"version": "3.24.1",
"devDependencies": {
"gulp": "4.0.2",
"del": "5.1.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Product>JS Engine Switcher: Sample ASP.NET Core 8.0 MVC 8 Site</Product>
<VersionPrefix>3.24.0</VersionPrefix>
<VersionPrefix>3.24.1</VersionPrefix>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<OutputType>Exe</OutputType>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "javascriptengineswitcher.sample.aspnetcore8.mvc8",
"private": true,
"version": "3.24.0",
"version": "3.24.1",
"devDependencies": {
"gulp": "4.0.2",
"del": "5.1.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Product>JS Engine Switcher: Logic for Samples</Product>
<VersionPrefix>3.24.0</VersionPrefix>
<VersionPrefix>3.24.1</VersionPrefix>
<TargetFrameworks>net40;net451;net471;netstandard1.6;netstandard2.0;netcoreapp3.1;net5.0;net6.0;net7.0;net8.0</TargetFrameworks>
<NetStandardImplicitPackageVersion Condition=" '$(TargetFramework)' == 'netstandard1.6' ">1.6.0</NetStandardImplicitPackageVersion>
<OutputType>Library</OutputType>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Product>JS Engine Switcher: Resources for Samples</Product>
<VersionPrefix>3.24.0</VersionPrefix>
<VersionPrefix>3.24.1</VersionPrefix>
<TargetFrameworks>net40-client;net45;net471;netstandard1.3;netstandard2.0</TargetFrameworks>
<NetStandardImplicitPackageVersion Condition=" '$(TargetFramework)' == 'netstandard1.3' ">1.6.0</NetStandardImplicitPackageVersion>
<OutputType>Library</OutputType>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Product>JS Engine Switcher: ChakraCore for Linux (x64)</Product>
<VersionPrefix>3.21.0</VersionPrefix>
<VersionPrefix>3.24.1</VersionPrefix>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>

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

</Project>
Loading

0 comments on commit f97062e

Please sign in to comment.