Skip to content

Commit 13f5b17

Browse files
committed
Fixed a error #102 “Resources should conform to correct ICU standard for naming”
1 parent 31d1809 commit 13f5b17

21 files changed

+14
-11
lines changed

global.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"sdk": {
3-
"version": "6.0.301"
3+
"version": "6.0.302"
44
}
55
}

src/JavaScriptEngineSwitcher.ChakraCore/JavaScriptEngineSwitcher.ChakraCore.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This package does not contain the native implementations of ChakraCore. Therefor
3131
* JavaScriptEngineSwitcher.ChakraCore.Native.osx-x64</Description>
3232
<PackageTags>$(PackageCommonTags);ChakraCore</PackageTags>
3333
<PackageIconFullPath>../../Icons/JavaScriptEngineSwitcher_ChakraCore_Logo128x128.png</PackageIconFullPath>
34-
<PackageReleaseNotes>ChakraCore was updated to version of January 31, 2022.</PackageReleaseNotes>
34+
<PackageReleaseNotes>Fixed a error #102 “Resources should conform to correct ICU standard for naming”.</PackageReleaseNotes>
3535
</PropertyGroup>
3636

3737
<ItemGroup>

src/JavaScriptEngineSwitcher.ChakraCore/readme.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
=============
3232
RELEASE NOTES
3333
=============
34-
ChakraCore was updated to version of January 31, 2022.
34+
Fixed a error #102 “Resources should conform to correct ICU standard for naming”.
3535

3636
=============
3737
DOCUMENTATION

src/JavaScriptEngineSwitcher.Core/JavaScriptEngineSwitcher.Core.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<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>
2222
<PackageTags>$(PackageCommonTags)</PackageTags>
2323
<PackageIconFullPath>../../Icons/JavaScriptEngineSwitcher_Core_Logo128x128.png</PackageIconFullPath>
24-
<PackageReleaseNotes>Enabled a SourceLink.</PackageReleaseNotes>
24+
<PackageReleaseNotes>Fixed a error #102 “Resources should conform to correct ICU standard for naming”.</PackageReleaseNotes>
2525
</PropertyGroup>
2626

2727
<ItemGroup>

src/JavaScriptEngineSwitcher.Core/readme.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
=============
2121
RELEASE NOTES
2222
=============
23-
Enabled a SourceLink.
23+
Fixed a error #102 “Resources should conform to correct ICU standard for naming”.
2424

2525
=============
2626
DOCUMENTATION

src/JavaScriptEngineSwitcher.Msie/JavaScriptEngineSwitcher.Msie.csproj

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
<Description>JavaScriptEngineSwitcher.Msie contains adapter `MsieJsEngine` (wrapper for the MSIE JavaScript Engine for .NET (http://github.com/Taritsyn/MsieJavaScriptEngine)). For correct working of the MSIE JavaScript Engine it is recommended to install Internet Explorer 9+ or Microsoft Edge Legacy on the machine.</Description>
2222
<PackageTags>$(PackageCommonTags);MSIE;IE;Chakra</PackageTags>
2323
<PackageIconFullPath>../../Icons/JavaScriptEngineSwitcher_Msie_Logo128x128.png</PackageIconFullPath>
24-
<PackageReleaseNotes>MSIE JavaScript Engine was updated to version 3.0.9.</PackageReleaseNotes>
24+
<PackageReleaseNotes>1. MSIE JavaScript Engine was updated to version 3.0.9;
25+
2. Fixed a error #102 “Resources should conform to correct ICU standard for naming”.</PackageReleaseNotes>
2526
</PropertyGroup>
2627

2728
<ItemGroup>

src/JavaScriptEngineSwitcher.Msie/readme.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@
1919
=============
2020
RELEASE NOTES
2121
=============
22-
MSIE JavaScript Engine was updated to version 3.0.9.
22+
1. MSIE JavaScript Engine was updated to version 3.0.9;
23+
2. Fixed a error #102 “Resources should conform to correct ICU standard for
24+
naming”.
2325

2426
=============
2527
DOCUMENTATION

src/JavaScriptEngineSwitcher.V8/JavaScriptEngineSwitcher.V8.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This package does not contain the native ClearScript.V8 assemblies. Therefore, y
3030
* Microsoft.ClearScript.V8.Native.osx-arm64</Description>
3131
<PackageTags>$(PackageCommonTags);V8;ClearScript</PackageTags>
3232
<PackageIconFullPath>../../Icons/JavaScriptEngineSwitcher_V8_Logo128x128.png</PackageIconFullPath>
33-
<PackageReleaseNotes>Microsoft ClearScript.V8 was updated to version 7.3.1.</PackageReleaseNotes>
33+
<PackageReleaseNotes>Fixed a error #102 “Resources should conform to correct ICU standard for naming”.</PackageReleaseNotes>
3434
</PropertyGroup>
3535

3636
<ItemGroup>

src/JavaScriptEngineSwitcher.V8/readme.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
=============
3232
RELEASE NOTES
3333
=============
34-
Microsoft ClearScript.V8 was updated to version 7.3.1.
34+
Fixed a error #102 “Resources should conform to correct ICU standard for naming”.
3535

3636
=============
3737
DOCUMENTATION

src/JavaScriptEngineSwitcher.Vroom/JavaScriptEngineSwitcher.Vroom.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
For correct working of the VroomJs on Windows require the Visual C++ Redistributable for Visual Studio 2012 and Microsoft Visual C++ 2015 Redistributable.</Description>
2424
<PackageTags>$(PackageCommonTags);VroomJs;V8</PackageTags>
2525
<PackageIconFullPath>../../Icons/JavaScriptEngineSwitcher_Vroom_Logo128x128.png</PackageIconFullPath>
26-
<PackageReleaseNotes>Enabled a SourceLink.</PackageReleaseNotes>
26+
<PackageReleaseNotes>Fixed a error #102 “Resources should conform to correct ICU standard for naming”.</PackageReleaseNotes>
2727
</PropertyGroup>
2828

2929
<ItemGroup>

src/JavaScriptEngineSwitcher.Vroom/readme.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
=============
2323
RELEASE NOTES
2424
=============
25-
Enabled a SourceLink.
25+
Fixed a error #102 “Resources should conform to correct ICU standard for naming”.
2626

2727
====================
2828
POST-INSTALL ACTIONS

0 commit comments

Comments
 (0)