File tree Expand file tree Collapse file tree 5 files changed +10
-8
lines changed
src/JavaScriptEngineSwitcher.Jint Expand file tree Collapse file tree 5 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 11{
22 "sdk" : {
3- "version" : " 9.0.101 "
3+ "version" : " 9.0.102 "
44 }
55}
Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <Product >JS Engine Switcher: Jint</Product >
55 <VersionPrefix >3.27.3</VersionPrefix >
6- <TargetFrameworks >net462;netstandard2.0;netstandard2.1;net6.0; net8.0</TargetFrameworks >
6+ <TargetFrameworks >net462;netstandard2.0;netstandard2.1;net8.0</TargetFrameworks >
77 <OutputType >Library</OutputType >
88 <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
99 <NoWarn >$(NoWarn);CS1591;NU5104</NoWarn >
2222 <PackageIconFullPath >../../Icons/JavaScriptEngineSwitcher_Jint_Logo128x128.png</PackageIconFullPath >
2323 <Description >JavaScriptEngineSwitcher.Jint contains a `JintJsEngine` adapter (wrapper for the Jint).</Description >
2424 <PackageTags >$(PackageCommonTags);Jint</PackageTags >
25- <PackageReleaseNotes >Jint was updated to version 4.1.0.</PackageReleaseNotes >
25+ <PackageReleaseNotes >1. Jint was updated to version 4.2.0;
26+ 2. No longer supports a .NET 6.</PackageReleaseNotes >
2627 </PropertyGroup >
2728
2829 <ItemGroup >
29- <PackageReference Include =" Jint" Version =" 4.1 .0" />
30+ <PackageReference Include =" Jint" Version =" 4.2 .0" />
3031
3132 <ProjectReference Include =" ../JavaScriptEngineSwitcher.Core/JavaScriptEngineSwitcher.Core.csproj" />
3233 </ItemGroup >
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ public sealed class JintJsEngine : JsEngineBase
5151 /// <summary>
5252 /// Version of original JS engine
5353 /// </summary>
54- private const string EngineVersion = "4.1 .0" ;
54+ private const string EngineVersion = "4.2 .0" ;
5555
5656 /// <summary>
5757 /// Jint JS engine
Original file line number Diff line number Diff line change 1- JavaScriptEngineSwitcher.Jint contains a ` JintJsEngine ` adapter (wrapper for the [ Jint] ( http://github.com/sebastienros/jint ) version 4.1 .0).
1+ JavaScriptEngineSwitcher.Jint contains a ` JintJsEngine ` adapter (wrapper for the [ Jint] ( http://github.com/sebastienros/jint ) version 4.2 .0).
Original file line number Diff line number Diff line change 1212 DESCRIPTION
1313 ===========
1414 JavaScriptEngineSwitcher.Jint contains a `JintJsEngine` adapter (wrapper for the
15- Jint (http://github.com/sebastienros/jint) version 4.1 .0).
15+ Jint (http://github.com/sebastienros/jint) version 4.2 .0).
1616
1717 =============
1818 RELEASE NOTES
1919 =============
20- Jint was updated to version 4.1.0.
20+ 1. Jint was updated to version 4.2.0;
21+ 2. No longer supports a .NET 6.
2122
2223 =============
2324 DOCUMENTATION
You can’t perform that action at this time.
0 commit comments