Skip to content

Commit 6164b1f

Browse files
committed
JavaScriptEngineSwitcher.Jint package is no longer marked as a prerelease
1 parent 082d324 commit 6164b1f

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

src/JavaScriptEngineSwitcher.Jint/JavaScriptEngineSwitcher.Jint.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<PropertyGroup>
44
<Product>JS Engine Switcher: Jint</Product>
55
<VersionPrefix>3.21.1</VersionPrefix>
6-
<VersionSuffix>preview</VersionSuffix>
76
<TargetFrameworks>net462;netstandard2.0;netstandard2.1;net6.0</TargetFrameworks>
87
<OutputType>Library</OutputType>
98
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
@@ -21,7 +20,8 @@
2120
<Description>JavaScriptEngineSwitcher.Jint contains adapter `JintJsEngine` (wrapper for the Jint JavaScript Engine (http://github.com/sebastienros/jint) version 3.0.0 Beta 2049).</Description>
2221
<PackageTags>$(PackageCommonTags);Jint</PackageTags>
2322
<PackageIconFullPath>../../Icons/JavaScriptEngineSwitcher_Jint_Logo128x128.png</PackageIconFullPath>
24-
<PackageReleaseNotes>In configuration settings of the Jint JS engine was added one new property - `MaxJsonParseDepth` (default `64`).</PackageReleaseNotes>
23+
<PackageReleaseNotes>1. The package is no longer marked as a prerelease;
24+
2. In configuration settings of the Jint JS engine was added one new property - `MaxJsonParseDepth` (default `64`).</PackageReleaseNotes>
2525
</PropertyGroup>
2626

2727
<ItemGroup>

src/JavaScriptEngineSwitcher.Jint/readme.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22

33
--------------------------------------------------------------------------------
4-
README file for JS Engine Switcher: Jint v3.21.1 Preview
4+
README file for JS Engine Switcher: Jint v3.21.1
55

66
--------------------------------------------------------------------------------
77

@@ -18,8 +18,9 @@
1818
=============
1919
RELEASE NOTES
2020
=============
21-
In configuration settings of the Jint JS engine was added one new property -
22-
`MaxJsonParseDepth` (default `64`).
21+
1. The package is no longer marked as a prerelease;
22+
2. In configuration settings of the Jint JS engine was added one new property -
23+
`MaxJsonParseDepth` (default `64`).
2324

2425
=============
2526
DOCUMENTATION

0 commit comments

Comments
 (0)