File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed
src/JavaScriptEngineSwitcher.Jint Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<Product >JS Engine Switcher: Jint</Product >
5
5
<VersionPrefix >3.23.4</VersionPrefix >
6
- <TargetFrameworks >net462;netstandard2.0;netstandard2.1;net6.0</TargetFrameworks >
6
+ <TargetFrameworks >net462;netstandard2.0;netstandard2.1;net6.0;net8.0 </TargetFrameworks >
7
7
<OutputType >Library</OutputType >
8
8
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
9
9
<NoWarn >$(NoWarn);CS1591;NU5104</NoWarn >
17
17
<Import Project =" ../../build/nuget-for-dotnet-lib.props" />
18
18
19
19
<PropertyGroup >
20
- <Description >JavaScriptEngineSwitcher.Jint contains adapter `JintJsEngine` (wrapper for the Jint JavaScript Engine (http://github.com/sebastienros/jint) version 3.0.0 Beta 2056 ).</Description >
20
+ <Description >JavaScriptEngineSwitcher.Jint contains adapter `JintJsEngine` (wrapper for the Jint JavaScript Engine (http://github.com/sebastienros/jint) version 3.0.0 Beta 2057 ).</Description >
21
21
<PackageTags >$(PackageCommonTags);Jint</PackageTags >
22
22
<PackageIconFullPath >../../Icons/JavaScriptEngineSwitcher_Jint_Logo128x128.png</PackageIconFullPath >
23
- <PackageReleaseNotes >Jint was updated to version 3.0.0 Beta 2056.</PackageReleaseNotes >
23
+ <PackageReleaseNotes >1. Jint was updated to version 3.0.0 Beta 2057;
24
+ 2. Added support for .NET 8.</PackageReleaseNotes >
24
25
</PropertyGroup >
25
26
26
27
<ItemGroup >
27
28
<PackageReference Include =" AdvancedStringBuilder" Version =" 0.1.0" />
28
- <PackageReference Include =" Jint" Version =" 3.0.0-beta-2056 " />
29
+ <PackageReference Include =" Jint" Version =" 3.0.0-beta-2057 " />
29
30
30
31
<ProjectReference Include =" ../JavaScriptEngineSwitcher.Core/JavaScriptEngineSwitcher.Core.csproj" />
31
32
</ItemGroup >
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ public sealed class JintJsEngine : JsEngineBase
51
51
/// <summary>
52
52
/// Version of original JS engine
53
53
/// </summary>
54
- private const string EngineVersion = "3.0.0 Beta 2056 " ;
54
+ private const string EngineVersion = "3.0.0 Beta 2057 " ;
55
55
56
56
/// <summary>
57
57
/// Jint JS engine
Original file line number Diff line number Diff line change 13
13
===========
14
14
JavaScriptEngineSwitcher.Jint contains adapter `JintJsEngine` (wrapper for the
15
15
Jint JavaScript Engine (http://github.com/sebastienros/jint) version
16
- 3.0.0 Beta 2056 ).
16
+ 3.0.0 Beta 2057 ).
17
17
18
18
=============
19
19
RELEASE NOTES
20
20
=============
21
- Jint was updated to version 3.0.0 Beta 2056.
21
+ 1. Jint was updated to version 3.0.0 Beta 2057;
22
+ 2. Added support for .NET 8.
22
23
23
24
=============
24
25
DOCUMENTATION
You can’t perform that action at this time.
0 commit comments