Skip to content

Commit

Permalink
Version 3.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Taritsyn committed Jul 21, 2022
1 parent 5f7962a commit 559c474
Show file tree
Hide file tree
Showing 40 changed files with 64 additions and 76 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,14 @@
Change log
==========

## v3.19.0 - July 21, 2022
* Fixed a [error #102](https://github.com/Taritsyn/JavaScriptEngineSwitcher/issues/102) “Resources should conform to correct ICU standard for naming”. Special thanks to [Tim Heuer](https://github.com/timheuer)
* In JavaScriptEngineSwitcher.Jint:
* Jint was updated to version 3.0.0 Beta 2039
* No longer supports a .NET Framework 4.6.1
* Added support of .NET Framework 4.6.2
* In JavaScriptEngineSwitcher.Msie added support of MSIE JavaScript Engine version 3.0.9

## v3.18.4 - June 29, 2022
* In JavaScriptEngineSwitcher.V8 added support of Microsoft ClearScript.V8 version 7.3.1 (support of V8 version 10.3.174.17)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -27,7 +27,7 @@ This library can be installed through NuGet:
* [Windows (ARM64)](http://nuget.org/packages/JavaScriptEngineSwitcher.ChakraCore.Native.win-arm64)
* [Linux (x64)](http://nuget.org/packages/JavaScriptEngineSwitcher.ChakraCore.Native.linux-x64)
* [OS X (x64)](http://nuget.org/packages/JavaScriptEngineSwitcher.ChakraCore.Native.osx-x64)
* [JS Engine Switcher: Jint](http://nuget.org/packages/JavaScriptEngineSwitcher.Jint) (supports .NET Framework 4.6.1, .NET Standard 2.0 and .NET Standard 2.1)
* [JS Engine Switcher: Jint](http://nuget.org/packages/JavaScriptEngineSwitcher.Jint) (supports .NET Framework 4.6.2, .NET Standard 2.0 and .NET Standard 2.1)
* [JS Engine Switcher: Jurassic](http://nuget.org/packages/JavaScriptEngineSwitcher.Jurassic) (supports .NET Framework 4.0 Client, .NET Framework 4.5 and .NET Standard 2.0)
* [JS Engine Switcher: MSIE](http://nuget.org/packages/JavaScriptEngineSwitcher.Msie) (supports .NET Framework 4.0 Client, .NET Framework 4.5, .NET Standard 1.3 and .NET Standard 2.0)
* [JS Engine Switcher: NiL](http://nuget.org/packages/JavaScriptEngineSwitcher.NiL) (supports .NET Framework 4.6.1, .NET Framework 4.8, .NET Standard 1.3, .NET Standard 1.6, .NET Standard 2.0, .NET Core App 3.1, .NET 5.0 and .NET 6)
Expand Down
Expand Up @@ -13,5 +13,5 @@
[assembly: ComVisible(false)]
[assembly: Guid("39487053-b459-4433-ae93-e00affc653c6")]

[assembly: AssemblyVersion("3.18.4.0")]
[assembly: AssemblyFileVersion("3.18.4.0")]
[assembly: AssemblyVersion("3.19.0.0")]
[assembly: AssemblyFileVersion("3.19.0.0")]
@@ -1,7 +1,7 @@
{
"name": "jsengineswitcher.sample.aspnet4.mvc4",
"private": true,
"version": "3.18.4",
"version": "3.19.0",
"devDependencies": {
"gulp": "4.0.2",
"del": "5.1.0",
Expand Down
Expand Up @@ -2,7 +2,7 @@

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

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

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

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

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

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

<PropertyGroup>
<Product>JS Engine Switcher: Logic for Samples</Product>
<VersionPrefix>3.18.4</VersionPrefix>
<VersionPrefix>3.19.0</VersionPrefix>
<TargetFrameworks>net40;net451;net471;netstandard1.6;netstandard2.0;netcoreapp3.1;net5.0;net6.0</TargetFrameworks>
<NetStandardImplicitPackageVersion Condition=" '$(TargetFramework)' == 'netstandard1.6' ">1.6.0</NetStandardImplicitPackageVersion>
<OutputType>Library</OutputType>
Expand Down Expand Up @@ -35,15 +35,15 @@
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp3.1' ">
<FrameworkReference Include="Microsoft.AspNetCore.App" Version="3.1.26" />
<FrameworkReference Include="Microsoft.AspNetCore.App" Version="3.1.27" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net5.0' ">
<FrameworkReference Include="Microsoft.AspNetCore.App" Version="5.0.17" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net6.0' ">
<FrameworkReference Include="Microsoft.AspNetCore.App" Version="6.0.6" />
<FrameworkReference Include="Microsoft.AspNetCore.App" Version="6.0.7" />
</ItemGroup>

</Project>
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Product>JS Engine Switcher: Resources for Samples</Product>
<VersionPrefix>3.18.4</VersionPrefix>
<VersionPrefix>3.19.0</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
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Product>JS Engine Switcher: ChakraCore</Product>
<VersionPrefix>3.18.2</VersionPrefix>
<VersionPrefix>3.19.0</VersionPrefix>
<TargetFrameworks>net40-client;net45;net471;netstandard1.3;netstandard2.0;netstandard2.1</TargetFrameworks>
<NetStandardImplicitPackageVersion Condition=" '$(TargetFramework)' == 'netstandard1.3' ">1.6.0</NetStandardImplicitPackageVersion>
<OutputType>Library</OutputType>
Expand Down Expand Up @@ -31,7 +31,7 @@ This package does not contain the native implementations of ChakraCore. Therefor
* JavaScriptEngineSwitcher.ChakraCore.Native.osx-x64</Description>
<PackageTags>$(PackageCommonTags);ChakraCore</PackageTags>
<PackageIconFullPath>../../Icons/JavaScriptEngineSwitcher_ChakraCore_Logo128x128.png</PackageIconFullPath>
<PackageReleaseNotes>Fixed a error #102 “Resources should conform to correct ICU standard for naming”.</PackageReleaseNotes>
<PackageReleaseNotes>Fixed a error #102 “Resources should conform to correct ICU standard for naming”. Special thanks to Tim Heuer.</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
Expand Down
5 changes: 3 additions & 2 deletions src/JavaScriptEngineSwitcher.ChakraCore/readme.txt
@@ -1,7 +1,7 @@


--------------------------------------------------------------------------------
README file for JS Engine Switcher: ChakraCore v3.18.2
README file for JS Engine Switcher: ChakraCore v3.19.0

--------------------------------------------------------------------------------

Expand Down Expand Up @@ -31,7 +31,8 @@
=============
RELEASE NOTES
=============
Fixed a error #102 “Resources should conform to correct ICU standard for naming”.
Fixed a error #102 “Resources should conform to correct ICU standard for
naming”. Special thanks to Tim Heuer.

=============
DOCUMENTATION
Expand Down
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Product>JS Engine Switcher: Core</Product>
<VersionPrefix>3.3.0</VersionPrefix>
<VersionPrefix>3.19.0</VersionPrefix>
<TargetFrameworks>net40-client;net45;netstandard1.3;netstandard2.0</TargetFrameworks>
<NetStandardImplicitPackageVersion Condition=" '$(TargetFramework)' == 'netstandard1.3' ">1.6.0</NetStandardImplicitPackageVersion>
<OutputType>Library</OutputType>
Expand All @@ -21,7 +21,7 @@
<Description>JavaScript Engine Switcher determines unified interface for access to the basic features of popular JavaScript engines (MSIE JavaScript Engine for .NET, Microsoft ClearScript.V8, Jurassic, Jint, ChakraCore, VroomJs and NiL.JS). This library allows you to quickly and easily switch to using of another JavaScript engine.</Description>
<PackageTags>$(PackageCommonTags)</PackageTags>
<PackageIconFullPath>../../Icons/JavaScriptEngineSwitcher_Core_Logo128x128.png</PackageIconFullPath>
<PackageReleaseNotes>Fixed a error #102 “Resources should conform to correct ICU standard for naming”.</PackageReleaseNotes>
<PackageReleaseNotes>Fixed a error #102 “Resources should conform to correct ICU standard for naming”. Special thanks to Tim Heuer.</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
Expand Down
5 changes: 3 additions & 2 deletions src/JavaScriptEngineSwitcher.Core/readme.txt
@@ -1,7 +1,7 @@


--------------------------------------------------------------------------------
README file for JS Engine Switcher: Core v3.3.0
README file for JS Engine Switcher: Core v3.19.0

--------------------------------------------------------------------------------

Expand All @@ -20,7 +20,8 @@
=============
RELEASE NOTES
=============
Fixed a error #102 “Resources should conform to correct ICU standard for naming”.
Fixed a error #102 “Resources should conform to correct ICU standard for
naming”. Special thanks to Tim Heuer.

=============
DOCUMENTATION
Expand Down
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Product>JS Engine Switcher: MS Dependency Injection</Product>
<VersionPrefix>3.3.0</VersionPrefix>
<VersionPrefix>3.19.0</VersionPrefix>
<TargetFrameworks>net45;netstandard1.3;netstandard2.0</TargetFrameworks>
<NetStandardImplicitPackageVersion Condition=" '$(TargetFramework)' == 'netstandard1.3' ">1.6.0</NetStandardImplicitPackageVersion>
<OutputType>Library</OutputType>
Expand All @@ -19,7 +19,6 @@
<Description>JavaScriptEngineSwitcher.Extensions.MsDependencyInjection contains extension methods for adding the JS engine switcher in an `IServiceCollection`.</Description>
<PackageTags>$(PackageCommonTags);DI</PackageTags>
<PackageIconFullPath>../../Icons/JavaScriptEngineSwitcher_Extensions_MsDependencyInjection_Logo128x128.png</PackageIconFullPath>
<PackageReleaseNotes>Enabled a SourceLink.</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
Expand Down
@@ -1,7 +1,7 @@


--------------------------------------------------------------------------------
README file for JS Engine Switcher: MS Dependency Injection v3.3.0
README file for JS Engine Switcher: MS Dependency Injection v3.19.0

--------------------------------------------------------------------------------

Expand All @@ -14,11 +14,6 @@
JavaScriptEngineSwitcher.Extensions.MsDependencyInjection contains extension
methods for adding the JS engine switcher in an `IServiceCollection`.

=============
RELEASE NOTES
=============
Enabled a SourceLink.

=============
DOCUMENTATION
=============
Expand Down
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Product>JS Engine Switcher: Jint</Product>
<VersionPrefix>3.18.0</VersionPrefix>
<VersionPrefix>3.19.0</VersionPrefix>
<VersionSuffix>preview</VersionSuffix>
<TargetFrameworks>net462;netstandard2.0;netstandard2.1</TargetFrameworks>
<OutputType>Library</OutputType>
Expand Down
2 changes: 1 addition & 1 deletion src/JavaScriptEngineSwitcher.Jint/readme.txt
@@ -1,7 +1,7 @@


--------------------------------------------------------------------------------
README file for JS Engine Switcher: Jint v3.18.0 Preview
README file for JS Engine Switcher: Jint v3.19.0 Preview

--------------------------------------------------------------------------------

Expand Down
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Product>JS Engine Switcher: Jurassic</Product>
<VersionPrefix>3.18.1</VersionPrefix>
<VersionPrefix>3.19.0</VersionPrefix>
<TargetFrameworks>net40-client;net45;netstandard2.0</TargetFrameworks>
<OutputType>Library</OutputType>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand All @@ -19,7 +19,6 @@
<Description>JavaScriptEngineSwitcher.Jurassic contains adapter `JurassicJsEngine` (wrapper for the Jurassic JavaScript Engine (http://github.com/paulbartrum/jurassic) version of April 30, 2022).</Description>
<PackageTags>$(PackageCommonTags);Jurassic</PackageTags>
<PackageIconFullPath>../../Icons/JavaScriptEngineSwitcher_Jurassic_Logo128x128.png</PackageIconFullPath>
<PackageReleaseNotes>Jurassic was updated to version of April 30, 2022.</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
Expand Down
7 changes: 1 addition & 6 deletions src/JavaScriptEngineSwitcher.Jurassic/readme.txt
@@ -1,7 +1,7 @@


--------------------------------------------------------------------------------
README file for JS Engine Switcher: Jurassic v3.18.1
README file for JS Engine Switcher: Jurassic v3.19.0

--------------------------------------------------------------------------------

Expand All @@ -15,11 +15,6 @@
for the Jurassic JavaScript Engine (http://github.com/paulbartrum/jurassic)
version of April 30, 2022).

=============
RELEASE NOTES
=============
Jurassic was updated to version of April 30, 2022.

=============
DOCUMENTATION
=============
Expand Down
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Product>JS Engine Switcher: MSIE</Product>
<VersionPrefix>3.12.6</VersionPrefix>
<VersionPrefix>3.19.0</VersionPrefix>
<TargetFrameworks>net40-client;net45;netstandard1.3;netstandard2.0</TargetFrameworks>
<NetStandardImplicitPackageVersion Condition=" '$(TargetFramework)' == 'netstandard1.3' ">1.6.0</NetStandardImplicitPackageVersion>
<OutputType>Library</OutputType>
Expand All @@ -22,7 +22,7 @@
<PackageTags>$(PackageCommonTags);MSIE;IE;Chakra</PackageTags>
<PackageIconFullPath>../../Icons/JavaScriptEngineSwitcher_Msie_Logo128x128.png</PackageIconFullPath>
<PackageReleaseNotes>1. MSIE JavaScript Engine was updated to version 3.0.9;
2. Fixed a error #102 “Resources should conform to correct ICU standard for naming”.</PackageReleaseNotes>
2. Fixed a error #102 “Resources should conform to correct ICU standard for naming”. Special thanks to Tim Heuer.</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/JavaScriptEngineSwitcher.Msie/readme.txt
@@ -1,7 +1,7 @@


--------------------------------------------------------------------------------
README file for JS Engine Switcher: MSIE v3.12.6
README file for JS Engine Switcher: MSIE v3.19.0

--------------------------------------------------------------------------------

Expand All @@ -21,7 +21,7 @@
=============
1. MSIE JavaScript Engine was updated to version 3.0.9;
2. Fixed a error #102 “Resources should conform to correct ICU standard for
naming”.
naming”. Special thanks to Tim Heuer.

=============
DOCUMENTATION
Expand Down

0 comments on commit 559c474

Please sign in to comment.